Difference between revisions of "Game settings.tbl"
From FreeSpace Wiki
(Adding mod.tbl page!) |
(→$Directive Wait Time:) |
||
Line 8: | Line 8: | ||
===$Directive Wait Time:=== | ===$Directive Wait Time:=== | ||
*Defines how long the game will wait before displaying a directive. | *Defines how long the game will wait before displaying a directive. | ||
− | *In | + | *In milliseconds. |
*Syntax: '''''Integer''''' | *Syntax: '''''Integer''''' | ||
Revision as of 03:45, 6 March 2012
Revision information.....
- FSO Revision: 8537
Note: Please update the version when the page is updated. If your edit had nothing to do with new code entries then please do not edit the version
- The game_settings.tbl file defines options that can be changed globally.
Contents
HUD Settings
Begins with #HUD SETTINGS
$Directive Wait Time:
- Defines how long the game will wait before displaying a directive.
- In milliseconds.
- Syntax: Integer
SEXP Settings
Begins with #SEXP SETTINGS
$Loop SEXPs Then Arguments:
- Flips how when-argument settings loop. See this post. http://www.hard-light.net/forums/index.php?topic=79602.0
- Syntax: Boolean
END
Table must end with #END
Sample Entry
#HUD SETTINGS $Directive Wait Time: 5 #SEXP SETTINGS $Loop SEXPs Then Arguments: True #END