Difference between revisions of "Game settings.tbl"

From FreeSpace Wiki
Jump to: navigation, search
(Sample Entry)
(Adding Campaign Settings)
Line 2: Line 2:
  
 
*The game_settings.tbl file defines options that can be changed globally.
 
*The game_settings.tbl file defines options that can be changed globally.
 +
 +
==Campaign Settings==
 +
Begins with #CAMPAIGN SETTINGS
 +
 +
===$Default Campaign File Name:===
 +
*Defines which campaign will be selected by default for new pilots.
 +
*Syntax: '''''String'''''
  
 
==HUD Settings==
 
==HUD Settings==
Line 23: Line 30:
 
==Sample Entry==
 
==Sample Entry==
  
 +
    #CAMPAIGN SETTINGS
 +
    $Default Campaign File Name: NewCampaign
 +
   
 
     #HUD SETTINGS
 
     #HUD SETTINGS
 
     $Directive Wait Time: 5000
 
     $Directive Wait Time: 5000

Revision as of 13:54, 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.

Campaign Settings

Begins with #CAMPAIGN SETTINGS

$Default Campaign File Name:

  • Defines which campaign will be selected by default for new pilots.
  • Syntax: String

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:

END

Table must end with #END

Sample Entry

   #CAMPAIGN SETTINGS
   $Default Campaign File Name: NewCampaign
   
   #HUD SETTINGS
   $Directive Wait Time: 5000
   
   #SEXP SETTINGS
   $Loop SEXPs Then Arguments: True
   
   #END