GCT Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 12: Line 12:
<pre>
<pre>
// header
// header
4 bytes (char) - signature // "SIZE"
4 bytes (char) - signature  // "GCNT"
2 bytes (uint16) - width?
2 bytes (uint16) - height?
4 bytes (char) - signature 2 // "GCNT"


// TODO
// TODO

Revision as of 19:10, 12 July 2022

Back to index | Edit this page

GCT

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : SIZE / GCNT


Format Specifications

// header
4 bytes (char) - signature  // "GCNT"

// TODO

Notes and Comments

  • This file format occurs in some GameCube games.

Games

List of games using this file format:

  • NHL 2K3 (GameCube) (packed inside CMN archives)
  • Shrek SuperSlam (GameCube) (*.GCT)


QuickBMS Script

Not written yet.

Compatible Programs