Tiger Woods PGA Tour GCB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GCP == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specifica...") |
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GCP == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specifica...") |
(No difference)
| |
Revision as of 09:31, 17 July 2021
Back to index | Edit this page
GCP
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
// GCP file format
// big endian
// header
4 bytes (char) - signature // "CTRL"
4 bytes (uint32) - header size
8 bytes - padding
4 bytes (char) - chunk signature // "SYNC"
4 bytes - nulls
// data
num_of_chunks *
{
4 bytes (char) - chunk signature // "SHOC"
4 bytes (uint32) - chunk size
8 bytes - nulls
x bytes - subchunks data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Tiger Woods PGA Tour 07 (WII) (*.GCP)
- Tiger Woods PGA Tour 08 (WII) (*.GCP)
Compatible Programs
None.