Lua in SpringRTS
This book is going to help developers using Lua with the opensource SpringRTS game engine. This book covers mostly the integration of SpringRTS with Lua. This integration takes place in the form of widgets, gadgets, mods, maps. All these elements can be created with the use of Lua and the inbuilt functions and variables that the Spring Engine provides.
It is assumed that the reader already has some basic knowledge of the Lua language. If you don't, then it is highly recommended that you first read the free Programming in Lua. A more fun way is by getting the source of widgets(which can be found here) and try to modify them and understand how they work.
Contents
edit- What is the Spring engine
- Lua integration with Spring
- Spring specifications
- Games(mods)
- Mod Structure
- Units
- 3D Models
- Animations
- Weapons
- Features
- Common identifiers
- Maps
- Map Structure
- Spring API
Contribution
editJohan Hanssen Seferidis (aka Pithikos)