PGA Tour 97 VAN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(No difference)

Revision as of 18:36, 29 December 2020

VAN


Format Specifications

// VAN file format

// little endian


// VANM chunk
4 bytes (char) - chunk name // "VANM"
4 bytes (uint32) - size of the chunk data  
4 bytes (uint32) - bytes to skip
2 bytes (uint16) - version (major) // "1"
2 bytes (uint16) - version (minor) // "15"


// VCOL chunk
4 bytes (char) - chunk name // "VCOL"
4 bytes (uint32) - size of the chunk data 
x bytes - palette data (one BGR16 value per entry)

MultiEx BMS Script

Not written yet.

Notes and Comments

  • VAN is Video Animation file format.

Compatible Programs

None.