Legacy Of Kain: Soul Reaver DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 47: | Line 47: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [ | * [https://wheelofdoom.ucoz.com/index/wheel_of_doom/0-12 Wheel of Doom] | ||
* [https://thelostworlds.net/Software/Soul_Spiral.html Soul Spiral] | * [https://thelostworlds.net/Software/Soul_Spiral.html Soul Spiral] | ||
<br/><br> | <br/><br> | ||
Latest revision as of 09:41, 4 November 2020
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