Difference between revisions of "Category:Tables"

From FreeSpace Wiki
Jump to: navigation, search
Line 2: Line 2:
 
<br>
 
<br>
 
<br>
 
<br>
*Asterisks (*) denote a table added for Freespace 2. These are not required by FS1.
 
*Plus signs (<sup>+</sup>) denote a table added by the [[FSSCP_Introduction|Source Code Project]]. These are not required by retail FS2
 
<br>[[ai.tbl]] - Defines a small subset of the AI behavior.
 
<br>[[ai_profiles.tbl]]<sup>+</sup> - Defines extended options for AI behavior.  AI profiles can be specified on a per-mission basis.
 
<br>[[armor.tbl]]<sup>+</sup> - Defines the behaviour of ship armor.
 
<br>[[iff_defs.tbl]]<sup>+</sup> - Defines IFF.  New IFFs can be specified, with different behaviors for each.
 
<br>[[ships.tbl]] - Defines the statistics of ships in-game.
 
<br>[[species_defs.tbl]]<sup>+</sup> - Defines characteristics of ships belonging to each species.
 
<br>[[weapons.tbl]] - Defines the statistics of weapons in-game.
 
 
  
 
::'''PLEASE NOTE:'''
 
::'''PLEASE NOTE:'''

Revision as of 10:26, 13 February 2007

Tables are text files with the extension .tbl, and are the major data files in Freespace and Freespace 2. Compared with many other games, they are highly intuitive and easy to edit, requiring no special tools other than notepad. For more detail on specific tables, see the links below.

PLEASE NOTE:
Table entries must be ordered as a geneneral rule.
Keep the order shown in the following help sections for each table in both normal tables (tbl files) and Modular Tables (tbm files). If you don't do it, you can get parser errors on FS2 or FRED2 loading when they are reading them.