Scripting.tbl

From FreeSpace Wiki
Revision as of 15:23, 10 May 2006 by Wanderer (talk | contribs) (added links to scripting.html and to new scripted hud example)
Jump to: navigation, search

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

Example HUD
Ship Viewer
Splash Screen