Shrek SuperSlam DIR DAT

From XentaxWiki
Revision as of 15:49, 16 November 2020 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

DIR, DAT


Format Specifications

// Shrek SuperSlam
// DIR file format


num_of_files *
{
   4 bytes (uint32) - entry offset
}

num_of_files *
{

   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