Impulse Tracker IT: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| Line 49: | Line 49: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 15:19, 10 January 2021
IT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (IMPM)
byte {98} - Unknown
byte {64} - Unknown (all @ symbols - (byte)64)
byte {X} - File IDs
byte {1} - 255
// for each file
- uint32 {4} - File Offset
// at each file offset
- char {4} - Type/Extension (IMPS, IMPI, etc)
- byte {X} - File Data
- // Type IMPS - File Entry
- char {X} - Filename
- byte {1} - null Filename Terminator
- uint32 {4} - Unknown
- byte {26} - File Description
- uint16 {2} - Compressed True/False (1/0)?
- uint32 {4} - Compressed File Size
- uint64 {8} - null
- uint32 {4} - Decompressed File Size?
- uint64 {8} - null
- uint32 {4} - File Offset
- byte {6} - null
- char {X} - Filename
- // TYPE IMPI - Unknown (file?){
- byte {X} - Unknown
- }
- byte {X} - Unknown
MultiEx BMS Script
Not written yet