Difference between revisions of "TreFile Template"
From SWGANH Wiki
(→TSF - '''Tre Sub File (Purpose)''') |
|||
Line 2: | Line 2: | ||
==TSF - '''Tre Sub File (Purpose)'''== | ==TSF - '''Tre Sub File (Purpose)'''== | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |Understood at | + | |Understood at||{{50P}} |
|} | |} | ||
{{Box_TREformats|TSF ''format''| | {{Box_TREformats|TSF ''format''| | ||
Line 23: | Line 23: | ||
|identifier used for later reference | |identifier used for later reference | ||
|} | |} | ||
− | Here is a list of the different templates | + | Here is a list of the different templates at your disposal: |
{| class="wikitable" | {| class="wikitable" | ||
|{{bool}} | |{{bool}} |
Revision as of 07:48, 15 March 2007
Each file type can be described as follows:
TSF - Tre Sub File (Purpose)
Understood at |
|
File Type: TSF format |
Description here. |
Header:
INT
|
TSF file type header id (sequence: 0x04 0x03 0x02 0x01, value: 0x01020304 = 16909060) |
SHORT
|
items count |
Then items list, for each:
BOOL | test flag |
INT
|
identifier used for later reference |
Here is a list of the different templates at your disposal:
BOOL | bool | SBYTE | sbyte | BYTE | byte |
SHORT
|
short | USHORT | ushort | ||
INT
|
int | UINT | uint | FLOAT | float |
LONG
|
long | ULONG | ulong | DOUBLE | double |
Template:Ansistring | ansistring | Template:Unicodestring | unicodestring |