Alien Swarm: Difference between revisions
(Used Template:Game name. Edited Gallery.) |
Kestrelguy (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{lang|Alien Swarm}} | |||
{{game release free|appid=630}} | {{game release free|appid=630}} | ||
{{toc-right}} | {{toc-right}} | ||
{{ | {{as|4}} (2010) is a completely free top-down shoot-em-up for up to four co-op players, created by [[Black Cat Games]] after the company was bought up by Valve. Its complete source code is provided in a new SDK as a sample project for Source modders, much like {{tfc|2}} was for {{Gldsrc|2}}. | ||
'''A mod based on Alien Swarm will not require the purchase of another Valve game to play, but will not have access to the usual | '''A mod based on ''Alien Swarm'' will not require the purchase of another Valve game to play, but it will not have access to the usual "Source base" HL2 content either.''' | ||
The game thrusts players into an epic bug hunt featuring a unique blend of co-op play and squad-level tactics. With your friends, form a squad of four distinct IAF Marine classes. Plan your attack using an unlockable arsenal of weapons with countless loadout configurations against a wide variety of aliens. Blaze your way through an overrun, off-world colony, eradicating the alien infestation in environments ranging from the icy planet's surface, to a subterranean lava-flooded mining facility. | The game thrusts players into an epic bug hunt featuring a unique blend of co-op play and squad-level tactics. With your friends, form a squad of four distinct IAF Marine classes. Plan your attack using an unlockable arsenal of weapons with countless loadout configurations against a wide variety of aliens. Blaze your way through an overrun, off-world colony, eradicating the alien infestation in environments ranging from the icy planet's surface, to a subterranean lava-flooded mining facility. | ||
Line 20: | Line 21: | ||
: Unclear how useful this will be, as currently Steamworks distribution is required to implement persistence, Steam Cloud, achievements, etc. | : Unclear how useful this will be, as currently Steamworks distribution is required to implement persistence, Steam Cloud, achievements, etc. | ||
== SDK and | == SDK and Source Code == | ||
The source code for | The source code for {{as|2}} is included in the [[Alien Swarm SDK]]. It lacks a lot of supporting code that the Source SDK provides, however: | ||
<div style="display:inline-block;vertical-align:top;margin-right:2em;"> | <div style="display:inline-block;vertical-align:top;margin-right:2em;"> | ||
Line 44: | Line 45: | ||
== Dedicated server == | == Dedicated server == | ||
See [[Alien Swarm Dedicated Server]] for instructions on setting up your own Alien Swarm dedicated server. | See [[Alien Swarm Dedicated Server]] for instructions on setting up your own Alien Swarm dedicated server. | ||
Line 56: | Line 56: | ||
== Content == | == Content == | ||
* Alien Swarm (<code>swarm</code>) | * Alien Swarm (<code>swarm</code>) | ||
* Alien Swarm base (<code>swarm_base</code>) | * Alien Swarm base (<code>swarm_base</code>) |
Revision as of 16:14, 4 May 2022



*Only works if Steam has been installed, please install Steam if you haven't already.
Steam Deck support status:

Alien Swarm (2010) is a completely free top-down shoot-em-up for up to four co-op players, created by Black Cat Games after the company was bought up by Valve. Its complete source code is provided in a new SDK as a sample project for Source modders, much like
Team Fortress Classic was for
GoldSrc.
A mod based on Alien Swarm will not require the purchase of another Valve game to play, but it will not have access to the usual "Source base" HL2 content either.
The game thrusts players into an epic bug hunt featuring a unique blend of co-op play and squad-level tactics. With your friends, form a squad of four distinct IAF Marine classes. Plan your attack using an unlockable arsenal of weapons with countless loadout configurations against a wide variety of aliens. Blaze your way through an overrun, off-world colony, eradicating the alien infestation in environments ranging from the icy planet's surface, to a subterranean lava-flooded mining facility.
For mapping in Alien Swarm, see Category:Alien Swarm.
Features
- TileGen
- A new quick-build mapping tool. Level designers create connectible rooms and corridors which can be arranged either by hand or programmatically. TileGen maps can be played in-editor, and/or can be exported to Hammer for further refinement.illuminate an entire scene.
- Depth of field
- A real-time depth of field shader blurs backdrop scenery.
- Steamworks integration
- Unclear how useful this will be, as currently Steamworks distribution is required to implement persistence, Steam Cloud, achievements, etc.
SDK and Source Code
The source code for Alien Swarm is included in the Alien Swarm SDK. It lacks a lot of supporting code that the Source SDK provides, however:
The SDK is available to everyone, not just owners of Source games.
Dedicated server
See Alien Swarm Dedicated Server for instructions on setting up your own Alien Swarm dedicated server.

Gallery
Content
- Alien Swarm (
swarm
) - Alien Swarm base (
swarm_base
) - Alien Swarm platform (
platform
) - Alien Swarm engine branch