Taz: Wanted PC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== TLD == * ''' Game ''': Taz: Wanted <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br...") |
imported>Ikskoks |
||
| Line 9: | Line 9: | ||
<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> | ||
// Taz: Wanted | |||
// PC file format (.pc archive) | |||
// little endian | |||
62 bytes - header | |||
x bytes - padding | |||
num_of_files * | |||
{ | |||
x bytes - file data (headerless?) | |||
} | |||
// tail | |||
4 bytes (char) - magic // "SAMP" | |||
12 bytes - nulls | |||
num_of_files * | |||
{ | |||
x bytes (char) - filename // "anvilgang_16.wav" etc. | |||
} | |||
x bytes - some structure | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:11, 13 November 2020
TLD
- Game : Taz: Wanted
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Taz: Wanted
// PC file format (.pc archive)
// little endian
62 bytes - header
x bytes - padding
num_of_files *
{
x bytes - file data (headerless?)
}
// tail
4 bytes (char) - magic // "SAMP"
12 bytes - nulls
num_of_files *
{
x bytes (char) - filename // "anvilgang_16.wav" etc.
}
x bytes - some structure
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs
None.