T files
From X-Wiki
(Redirected from T file)
T files are files located in types directory in X2 - The Threat and X3 Reunion. They hold informations about different types of objects used in these games.
Common properties
T files share these common properties:
- they all begin with capital letter T (hence the name) [1]
- they are all using the same structure and the same syntax
[1] There are also other files in the types directory, but only the ones with capital T are considered to be T files. Those files define the basic game objects.
Syntax
Syntax of T files is subclass of BOD syntax.
Every field is terminated with a semicolon. Comments can be used.
Structure
<version> <number of records> <record 1> <record 2> ...

