Lambda Wars: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
Note:Since Lambda Wars is a mod for Alien Swarm, many Alien Swarm mapping principles apply to Lambda Wars as well (example: structure_seal)
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 12: | Line 12: | ||
{{todo|document the lw entities}}  | {{todo|document the lw entities}}  | ||
== Features that would be useful to modders ==  | |||
* Recast Navigation Mesh - These meshes are of multiple types (for different units) and are generated much faster than Nextbot navmeshes. It is avaliable separately on Github: https://github.com/recastnavigation/recastnavigation  | |||
* Python bindings - Lambda Wars contains extensive (automatically generated) Python bindings. These bindings are used to extend the game code into Python, allowing to extend entity classes and define new game modes among others. These bindings are also available as a separate project, [https://github.com/Sandern/py-source-sdk-2013 PySource SDK 2013].  | |||
== Source code ==  | |||
Lambda Wars is open source, and its source code is available [https://github.com/Sandern/lambdawars here].  | |||
Revision as of 07:24, 19 August 2020
This multiplayer mod for Alien Swarm is currently in open beta. Download it now.
 Lambda Wars is a mod for 
 Alien Swarm, currently avaliable on Steam. It is an RTS game based on the Half-Life 2 universe.
Mapping for Lambda Wars
Lambda Wars requires a game configuration to be added to the Alien Swarm SDK, this is documented here
Todo: document the lw entities
Features that would be useful to modders
- Recast Navigation Mesh - These meshes are of multiple types (for different units) and are generated much faster than Nextbot navmeshes. It is avaliable separately on Github: https://github.com/recastnavigation/recastnavigation
 - Python bindings - Lambda Wars contains extensive (automatically generated) Python bindings. These bindings are used to extend the game code into Python, allowing to extend entity classes and define new game modes among others. These bindings are also available as a separate project, PySource SDK 2013.
 
Source code
Lambda Wars is open source, and its source code is available here.