PGA Tour 97 VAN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 16: | Line 16: | ||
// VANM chunk | // VANM chunk | ||
4 bytes (char) - chunk name // "VANM" | 4 bytes (char) - chunk name // "VANM" | ||
4 bytes (uint32) - size of the chunk data | 4 bytes (uint32) - size of the chunk data // for "VANM" it matches total file size | ||
4 bytes (uint32) - bytes to skip | 4 bytes (uint32) - bytes to skip | ||
2 bytes (uint16) - version (major) // "1" | 2 bytes (uint16) - version (major) // "1" | ||
Revision as of 18:28, 29 December 2020
VAN
- Game : PGA Tour 97
- Format Type : Animation
- Endian Order : Little Endian
Format Specifications
// VAN file format // little endian // VANM chunk 4 bytes (char) - chunk name // "VANM" 4 bytes (uint32) - size of the chunk data // for "VANM" it matches total file size 4 bytes (uint32) - bytes to skip 2 bytes (uint16) - version (major) // "1" 2 bytes (uint16) - version (minor) // "15"
MultiEx BMS Script
Not written yet.
Notes and Comments
- VAN is Video Animation file format.
Compatible Programs
None.