Rogue Squadron 3D 000: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>Ikskoks
 
(4 intermediate revisions by 2 users not shown)
Line 35: Line 35:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]
<br><br>
 
 
[[Category:XOR encryption]]
[[Category:File Format]]

Latest revision as of 14:19, 4 April 2021

000


Format Specifications

char {4}     - Header (BUND)
uint32 {4}   - Archive Size [+8]
char {4}     - Bundle Header (BNHD)
uint32 {4}   - Bundle Header Length

// Bundle Header

byte {65570} - Padding Data


// for each file {
byte {200}   - Encrypted Filename (null) (decrypt with xor 170?)
uint32 {4}   - Length?
uint32 {4}   - Offset?
byte {44}    - null
}


char {4}     - File Data Header (BNDT)
uint32 {4}   - File Data Length
byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs