PGA Tour 97 VAN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== VAN == * ''' Game ''': PGA Tour 97 <br> * ''' Format Type ''': Animation <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <...") |
imported>Ikskoks |
||
| Line 10: | Line 10: | ||
<pre> | <pre> | ||
// VAN file format | // VAN file format | ||
// little endian | |||
// VANM chunk | |||
4 bytes (char) - chunk name // "VANM" | |||
4 bytes (uint32) - total file size | |||
4 bytes (uint32) - bytes to skip | |||
2 bytes (uint16) - version (major) // "1" | |||
2 bytes (uint16) - version (minor) // "15" | |||
</pre> | </pre> | ||
Revision as of 18:10, 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) - 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.