GT20 Archive: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GTO == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specific...") |
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> | ||
// Vhill PS1 | |||
// GTO file format | |||
//header | //header | ||
4 bytes (char) - signature // "GT20" | 4 bytes (char) - signature // "GT20" | ||
| Line 16: | Line 19: | ||
4 bytes (uint32) - length of additional information // usually 0 | 4 bytes (uint32) - length of additional information // usually 0 | ||
x bytes - additional information (optional) | x bytes - additional information (optional) | ||
// data | |||
x bytes - compressed data | x bytes - compressed data | ||
</pre> | </pre> | ||
Revision as of 19:30, 6 April 2021
Back to index | Edit this page
GTO
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// Vhill PS1 // GTO file format //header 4 bytes (char) - signature // "GT20" 4 bytes (uint32) - uncompressed 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
- [aluigi.altervista.org/bms/ducati_world_dc.bms ducati_world_dc.bms]
Notes and Comments
- GTO files are compressed with GT compression algorithm.
Games
List of games using this file format:
- Chill
- Ducati World
Compatible Programs
None.