Rayman 2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
(Redirected page to OpenSpace CNT)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
#REDIRECT [[OpenSpace CNT]]
 
Choose archive extension:
 
== CNT ==
 
* ''' Format Type ''':    Archive <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
 
 
=== Format Specifications ===
 
<tt><b>
uint32 {4}&nbsp;&nbsp; - Number Of Folders <br>
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Number Of Files? '' </font> <br>
uint16 {2}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - XOR Value <br>
<br>
<font color="blue"> ''' // for each folder ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - Folder Name Length <br>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Encrypted Folder Name <font color="purple">(XOR with the "XOR Value Field")</font> <br>
<br>
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - End Of Directory Marker <font color="purple">(1)</font> <br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - null <br>
: uint32 {4}&nbsp;&nbsp; - Filename Length <br>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Encrypted Filename <font color="purple">(XOR with the "XOR Value Field")</font> <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; - File Length <br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
</b></tt>
 
=== MultiEx BMS ===
 
Not written yet<br><br>
 
=== Other Games ===
 
These games also use this file format<br>
* [[Rayman 2|Rayman 2]]
* [[Rayman 3|Rayman 3]]
* [[Rayman M|Rayman M]]
 
=== Supported Programs ===
 
* [[Game Extractor|Game Extractor]]<br>

Latest revision as of 13:44, 4 April 2021

Redirect to: