Legacy Of Kain: Soul Reaver DAT
Jump to navigation
Jump to search
DAT
- Game : Legacy Of Kain: Soul Reaver
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Legacy Of Kain: Soul Reaver
// DAT file format
// little endian
//header
4 bytes (uint32) - number of files
//info array
num_of_files *
{
4 bytes (uint32) - hashed name of the file
4 bytes (uint32) - file size
4 bytes (uint32) - file offset
4 bytes (char) - last 4 characters of the filename without extension
// for example "DING" for filename "loading.pti"
}
x bytes - padding
//data
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- This is specification for bigfile.dat file only.
Compatible Programs