Swarm SDK Create a Mod

From Valve Developer Community
Revision as of 01:06, 19 July 2010 by Jsutton (talk | contribs) (Created page with '== Addons == * To learn about Add-ons, see this page: Swarm Campaign Add-on Tutorial == Prerequisites == * You must have Alien Swarm installed on Steam. * You must have V…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Addons

Prerequisites

  • You must have Alien Swarm installed on Steam.
  • You must have Visual Studio 2005 installed (or see Compiler Choices for other versions).

Creating a Mod

  • Launch the Alien Swarm - SDK from the Steam Tools section.
  • Double click Create a Mod
  • Enter a name for your mod. This is the name of the mod folder that will appear in your "C:\Program Files (x86)\Steam\steamapps\sourcemods\" folder.
  • Enter a location for the source code. The Alien Swarm source code will be copied to this location where you can modify it and build it.

Setup