Scrapland: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Mr.Mouse
mNo edit summary
imported>WATTO
No edit summary
Line 1: Line 1:
[[GRAFs|Back to index]]
* [[GRAFs|Return to the list of games]]


Choose archive extension:
Choose archive extension:  


== PACKED ==  
== PACKED ==  
Line 12: Line 12:


<tt><b>
<tt><b>
uint32 {4}&nbsp;&nbsp; - Header <font color="purple">(Pozi)</font> <br>  
char {4}&nbsp;&nbsp; - Header <font color="purple">(Pozi)</font> <br>  
uint32 {4}&nbsp;&nbsp; - null <br>  
uint32 {4}&nbsp;&nbsp; - null <br>  
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Number Of Files? '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Number Of Files? '' </font> <br>  
Line 23: Line 23:
<br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
<br>
</b></tt>
</b></tt>
<br>


=== MultiEx BMS ===  
=== MultiEx BMS Script ===  


Not written yet<br><br>
Not written yet<br><br>


=== Supported Programs ===  
=== Compatible Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>

Revision as of 00:40, 16 May 2005

Choose archive extension:

PACKED


Format Specifications

char {4}   - Header (Pozi)
uint32 {4}   - null
uint32 {4}   - Number Of Files?

// for each file

uint32 {4}   - Filename Length
char {X}     - Filename
uint32 {4}   - File Length
uint32 {4}   - File Offset


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs