Driver 3 GSD: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest revision as of 12:14, 4 January 2021
GSD
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (01KB)
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - File Offset
uint32 {4} - Archive Length
byte {X} - null Padding to multiple of 2048 bytes
// for each file
- uint32 {4} - Number Of Trailing 4-byte Fields
- uint32 {4} - Header Size
- uint32 {4} - File Length
- uint32 {4} - null
- char {X} - Header (size of field = headerSize-16)
- byte {X} - File Data
- // for each trailing 4-byte field
- uint32 {4} - Unknown
- }
- uint32 {4} - Unknown
- byte {X} - null Padding to a multiple of 2048 bytes
MultiEx BMS
Not written yet