Difference between revisions of "Hud.tbl"

From FreeSpace Wiki
Jump to: navigation, search
(Initial commit)
 
(Unused Table)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hud table is a table file for defining the available shield animations
+
{{UnusedTable}}
 +
 
 +
{{TableVersion|4500}}
 +
 
 +
The '''hud.tbl''' is no longer used with FreeSpace Open. It was a table file for defining the available shield animations.
 +
 
 +
 
 +
[[Tables|List of Tables]]
  
 
==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
 
**Syntax: ''filename''
 
**Example: shield-f01
 
 
*Table ends with '''#End'''
 
*Table ends with '''#End'''
 +
 +
===$Shield:===
 +
*Notes the filename of the shield icon.
 +
**Syntax: '''String'''
  
 
==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]]

Latest revision as of 05:22, 20 July 2012

This table is not used by FreeSpace Open

Revision information.....

FSO Revision: 4500
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 hud.tbl is no longer used with FreeSpace Open. It was a table file for defining the available shield animations.


List of Tables

Important Notes

  • Table is no longer needed with the FreeSpace Open


Format

  • Table starts with #Shield Icons Begin
  • Table ends with #End

$Shield:

  • Notes the filename of the shield icon.
    • Syntax: String

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