Nascar Heat RES TRK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 02:48, 16 May 2005

Choose archive extension:

RES, TRK


Format Specifications

char {4}     - Header (0TSR) // Note the zero, not the letter "O"
uint32 {4}   - null
uint32 {4}   - Number Of Files
uint32 {4}   - Number Of Files (duplicate)
uint32 {4}   - Archive Length

// for each file

char {36}    - Filename (null)
char {4}     - Type Code (GAMI=*.img, TYAL=*.lyt, PMTS=*.fnt, etc.)
uint32 {4}   - Unknown (1)
uint32 {4}   - File Length [+4]
uint64 {8}   - null


uint32 {4}   - null

// for each file

byte {X}     - File Data
uint32 {4}   - null


MultiEx BMS Script

Not written yet

Compatible Programs