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 world descriptors are further broken up into Area, each world has it's own transform matrix, and each area has a transform matrix that you multiply with the world 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.
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 ===
Anonymous user

Navigation menu