Adding some metadata to the .map files isn't hard, though any information written could be simply gotten from actually interpreting the .map file (For example, instead of checking "if (province_string.contains_string("wood")" you could just check "if (terrain_mask.to_int() & 128)"
Quote:
Yes he was just getting to the point of it being extremely useful. He had licked the biggest complaints. He had just made colors fully selectable, and added the ability to scatter icons as the Dom3 generator does. A user-created icons file would be a big addition.
|
Since I don't really remember that randomizer, I'm curious about it. What "cool stuff" did it really have? What do you mean by "scatter icons"? (Do you mean using images of trees in forest provinces, mountains in mountains etc., or are we talking about crowns for VPs and volcanoes for sites?)
(Adding custom colors and images for trees and stuff would be easy, and definitely part of the plan.)