Difference between revisions of "Category:Tables"

From FreeSpace Wiki
Jump to: navigation, search
(moved content from Tables)
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
+
[[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.
 
<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
+
::'''PLEASE NOTE:'''
<br>[[ai.tbl]] - Defines a small subset of the AI behavior.
+
::::'''''Table entries must be ordered''''' as a general rule.
<br>[[ai_profiles.tbl]]<sup>+</sup> - Defines extended options for AI behavior.  AI profiles can be specified on a per-mission basis.
+
::::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.
<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.
+
[[Category:Modding]]
<br>[[species_defs.tbl]]<sup>+</sup> - Defines characteristics of ships belonging to each species.
 
<br>[[weapons.tbl]] - Defines the statistics of weapons in-game.
 

Latest revision as of 20:04, 18 July 2012

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 general 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.