Gameloft CustomPak GLA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 10: Line 10:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
//TODO
// Sniper Fury
// GLA2 file format
 
// big endian
// Uses LZ4 Block Compression
 
// ARCHIVE HEADER
  4 - Header ((bytes)208 238 168 154)  // 0xD0 0xEE 0xA8 0x9A
  4 - Unknown
  4 - Unknown
  4 - Unknown
 
// FILE DATA
  // for each file
    X - File Data (compressed using LZ4)
   
// FILE DIRECTORY
  // for each file
    4 - Filename Hash
    4 - File Offset
    4 - Decompressed Length
    4 - Compressed Length
    4 - null
    4 - Entry Type? (0/1/8)
</pre>
</pre>
</div>
</div>

Revision as of 17:21, 7 June 2021

Back to index | Edit this page

GLA, GLA2


Format Specifications

// Sniper Fury 
// GLA2 file format

// big endian
// Uses LZ4 Block Compression

// ARCHIVE HEADER
  4 - Header ((bytes)208 238 168 154)   // 0xD0 0xEE 0xA8 0x9A
  4 - Unknown
  4 - Unknown
  4 - Unknown
  
// FILE DATA
  // for each file
    X - File Data (compressed using LZ4)
    
// FILE DIRECTORY
  // for each file
    4 - Filename Hash
    4 - File Offset
    4 - Decompressed Length
    4 - Compressed Length
    4 - null
    4 - Entry Type? (0/1/8)

MultiEx BMS Script

Not written yet.

QuickBMS Script

Notes and Comments

  • GLA archives may use Deflate compression, LZ4 compression or XOR encryption.
  • There are some differences between GLA and GLA2 file formats.

Games

List of games using this file format:

  • GT Racing 2 (Android)
  • The Dark Knight Rises (Android)
  • 9mm (Android) (*.GLA)
  • N.O.V.A 3 (Android/iOS)
  • Sniper Fury (*.GLA2)

Compatible Programs