Open landall opened 4 years ago
That's a good catch. Do you have examples of civ5maps that fit the patterns you described?
i am updating my discovery here. https://forums.civfanatics.com/threads/civ5map-file-format.418566/
Some part of it is guessed by decompiled the World Builder. Some part is guessed by saving a map after each modification.
Mod data section is now corrected https://github.com/fechan/civ5map-tools/commit/548ae02a8fda01d0b662d6d9e102fd4347e2b58c I completely screwed up the implementation, so I'm starting fresh.
Mod data section is now corrected (for real this time!) https://github.com/fechan/civ5map-tools/commit/272b089751804966ae35100f3b530087a5fa6fc0
I'm going to leave the issue open while I try to implement some of the new discoveries
This part is wrong. This is the situation that there is only Global Mod Data. If no Mod Data, this part is 0 bytes. If there is any Plot Data, this part is much complex and I cannot guess out how long it is.