Taz: Wanted PC: Difference between revisions

From XentaxWiki
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
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== TLD ==  
== PC ==  
* ''' Game ''':    [[Taz: Wanted]] <br>  
* ''' Game ''':    [[Taz: Wanted]] <br>  
* ''' Format Type ''':    Archive <br>  
* ''' Format Type ''':    Archive <br>  
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>

Latest revision as of 13:14, 13 November 2020

PC


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.