Alien Swarm: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Tile-based map tool: No need to reference an unofficial tool as basis for something that is different. It seems more like geck then po edit to me.)
No edit summary
Line 1: Line 1:
{{game release free|appid=630}}
{{game release free|appid=630}}


'''Alien Swarm''' is a 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 the Source SDK.
{{toc-right}}
 
'''Alien Swarm''' is a 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 the Source SDK as a sample project for Source modders, much like [[Team Fortress Classic]] was for [[GoldSrc]].


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.


The game has been created as an sample project for Source modders, much like [[Team Fortress Classic]] was for [[GoldSrc]].
== Features ==
 
== Tile-based map tool ==


AS includes a new mapping tool with which levels can be quickly created. A set of tiles are provided, and they can be combined in different ways.
; Tile-based mapping tool
: A new quick-build mapping tool is included, which provides a set of tiles that can be combined in different ways. It is probably the descendant of the embryonic in-game map editor seen in [[Portal]], which was also tile-based.
; Global dynamic lighting
: Alien Swarm will debut Source 2009's improved shadow mapping technology, which can be sanely used to illuminate an entire scene.
; Steamworks integration
: Unclear how useful this will be, as currently Steamworks distribution is required to implement persistence, Steam Cloud, achievements, etc.


== Source code ==
== Source code ==

Revision as of 14:21, 16 July 2010

Alien Swarm is a 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 the Source SDK as a sample project for Source modders, much like Team Fortress Classic was for GoldSrc.

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.

Features

Tile-based mapping tool
A new quick-build mapping tool is included, which provides a set of tiles that can be combined in different ways. It is probably the descendant of the embryonic in-game map editor seen in Portal, which was also tile-based.
Global dynamic lighting
Alien Swarm will debut Source 2009's improved shadow mapping technology, which can be sanely used to illuminate an entire scene.
Steamworks integration
Unclear how useful this will be, as currently Steamworks distribution is required to implement persistence, Steam Cloud, achievements, etc.

Source code

The source code for Alien Swarm will be released on Monday, July 19th, at the same time as the game. It will probably include Mac code.

Gallery

Content

  • Alien Swarm
    Confirm:(as)
  • Source 2007 shared (hl2)
  • Source shared (hl2)
  • Source 2009 engine branch