MAPU (File Format): Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Antidote (Created page with "The '''MAPU format''' is used to build the game's Universe Map, which is separated into several "Worlds", the format is extremely simple and is one of the few formats where we...") |
imported>Antidote No edit summary |
||
Line 5: | Line 5: | ||
== Format == | == Format == | ||
The MAPU format is broken in to 2, the header, and the world descriptors. | The MAPU format is broken in to 2 part, the header, and the world descriptors. Each world has it's own transform matrix, and a list of area transforms you multiply with the world's matrix. However due to the way geometry works, the number of areas in the actual world may differ from the amount stored here, several rooms may share the same hexagon model for instance. | ||
=== Header === | === Header === |