Difference between revisions of "TreFile Template"
From SWGANH Wiki
(New page: Each file type can be described as follows: ==TSF - '''Tre Sub File (Purpose)'''== {| class="wikitable" |Understood at (then use appropritate template: 0P/25P/50P/75P/100P)||{{50P}} |} {{B...) |
(→TSF - '''Tre Sub File (Purpose)''') |
||
Line 22: | Line 22: | ||
|{{int}} | |{{int}} | ||
|identifier used for later reference | |identifier used for later reference | ||
+ | |} | ||
+ | Here is a list of the different templates (use with {{}}) at your disposal: | ||
+ | {| class="wikitable" | ||
+ | |{{bool}} | ||
+ | |bool | ||
+ | |{{sbyte}} | ||
+ | |sbyte | ||
+ | |{{byte}} | ||
+ | |byte | ||
+ | |- | ||
+ | |{{short}} | ||
+ | |short | ||
+ | |{{ushort}} | ||
+ | |ushort | ||
+ | |- | ||
+ | |{{int}} | ||
+ | |int | ||
+ | |{{uint}} | ||
+ | |uint | ||
+ | |- | ||
+ | |{{long}} | ||
+ | |long | ||
+ | |{{ulong}} | ||
+ | |ulong | ||
+ | |- | ||
+ | |{{ansistring}} | ||
+ | |ansistring | ||
+ | |{{unicodestring}} | ||
+ | |unicodestring | ||
|} | |} |
Revision as of 06:03, 15 March 2007
Each file type can be described as follows:
TSF - Tre Sub File (Purpose)
Understood at (then use appropritate template: 0P/25P/50P/75P/100P) |
|
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 (use with {{}}) at your disposal:
BOOL | bool | SBYTE | sbyte | BYTE | byte |
SHORT
|
short | USHORT | ushort | ||
INT
|
int | UINT | uint | ||
LONG
|
long | ULONG | ulong | ||
Template:Ansistring | ansistring | Template:Unicodestring | unicodestring |