GT20 Archive: 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>
// Chill PS1
// GTO/GT20 file format
// GTO file format


//header
//header

Revision as of 21:59, 20 July 2021

Back to index | Edit this page

GTO, GT20

  • Format Type : Compressed archive / Compressed image
  • Endian Order : Little Endian


Format Specifications

// GTO/GT20 file format

//header
4 bytes (char) - signature // "GT20"
4 bytes (uint32) - uncompressed file size
4 bytes (uint32) - GT overlap // 3
4 bytes (uint32) - length of additional information  // usually 0
x bytes - additional information (optional)

// data
x bytes - compressed data

MultiEx BMS Script

Not written yet.

QuickBMS Script

Notes and Comments

  • GTO files from "Chill" are TIM images compressed with GT compression algorithm.

Games

List of games using this file format:

  • Chill (PS1) (*.GTO)
  • Ducati World: Racing Challenge
  • Martian Gothic: Unification (PS1) (*.GT20)

Compatible Programs

None.