Speed Challenge: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


=== Format Specifications ===  
=== Format Specifications ===  
char {8}&nbsp;&nbsp;&nbsp;&nbsp; - Encryption header (0xae)<br>
char {1}&nbsp;&nbsp;&nbsp;&nbsp; - Encryption header (0xae)<br>
char {8}&nbsp;&nbsp;&nbsp;&nbsp; - Unused<br>
char {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>
 


=== Notes and Comments ===  
=== Notes and Comments ===  

Revision as of 17:43, 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

char {1}     - Encryption header (0xae)
char {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