Difference between revisions of "Category:File Types"

From FreeSpace Wiki
Jump to: navigation, search
(New page: All filetypes revelant to modding go in this catergory.)
 
Line 1: Line 1:
All filetypes revelant to modding go in this catergory.
+
== Binary filetypes ==
 +
[[*.VP]] - Container format used to package all kinds of files for release. (You may say a Freespace ZIP file)
 +
<br>[[*.POF]] - Stores model geometry information for all objects in-game (ie ships, asteroids, etc)
 +
<br>[[*.PLR/*.PL2]] - Store player progress information
 +
<br>[[*.CSG/*.CSS]] - Store campaign progress(CSG)/scoring(CSS) information (Obsolete)
 +
<br>[[*.CS2]] - Stores campaign progress and scoring data
 +
<br>[[*.IBX]] - Caches model geometry data for fast loading
 +
 
 +
== ASCII/Text filetypes ==
 +
[[*.FS2]] - Mission files
 +
<br>[[*.TBL]] - Store statistics on all kinds of things
 +
[[*.TBM]] - Extend table data modularly
 +
<br>[[*.EFF]] - Stores information on animated effects
 +
 
 +
[[Category:Modding]]

Revision as of 19:12, 4 September 2007

Binary filetypes

*.VP - Container format used to package all kinds of files for release. (You may say a Freespace ZIP file)
*.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