Slayer Engine PAK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 10: | Line 10: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
// Buffy | // Buffy the Vampire Splayer (XBOX) | ||
// PAK file format | // PAK file format | ||
Revision as of 14:20, 15 February 2021
Back to index | Edit this page
PAK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Buffy the Vampire Splayer (XBOX)
// PAK file format
// header
4 bytes (uint32) - unknown
4 bytes (uint32) - names block size
4 bytes - nulls
4 bytes (uint32) - names block size (repeated?)
4 bytes (uint32) - align value
4 bytes (uint32) - number of files
number_of_files *
{
4 byte (uint32) - file name relative offset
}
4 bytes (uint32) - unknown // 8192
// some array
4 bytes (uint32) - number of entries
num_of_entries *
{
2 bytes (uint16) - some entry
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- File format is used by Slayer Engine developed by The Collective (now Double Helix Games) company.
Games
List of games using the same file format:
- The Da Vinci Code
- Indiana Jones and the Emperor's Tomb
- Buffy The Vampire Slayer (XBOX)
Compatible Programs
None.
See Also