Difference between revisions of "Weapon expl.tbl"

From FreeSpace Wiki
Jump to: navigation, search
m
m (Revision fix)
Line 1: Line 1:
{{Fileversion|6581}}
+
{{TableVersion|6581}}
  
  

Revision as of 17:20, 13 December 2011

Revision information.....

FSO Revision: 6581
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



Originally, weapon_expl.tbl recorded the number of LODs for each explosion image.


Regardless, when FS2 searches for additional LODs, it will use the animation with the specified name for LOD0, and then use "NAME_#" for additional LODs.

  • Example: ExpMissileHit1.eff (LOD 0), ExpMissileHit1_1.eff (LOD1)


General Format

There is really only one section of weapon_expl.tbl, and that section has exactly one entry type.

  • #Start
  • The list of all weapon effects entries
  • #End


Weapon Effect

$Name:

  • Defines which explosion file this entry is for
  • Syntax: String


$LOD:

  • Defines how many LODs this explosion file has (up to 4)
  • Syntax: Integer, of LODs.


Sample

#Start
$Name:      ExpMissileHit1
$LOD:       3
#End