ITE Media CGF PAL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == CGF, PAL == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature...")
imported>Ikskoks
Line 14: Line 14:
4 bytes (char) - signature // "CGFF"
4 bytes (char) - signature // "CGFF"


// TODO
</pre>
</pre>
</div>
</div>


=== Format Specifications (PAL) ===  
=== Format Specifications (PAL) ===  

Revision as of 09:58, 24 July 2022

Back to index | Edit this page

CGF, PAL

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : CGFF / CPAL / CPAL254X3STD / CPAL256X3STD


Format Specifications (CGF)

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

// TODO

Format Specifications (PAL)

// header
12 bytes (char) - signature // "CPAL256X3STD"
x bytes - palette data

Notes and Comments

  • This file format occurs in some games made by ITE Media.

Games

List of games using this file format:

  • TODO

QuickBMS Script

Not written yet.

Compatible Programs

None.