Power Chess BAG: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
// Data<br> | // Data<br> | ||
X Byte - Data<br> | X Byte - Data<br> | ||
// End<br>| | // End<br> | ||
<br> | |||
The extracted files are mostly standard .bmp files, although I did notice a .pal (palette file) and makebag.exe to create these bag files and alot of .rls files which I don't understand atm| | |||
notes=None| | notes=None| | ||
bms_script=Not written yet| | bms_script=Not written yet| | ||
Revision as of 11:34, 13 November 2006
Back to index | Edit this page
bag
{{GRAFPageMisc{{ subst:#if: Archive | {{subst:!}}Archive }}{{ subst:#if: Little Endian | {{subst:!}}Little Endian }}}}
Format Specifications
uint 32 - Nr. of entries (Last entry is offset to EOF+1 for size calculation of earlier entries)
// For each file
uint 32 - Location of file
char {13} - ASCII-Z filename string
Size of file is calculated by subtracting the current file's location from the next file's location, hence the last entry not being an actual file.
// Data
X Byte - Data
// End
Notes and Comments
None
MultiEx BMS Script
Not written yet
Supported by Programs
None
Documentation
None
Games
Power Chess