Spiderman: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
(Redirected page to Activision PKR3)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
#REDIRECT [[Activision PKR3]]
 
Choose archive extension:
 
== PKR ==
 
* ''' Format Type ''':    Archive <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
 
 
=== Format Specifications ===
 
<tt><b>
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(PRK3)</font> <br>
uint32 {4}&nbsp;&nbsp; - Directory Offset <br>
<br>
<font color="blue"> ''' // go to dirOffset ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown <font color="purple">(4)</font> '' </font> <br>
: uint32 {4}&nbsp;&nbsp; - Number Of Directories <br>
: uint32 {4}&nbsp;&nbsp; - Total number of files in all directories <br>
<br>
: <font color="blue"> ''' // for each directory ''' </font> <br>
:: char {32}&nbsp;&nbsp;&nbsp; - Directory Name <br>
:: uint32 {4}&nbsp;&nbsp; - subDirOffset <font color="darkgreen">[x52 + dirOffset]</font> <br>
:: uint32 {4}&nbsp;&nbsp; - numFiles in the directory <br>
<br>
: <font color="blue"> ''' // for each file ''' </font> <br>
:: char {32}&nbsp;&nbsp;&nbsp; - Filename <br>
:: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
:: uint32 {4}&nbsp;&nbsp; - File Offset <br>
:: uint32 {4}&nbsp;&nbsp; - Raw File Size <br>
:: uint32 {4}&nbsp;&nbsp; - Compressed File Size <br>
<br>
</b></tt>
 
=== MultiEx BMS Script ===
 
Not written yet<br><br>
 
=== Notes and Comments ===
 
* Some files are compressed with ZLIB?
<br><br>
=== Compatible Programs ===
 
* [[Game Extractor|Game Extractor]]<br>

Revision as of 14:00, 15 November 2020

Redirect to: