Airstrike 2 Gulf Thunder: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>Ikskoks
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [[GRAFs|Return to the list of games]]
Choose archive extension:
== APK ==  
== APK ==  


Line 12: Line 8:


<tt><b>
<tt><b>
char {8}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(0,0,128,63,153,153,0,0)</font> <br>  
uint64 {8}&nbsp;&nbsp; - Header <font color="purple">(0,0,128,63,153,153,0,0)</font> <br>  
uint32 {4}&nbsp;&nbsp; - Archive Size <font color="darkgreen">[+##### bytes]</font> <br>  
uint32 {4}&nbsp;&nbsp; - Directory Offset <br>
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>  
<br>
<font color="blue"> ''' // FILE DATA ''' </font> <br>
: <font color="blue"> ''' // for each file ''' </font> <br>  
:: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
<br>
<font color="blue"> ''' // DIRECTORY (encrypted) ''' </font> <br>
: <font color="blue"> ''' // for each file (76-bytes per entry) ''' </font> <br>  
:: byte {76}&nbsp;&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>  
</b></tt>
</b></tt>


Line 21: Line 24:


Not written yet<br><br>
Not written yet<br><br>
<br>
 
=== Notes and Comments ===
 
* The directory is encrypted somehow<br>
 
=== Supported Programs ===  
=== Supported Programs ===  


* None - Not enough known about the format
* None
 
 
[[Category:File Format]]

Latest revision as of 01:13, 3 January 2021

APK


Format Specifications

uint64 {8}   - Header (0,0,128,63,153,153,0,0)
uint32 {4}   - Directory Offset
uint32 {4}   - Number Of Files

// FILE DATA

// for each file
char {X}     - File Data


// DIRECTORY (encrypted)

// for each file (76-bytes per entry)
byte {76}    - Unknown

MultiEx BMS

Not written yet

Notes and Comments

  • The directory is encrypted somehow

Supported Programs

  • None