Speed Challenge: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
Line 13: Line 13:
=== Format Specifications ===  
=== Format Specifications ===  
<tt><b>
<tt><b>
uchar8 {1}&nbsp;&nbsp;&nbsp;&nbsp; - Encryption header (0xae)<br>
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Encryption header (0xae)<br>
uchar8 {1}&nbsp;&nbsp;&nbsp;&nbsp; - Unused<br>
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Unused<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - Encrypted data<br>
byte {x}&nbsp;&nbsp;&nbsp;&nbsp; - Encrypted data<br>
</b></tt>
</b></tt>
<br>
<br>

Revision as of 17:48, 10 December 2005

Back to index

Choose archive extension:

(various extensions)

  • Format Type : File
  • Endian Order : Little Endian
  • Forum Threads : None
  • Date Posted : Dec. 10, 2005 12:28 AM


Format Specifications

byte {1}     - Encryption header (0xae)
byte {1}     - Unused
byte {x}     - Encrypted data

Notes and Comments

Files are encrypted with a keys based XOR algorithm
The decrypted files can be reused in the game without problems


MultiEx BMS Script

Not written yet


Supported by Programs

Speed Challenge files decoder
http://aluigi.altervista.org/papers.htm#scfdec


Other Games

None