Mod.tbl

From FreeSpace Wiki
Revision as of 15:53, 24 June 2012 by Z64555 (talk | contribs) (Created page with "{{SCP_table}} {{TableVersion|8905}} The Mod.tbl is a new table that allows for some mod-specific functionality. In addition, mods that use custom builds of the FSO engine may w…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This feature requires FreeSpace Open

Revision information.....

FSO Revision: 8905
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 Mod.tbl is a new table that allows for some mod-specific functionality. In addition, mods that use custom builds of the FSO engine may want to use their own version of the Mod.tbl to define custom items and groups.

General Format

#GROUP NAME 1

$Item Name 1:
+Subitem Name 1

#GROUP NAME 2

$Item Name 2:

#END


Note: #END is the only required entry throughout the mod.tbl


#CAMPAIGN SETTINGS

$Default Campaign File Name:

#HUD SETTINGS

$Directive Wait Time:

Defines how long the game should wait before displaying a new directive.

Format: Integer'

$Cutscene camera disables HUD:

Determines if the cutscene camera should disable the HUD or not. By default, this is set as NO (therefore, HUD is enabled by default).

Format: Boolean
Default value: NO


#SEXP SETTINGS

$Loop SEXPs Then Arguments:

Determines if the game should loop SEXPs the standard way (SEXPs first, arguments second) or in the reverse way (Arguments first, SEXPs second). By default, this is set to NO (standard SEXP looping behavior)

Format: Boolean
Default value: NO


#OTHER SETTINGS

$Fixed Turret Collisions:

Format: Boolean
Default value: NO

$Damage Impacted Subsystem First:

Format: Boolean
Default value: NO

#END