Tiger Woods PGA Tour GCB

From XentaxWiki
Revision as of 09:31, 17 July 2021 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GCP == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specifica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

GCP


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.