This article relates to the game "Left 4 Dead". Click here for more information.
This article's documentation is for anything that uses the Source engine. Click here for more information.

Left 4 Dead/Authoring Tools: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(initial L4D Authoring Tools page.)
 
m (Setting bug notice hidetested=1 param on page where the bug might not need tested in param specified)
 
(63 intermediate revisions by 23 users not shown)
Line 1: Line 1:
<div style="float:right; width:30%;">{{construction-notice|'''Note''': The content on this page is placeholder, as the features described are not yet available.}}</div>
{{LanguageBar|title=Left 4 Dead - Authoring Tools}}
 
{{l4D topicon}}{{Source topicon}}
The '''Left 4 Dead Authoring Tools''', also known as an SDK, is a set of software utilities that allow you to create your own levels, campaigns, common Infected, and other gameplay elements. They include versions of Source SDK tools that have been updated to work with the Left 4 Dead version of the [[Source Engine]].
{{l4d}} The '''Left 4 Dead Authoring Tools''', also known as an SDK, is a set of software utilities that allow you to create your own levels, campaigns, common Infected, and other gameplay elements. They include versions of Source SDK tools that have been updated to work with the {{l4d|2}} version of {{Source|2}}.
{{Confusion|For {{l4d2|2}}, please go to the [[Left 4 Dead 2 Level Creation]] page. You will, however, need to master the basics of Source and L4D level design first.}}


== Availability ==
== Availability ==
The Left 4 Dead Authoring Tools are freely available on Steam to all owners of the PC version of ''Left 4 Dead''.


The Left 4 Dead Authoring Tools are freely available on Steam to all owners of the PC version of Left 4 Dead.
== Downloading and Installation ==
[[File:SteamToolsMenu2019_1.png|thumb|right|300px|The Games dropdown menu.]]
[[File:SteamToolsMenu2019_2.png|thumb|right|300px|The Tools category.]]
To install the Left 4 Dead Authoring Tools, either [steam://install/513 click here] or:


== Downloading and installation ==
# Open the '''Library''' window.
 
# Click on the '''Games''' dropdown.
To install the Left 4 Dead Authoring Tools:
# Click on '''Tools''' checkbox.
# Scroll down in your library until you see the '''Tools''' category.
# Double click on '''Left 4 Dead Authoring Tools''' and install them.
# The Left 4 Dead Authoring Tools will download to your computer via Steam.
# Once it has been fully installed, you will be able to launch it in the same way you installed it (from the '''Tools''' section of your library).


# Open the '''Steam '''window.
You can also create a desktop shortcut by right-clicking on the Left 4 Dead Authoring Tools entry, clicking '''Manage''', and then clicking '''Add desktop shortcut'''.
# Click on the '''Tools '''tab.  
{{Important|For the Authoring Tools to function correctly, your installation of ''Left 4 Dead'' must be fully up-to-date. You can make sure of this by running the game before launching the Left 4 Dead Authoring Tools. Simply launching the game, then quitting after you get to the main menu is sufficient.}}
# Double-click on the '''Left 4 Dead Authoring Tools''' entry.  
# The Left 4 Dead Authoring Tools will download to your computer via Steam.  
# Once it has been fully installed, you will be able to launch it in the same way you installed it (from the '''Tools '''tab).


You can also create a desktop shortcut by right-clicking on the Left 4 Dead Authoring Tools entry and clicking '''Create desktop shortcut''' from the context menu.
{{bug|hidetested=1| [[Valve_Hammer_Editor|Hammer World Editor]] 4.1 Build 9028 - program crash/freeze when [[operating system]] run more than 19 threads.
<code>Fatal Error<br>
Out of thread ids. Decrease the number of threads or increase MAX_THREADS_SUPPORTED</code>
[[Fatal_Error_Out_of_thread_ids|Fatal Error Out of thread ids]]}}
{{clr}}


{{note|For the Authoring Tools to function correctly, it is important that your installation of Left 4 Dead is fully up-to-date. You can make sure of this by running the game before launching the Left 4 Dead Authoring Tools. Simply launching the game then quitting after you get to the main menu is sufficient.}}
== What's Included? ==
The package includes:


== Where do I go from here? ==
* Updated {{Hammer|2}}, the Source level editor
* Suite of command line compiling utilities, such as <code>studiomdl</code> and map compiling tools
* Updated Particle editor
* Updated Faceposer
* Example maps
* Example models: common Infected, a breakable prop, and explosives
* Example particle systems (<code>particles/particle_sample.pcf</code>)
* [[SketchUp to Hammer Export plugin|SketchUp plugins]]


* The [[L4D Level Design Basics Tutorial]] is a step-by-step tutorial to get started making Left 4 Dead levels.  
== Where do I go from here?  ==
* If you want to learning about how to create content for the Source Engine in general, the main page of the [[SDK_Docs|Source SDK documentation]] is a good place to start.  
* The [[L4D Level Design Basics Tutorial]] is a step-by-step tutorial to get started making Left 4 Dead levels using the Hammer level editor.
* You may also visit the [[Left 4 Dead Level Creation|Left 4 Dead Level Creation]] page for tutorials and tips specific to making levels for Left 4 Dead.
* Another good way to start creating your own levels is using the [[SketchUp Source Tools]].
* If you want to learn about how to create content for the Source Engine in general, the main page of the [[SDK Docs|Source SDK documentation]] is a good place to start.  
* You may also visit the [[Left 4 Dead Level Creation|Left 4 Dead Level Creation]] page for further tutorials and tips specific to making levels for Left 4 Dead.
* Once you're ready to distribute your campaigns, you can use the vpk packager to create your own Add-ons. See [[L4D Campaign Add-on Tutorial]] for instructions.


== Bugs and issues ==
== Bugs and issues ==
 
* Post all issues and bugs in the [https://github.com/ValveSoftware/Source-1-Games/issues GitHub issues page].
* See the [[:Category:Source SDK FAQ|Source SDK FAQ]] for answers to general SDK questions.  
* See the [[:Category:Source SDK FAQ|Source SDK FAQ]] for answers to general SDK questions.  
* For level design and Hammer editor issues, see the [[:Category:Level Design FAQ|Level Design FAQ]].  
* For level design and Hammer editor issues, see the [[:Category:Level Design FAQ|Level Design FAQ]].  
* Visit the [http://forums.steampowered.com/forums/forumdisplay.php?f=191 Source SDK Development Forums] on Steampowered.com.


[[Category:Left 4 Dead]]
= See also =
* [[Left 4 Dead Level Creation]]
* [[Left 4 Dead 2 Level Creation]]{{SDK-navbox}}
 
[[Category:Entry pages]]

Latest revision as of 07:14, 20 May 2025

English (en)Deutsch (de)Español (es)Français (fr)Italiano (it)한국어 (ko)Polski (pl)Português do Brasil (pt-br)Русский (ru)Translate (Translate)

Left 4 Dead The Left 4 Dead Authoring Tools, also known as an SDK, is a set of software utilities that allow you to create your own levels, campaigns, common Infected, and other gameplay elements. They include versions of Source SDK tools that have been updated to work with the Left 4 Dead Left 4 Dead version of Source Source.

Warning.pngRisk of Confusion:For Left 4 Dead 2 Left 4 Dead 2, please go to the Left 4 Dead 2 Level Creation page. You will, however, need to master the basics of Source and L4D level design first.

Availability

The Left 4 Dead Authoring Tools are freely available on Steam to all owners of the PC version of Left 4 Dead.

Downloading and Installation

The Games dropdown menu.
The Tools category.

To install the Left 4 Dead Authoring Tools, either click here or:

  1. Open the Library window.
  2. Click on the Games dropdown.
  3. Click on Tools checkbox.
  4. Scroll down in your library until you see the Tools category.
  5. Double click on Left 4 Dead Authoring Tools and install them.
  6. The Left 4 Dead Authoring Tools will download to your computer via Steam.
  7. Once it has been fully installed, you will be able to launch it in the same way you installed it (from the Tools section of your library).

You can also create a desktop shortcut by right-clicking on the Left 4 Dead Authoring Tools entry, clicking Manage, and then clicking Add desktop shortcut.

Icon-Important.pngImportant:For the Authoring Tools to function correctly, your installation of Left 4 Dead must be fully up-to-date. You can make sure of this by running the game before launching the Left 4 Dead Authoring Tools. Simply launching the game, then quitting after you get to the main menu is sufficient.
Icon-Bug.pngBug: Hammer World Editor 4.1 Build 9028 - program crash/freeze when operating system run more than 19 threads.

Fatal Error
Out of thread ids. Decrease the number of threads or increase MAX_THREADS_SUPPORTED

Fatal Error Out of thread ids

What's Included?

The package includes:

  • Updated Hammer Hammer, the Source level editor
  • Suite of command line compiling utilities, such as studiomdl and map compiling tools
  • Updated Particle editor
  • Updated Faceposer
  • Example maps
  • Example models: common Infected, a breakable prop, and explosives
  • Example particle systems (particles/particle_sample.pcf)
  • SketchUp plugins

Where do I go from here?

  • The L4D Level Design Basics Tutorial is a step-by-step tutorial to get started making Left 4 Dead levels using the Hammer level editor.
  • Another good way to start creating your own levels is using the SketchUp Source Tools.
  • If you want to learn about how to create content for the Source Engine in general, the main page of the Source SDK documentation is a good place to start.
  • You may also visit the Left 4 Dead Level Creation page for further tutorials and tips specific to making levels for Left 4 Dead.
  • Once you're ready to distribute your campaigns, you can use the vpk packager to create your own Add-ons. See L4D Campaign Add-on Tutorial for instructions.

Bugs and issues

See also