Alien Swarm/Authoring Tools: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Downloading and installation: - Removed some outdated instruction and updated it for newer version of Steam.)
Line 46: Line 46:
* 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]].


= See also =
= See Also =


* [[Alien Swarm: Reactive Drop SDK]] - for the '''Reactive Drop''' version.
* [[Swarm SDK Create a Mod]]  
* [[Swarm SDK Create a Mod]]  
* [[Swarm Mod wizard complete]]
* [[Swarm Mod wizard complete]]


[[Category:Alien Swarm]]
[[Category:Alien Swarm]]

Revision as of 08:03, 18 April 2023

English (en)Русский (ru)Translate (Translate)

The Alien Swarm Authoring Tools, also known as an SDK, is a set of software utilities that allow you to create your own missions, weapons, aliens and other gameplay elements. They include versions of Source SDK tools that have been updated to work with the Alien Swarm version of the Source Engine.

Availability

The Alien Swarm Authoring Tools are freely available on Steam to all owners of the PC version of Alien Swarm.

Downloading and installation

AlienSwarm SDK install.png

To install the Alien Swarm Authoring Tools, either click here or:

  1. Open Steam .
  2. Navigate to LIBRARY tab and then under the HOME button select TOOLS
  3. Double-click on the Alien Swarm - SDK entry.
  4. Click Next, then wait for the Alien Swarm SDK and Authoring Tools downloading to your computer via Steam.
  5. 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 Alien Swarm Authoring Tools entry and clicking Create desktop shortcut from the context menu.

Note.pngNote:For the Authoring Tools to function correctly, it is important that your installation of Alien Swarm is fully up-to-date. You can make sure of this by running the game before launching the Alien Swarm Authoring Tools. Simply launching the game then quitting after you get to the main menu is sufficient.

What's included?

The package includes:

  • Updated Hammer, the Source level editor
  • Suite of command line compiling utilities, such as studiomdl and map compiling tools
  • Updated Particle editor
  • Updated Faceposer
  • Example campaign
  • Tutorial maps
  • C++ source code to the Alien Swarm client and server dlls.

Where do I go from here?

Bugs and issues

See Also