UFO-Scripts
From UFO:AI
Contents |
[edit]
General
The ufo script files can all be found in base/ufos (see Directory tree). These files include the menu definitions, weapon definitions and a lot more.
Make sure, that you looked into the guidelines before submitting patches.
You can also use comments here:
// this is a comment for one line /* this is a comment over several lines */
[edit]
Scriptfiles
- menu definitions
- weapon definitions
- armor definitions
- base, buildings and aircraft
- campaign definitions
- particle definitions
- research definitions
- sequence definitions
- equipment definitions
- inventory definitions
- font definitions
- shader/image filter definitions
[edit]
Available commands
You can get a commandlist by typingcmdlistin the game console. There are some commands that are only available after starting a singleplayer game.
[edit]
Available cvars
You can get a cvarlist by typingcvarlistin the game console.
[edit]
Adding missions
- Add new mission to campaign definition
[edit]
Adding campaigns
- Add new campaign to the game
[edit]

