Game settings.tbl

From FreeSpace Wiki
Revision as of 03:35, 6 March 2012 by MjnMixael (talk | contribs) (Adding mod.tbl page!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

HUD Settings

Begins with #HUD SETTINGS

$Directive Wait Time:

  • Defines how long the game will wait before displaying a directive.
  • In seconds?
  • Syntax: Integer

SEXP Settings

Begins with #SEXP SETTINGS

$Loop SEXPs Then Arguments:

END

Table must end with #END

Sample Entry

   #HUD SETTINGS
   $Directive Wait Time: 5
   
   #SEXP SETTINGS
   $Loop SEXPs Then Arguments: True
   
   #END