Shrek SuperSlam DIR DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 54: | Line 54: | ||
* [https://github.com/ShrekBoards/shrek-file-extract shrek-file-extract] | * [https://github.com/ShrekBoards/shrek-file-extract shrek-file-extract] | ||
* [https://github.com/ShrekBoards/shrek-file-create shrek-file-create] | |||
* [https://github.com/ShrekBoards/shrek-decompress shrek-decompress] | |||
<br/><br> | <br/><br> | ||
Revision as of 15:53, 16 November 2020
DIR, DAT
- Game : Shrek SuperSlam
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Shrek SuperSlam
// DIR file format
num_of_files *
{
4 bytes (uint32) - entry offset
}
num_of_files *
{
// file entry
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
4 bytes (uint32) - unknown
x bytes (char) - filepath + null // "data\loading\british.dds"
}
// Shrek SuperSlam
// DAT file format
number_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs