GTA Series GMP: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GMP == * ''' Format Type ''': Map / Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature...") |
imported>Ikskoks |
||
| Line 24: | Line 24: | ||
PSXM - PSX mapping table | PSXM - PSX mapping table | ||
ANIM - tile animation | ANIM - tile animation | ||
LGHT - | LGHT - lights | ||
RGEN - | RGEN - junction List | ||
4 bytes (uint32) - chunk size | 4 bytes (uint32) - chunk size | ||
x bytes - chunk data | x bytes - chunk data | ||
Revision as of 22:25, 24 December 2021
Back to index | Edit this page
GMP
- Format Type : Map / Misc
- Endian Order : Little Endian
- Signature : GBMP
Format Specifications
//header
4 bytes (char) - signature // "GBMP"
2 bytes (uint16) - version // 500
num_of_chunks *
{
4 bytes (char) - chunk signature // e.g. UMAP - uncompressed map
CMAP - compressed map (16-bit)
DMAP - compressed map (32-bit)
ZONE - map zones
MOBJ - map objects
PSXM - PSX mapping table
ANIM - tile animation
LGHT - lights
RGEN - junction List
4 bytes (uint32) - chunk size
x bytes - chunk data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- GTA 2 (*.GMP) (PC)
Compatible Programs
None.