WWE Day of Reckoning TEX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Revision as of 17:11, 25 January 2021
Choose archive extension:
TEX
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
uint32 {4} - Color Depth? (256)
uint32 {4} - null
uint32 {4} - Padding Size?
// for each file
- char {16} - Filename (null, filled with junk)
- uint32 {4} - File Extension
- uint32 {4} - File Size
- uint32 {4} - File Offset
- uint32 {4} - null
byte {16} - null Padding
byte {X} - File Data
MultiEx BMS
ImpType Standard ; Get FNum Long 0 ; SavePos S 0 ; Math S += 12 ; GoTo S 0 ; For T = 1 To FNum ; GetDString FN 16 0 ; Get D Long 0 ; SavePos FSO 0 ; Get FS Long 0 ; SavePos FOO 0 ; Get FO Long 0 ; Get D Long 0 ; Log FN FO FS FOO FSO ; Next T ;