Difference between revisions of "File Types"

From FreeSpace Wiki
Jump to: navigation, search
m (ASCII/Text filetypes)
Line 10: Line 10:
 
[[*.FS2]] - Mission files
 
[[*.FS2]] - Mission files
 
<br>[[*.TBL]] - Store statistics on all kinds of things
 
<br>[[*.TBL]] - Store statistics on all kinds of things
* [[armor.tbl]] - Armor system
 
 
[[*.TBM]] - Extend table data modularly
 
[[*.TBM]] - Extend table data modularly
 
<br>[[*.EFF]] - Stores information on animated effects
 
<br>[[*.EFF]] - Stores information on animated effects
  
 
[[Category:Modding]]
 
[[Category:Modding]]

Revision as of 17:29, 8 August 2007

Binary filetypes

*.VP - Container format used to package all kinds of files for release
*.POF - Stores model geometry information for all objects in-game (ie ships, asteroids, etc)
*.PLR/*.PL2 - Store player progress information
*.CSG/*.CSS - Store campaign progress(CSG)/scoring(CSS) information (Obsolete)
*.CS2 - Stores campaign progress and scoring data
*.IBX - Caches model geometry data for fast loading

ASCII/Text filetypes

*.FS2 - Mission files
*.TBL - Store statistics on all kinds of things *.TBM - Extend table data modularly
*.EFF - Stores information on animated effects