Difference between revisions of "Scripting.tbl"

From FreeSpace Wiki
Jump to: navigation, search
m (added link)
m (added link)
Line 35: Line 35:
  
 
==Examples==
 
==Examples==
 +
[[Script - Escort Reticle|Escort Reticle]]<br>
 
[[Script - Example HUD|Example HUD]]<br>
 
[[Script - Example HUD|Example HUD]]<br>
 
[[Script - Scripted Flak|Scripted Flak]]<br>
 
[[Script - Scripted Flak|Scripted Flak]]<br>

Revision as of 20:09, 7 July 2006

This feature requires SCP


The scripting table is used for scripting special features like alternate HUDs or ship viewer into the game.

Usefull references:


General Format

  • Scripting table consist of several sections
  • All sections and most of the entries are optional
  • All sections end with #End
  • #Global Hooks
  • #State Hooks

#Global Hooks

  • $Global:
  • $Splash:
  • $GameInit:
  • $Simulation:
  • $HUD:

#State Hooks

  • $State:
    • $Hook:

Examples

Escort Reticle
Example HUD
Scripted Flak
Ship Viewer
Splash Screen
Velocity Indicator