Swarm SDK Create a Mod: Difference between revisions
Jump to navigation
Jump to search
(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…') |
mNo edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{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]] | ||
== Prerequisites == | == Prerequisites == | ||
* You must have {{as|2}} installed on Steam. | |||
* You must have | |||
* You must have Visual Studio 2005 installed (or see [[Compiler Choices]] for other versions). | * You must have Visual Studio 2005 installed (or see [[Compiler Choices]] for other versions). | ||
== Creating a Mod == | == Creating a Mod == | ||
* Launch the '''Alien Swarm - SDK''' from the Steam Tools section. | * Launch the '''Alien Swarm - SDK''' from the Steam Tools section. | ||
* Double click '''Create a Mod''' | * Double click '''Create a Mod''' | ||
* Enter a name for your mod. This is the name of the mod folder that will appear in your | * Enter a name for your mod. This is the name of the mod folder that will appear in your <code>C:\Program Files (x86)\Steam\steamapps\sourcemods\</code> or <code>C:\Program Files\Steam\steamapps\sourcemods\</code> 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. | * 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 == | == 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: | [[Category:Alien Swarm]] | ||
[[Category:Modding]] |
Latest revision as of 23:44, 16 April 2025
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 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\
orC:\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
- Follow the steps given after completing the Mod Creation Wizard: Swarm Mod wizard complete