Difference between revisions of "Hud.tbl"
From FreeSpace Wiki
(Initial commit) |
m ('version' info) |
||
Line 1: | Line 1: | ||
+ | Revision information.. <!-- Please update this information when page is updated --> | ||
+ | ::'''3.6.x branch:''' - | ||
+ | ::'''3.7 branch:''' - | ||
+ | '''''Hud.tbl''''' is no longer used with FreeSpace Open | ||
+ | |||
+ | |||
Hud table is a table file for defining the available shield animations | Hud table is a table file for defining the available shield animations | ||
+ | |||
==Important Notes== | ==Important Notes== | ||
*Table is no longer needed with the FreeSpace Open | *Table is no longer needed with the FreeSpace Open | ||
+ | |||
==Format== | ==Format== | ||
*Table starts with '''#Shield Icons Begin''' | *Table starts with '''#Shield Icons Begin''' | ||
*Shield entries are listed below that line with '''$Shield:''' at the beginning of each line | *Shield entries are listed below that line with '''$Shield:''' at the beginning of each line | ||
− | **Syntax: '' | + | **Syntax: '''String''', filename |
**Example: shield-f01 | **Example: shield-f01 | ||
*Table ends with '''#End''' | *Table ends with '''#End''' | ||
+ | |||
==Sample== | ==Sample== | ||
− | <pre>#Shield Icons Begin | + | <pre> |
+ | #Shield Icons Begin | ||
$Shield: shield-f01 | $Shield: shield-f01 | ||
Line 51: | Line 61: | ||
$Shield: shieldfs-03 | $Shield: shieldfs-03 | ||
$Shield: shieldft-02x | $Shield: shieldft-02x | ||
− | #End</pre> | + | #End |
+ | </pre> | ||
[[Category:Tables]] | [[Category:Tables]] |
Revision as of 16:06, 30 July 2007
Revision information..
- 3.6.x branch: -
- 3.7 branch: -
Hud.tbl is no longer used with FreeSpace Open
Hud table is a table file for defining the available shield animations
Important Notes
- Table is no longer needed with the FreeSpace Open
Format
- Table starts with #Shield Icons Begin
- Shield entries are listed below that line with $Shield: at the beginning of each line
- Syntax: String, filename
- Example: shield-f01
- Table ends with #End
Sample
#Shield Icons Begin $Shield: shield-f01 $Shield: shield-f03 $Shield: shield-f06 $Shield: shield-f07 $Shield: shield-f08 $Shield: shield-f09 $Shield: shield-f10 $Shield: shield-f11 $Shield: shield-f13 $Shield: shieldft-01 $Shield: shieldft-02 $Shield: shieldft-03 $Shield: shieldfs-01 $Shield: shieldfs-02 $Shield: shieldfv-01 $Shield: shieldfv-02 $Shield: shieldft-04 $Shield: shieldft-05 $Shield: shieldbt-03 $Shield: shieldbv-01 $Shield: shieldbv-02 $Shield: shieldfv-04 $Shield: shield-b04 $Shield: shield-b05 $Shield: shield-b06 $Shield: shield-b08 $Shield: shield-b09 $Shield: shield-b10 $Shield: shieldbs-01 $Shield: shieldbs-02 $Shield: shieldbt-01 $Shield: shieldfs-03 $Shield: shieldft-02x #End