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

Swarm SDK Create a Mod: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated language bar.)
mNo edit summary
 
Line 1: Line 1:
{{lang|{{PAGENAME}}}}{{ASW topicon}}{{Source topicon}}[[Category:Alien Swarm]][[Category:Modding]]
{{LanguageBar}} {{ASW topicon}}{{Source topicon}}
== Addons ==
== Addons ==
* To learn about Add-ons, see this page: [[Swarm Campaign Add-on Tutorial]]
* To learn about Add-ons, see this page: [[Swarm Campaign Add-on Tutorial]]
Line 15: Line 15:
== Setup ==
== Setup ==
* Follow the steps given after completing the Mod Creation Wizard: [[Swarm Mod wizard complete]]
* Follow the steps given after completing the Mod Creation Wizard: [[Swarm Mod wizard complete]]
[[Category:Alien Swarm]]
[[Category:Modding]]

Latest revision as of 23:44, 16 April 2025

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

Addons

Prerequisites

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\ or C:\Program Files\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