Oni DAT: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 49: | Line 49: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 22:38, 16 January 2021
Choose archive extension:
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {20} - Header
uint32 {4} - Number Of Files
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - First File Offset
uint32 {4} - Data Size
uint32 {4} - Filename Directory Offset
uint32 {4} - Filename Directory Size
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown
// for each file
- uint32 {4} - Type/Extension
- uint32 {4} - Offset (relative to first file offset)
- uint32 {4} - Filename Offset (relative to filename directory offset)
- uint32 {4} - File Size
- uint16 {2} - Unknown
- uint16 {2} - Unknown
byte {X} - File Data
// for each filename
- char {4} - Type/Extension
- char {X} - Filename
- byte {1} - null Filename Terminator
MultiEx BMS Script
Not written yet