Rome Total War - The Barbarian Invasion DAT IDX
(Redirected from Rome Total War - The Barbarian Invasion)
Choose archive extension:
DAT + IDX
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {X} - Archive Type ("SND.PACK" / "SKEL.PACK")
byte {0-3} - Padding to a multiple of 4 bytes (using the bytes 209,154,234)
uint32 {4} - Archive Type? (4/3)
uint32 {4} - Number Of Files
// repeat until offset 24
- uint32 {4} - Unknown
// for each file
- uint32 {4} - File Offset
- uint32 {4} - File Length
- if (arcType == SND.PACK){
- uint32 {4} - Sound Sample Rate (22050)
- uint32 {4} - Sound Quality (16)
- uint32 {4} - Sound Channels (1)
- }
- uint32 {4} - Sound Sample Rate (22050)
- else {
- byte {12} - Unknown
- }
- byte {12} - Unknown
- uint32 {4} - File Type? (2)
- char {X} - Filename (null)
- byte {3} - Padding (13,240,173)
MultiEx BMS
Not written yet
Notes and Comments
- The IDX file contains the directory, the DAT file contains the file data