Hi there. I have been exploring the Features file (in the Terrain subdirectory) and had some questions about Natural Wonders:
#1. What is the best way to select Natural Wonders for a custom map?
Obviously you can use a Map Editor to customize things. But if you want a randomly generated map and want to minimize spoilers (such as manually changing/adding/removing natural wonders), what is the best technique?
My best guess right now is to modify <OccurrenceFrequency> so that the Natural Wonders you want have a really high value (e.g. 1000) while the ones you don't want have a low value (e.g. 1 or 0). Anyone have luck with this method?
#2. How can I make Natural Wonders farther away from City States?
Would I want to change the order of map generation so city states are placed before natural wonders?
I've also read that the code uses a ripple value, such that Natural Wonders and city states are at least 5 plots (ripple value 4) from major civ starting placement. Whereas natural wonders have a ripple value of just 1 to city states. If this is the case, where can I change the ripple value of natural wonders for city states (I want to make it 4, just like with normal civs)?
#3. What is <SeeThrough>?
My best guess is that it is what makes a natural wonder obstruct vision. I would guess that a tile with just hills or just a forest/jungle would have a value of 1 (blocks vision if on flat terrain, but you can see past it if on a hill), while a hill with forest/jungle would have a value of 2 which blocks vision even on a hill. So I think the Natural Wonders would then be equivalent to hill with forest/jungle in terms of visibility blocking.
I am a little uncertain though because there have been many reports that Lake Victoria blocks vision, even though it lacks the SeeThrough value that most Natural Wonders have. Same with the GBR.
My second guess is that it helps natural wonders (like mountains) be seen far away. If this is not the case, any idea where in the code this is?
#4. What is <InfluenceCost>?
I would guess that it is used to determine city tile expansion. Good tiles (like Oases and Flood Plains) have a -1 value. However, I find that many Natural Wonders are expanded to last, even though they should have a -3 value.
#5. How does <AddsFreshWater> work?
Lake Victoria has this but apparently (correct me if I'm wrong) is simply allows the city to build fresh water buildings (like Gardens) and does *not* allow for the irrigation of adjacent tiles (lots of reports that you can't irrigate next to Lake Victoria).
Anyone know how to change it so that it allows irrigation?
Many Natural Wonders use code to change the underlying terrain to mountain <ChangeTiletoMountain>. Would a similar, <ChangeTiletoLake> tag work as well (for Lake Victoria and possibly Old Faithful and Fountain of Youth)?
#6. Krakatoa / GBR placement
One thing I hate about Krakatoa is how it is often placed in the middle of the ocean with no land tiles within reach. What is the best way to change this?
In the past, I recall reading about how the Great Barrier Reef has code such that there must be land within 3 tiles away. However, I can't seem to find the code that does this (in the Features file, it simply has 2 short lines). Do you know where it is?
Alternatively, maybe I could try upping the required number of shallow water tiles.
#7. Number of Natural Wonders
I know that you can change the # of natural wonders for each map size, but I've also read that there is still a max number. Any idea what it is?
Thanks for your help!
#1. What is the best way to select Natural Wonders for a custom map?
Obviously you can use a Map Editor to customize things. But if you want a randomly generated map and want to minimize spoilers (such as manually changing/adding/removing natural wonders), what is the best technique?
My best guess right now is to modify <OccurrenceFrequency> so that the Natural Wonders you want have a really high value (e.g. 1000) while the ones you don't want have a low value (e.g. 1 or 0). Anyone have luck with this method?
#2. How can I make Natural Wonders farther away from City States?
Would I want to change the order of map generation so city states are placed before natural wonders?
I've also read that the code uses a ripple value, such that Natural Wonders and city states are at least 5 plots (ripple value 4) from major civ starting placement. Whereas natural wonders have a ripple value of just 1 to city states. If this is the case, where can I change the ripple value of natural wonders for city states (I want to make it 4, just like with normal civs)?
#3. What is <SeeThrough>?
My best guess is that it is what makes a natural wonder obstruct vision. I would guess that a tile with just hills or just a forest/jungle would have a value of 1 (blocks vision if on flat terrain, but you can see past it if on a hill), while a hill with forest/jungle would have a value of 2 which blocks vision even on a hill. So I think the Natural Wonders would then be equivalent to hill with forest/jungle in terms of visibility blocking.
I am a little uncertain though because there have been many reports that Lake Victoria blocks vision, even though it lacks the SeeThrough value that most Natural Wonders have. Same with the GBR.
My second guess is that it helps natural wonders (like mountains) be seen far away. If this is not the case, any idea where in the code this is?
#4. What is <InfluenceCost>?
I would guess that it is used to determine city tile expansion. Good tiles (like Oases and Flood Plains) have a -1 value. However, I find that many Natural Wonders are expanded to last, even though they should have a -3 value.
#5. How does <AddsFreshWater> work?
Lake Victoria has this but apparently (correct me if I'm wrong) is simply allows the city to build fresh water buildings (like Gardens) and does *not* allow for the irrigation of adjacent tiles (lots of reports that you can't irrigate next to Lake Victoria).
Anyone know how to change it so that it allows irrigation?
Many Natural Wonders use code to change the underlying terrain to mountain <ChangeTiletoMountain>. Would a similar, <ChangeTiletoLake> tag work as well (for Lake Victoria and possibly Old Faithful and Fountain of Youth)?
#6. Krakatoa / GBR placement
One thing I hate about Krakatoa is how it is often placed in the middle of the ocean with no land tiles within reach. What is the best way to change this?
In the past, I recall reading about how the Great Barrier Reef has code such that there must be land within 3 tiles away. However, I can't seem to find the code that does this (in the Features file, it simply has 2 short lines). Do you know where it is?
Alternatively, maybe I could try upping the required number of shallow water tiles.
#7. Number of Natural Wonders
I know that you can change the # of natural wonders for each map size, but I've also read that there is still a max number. Any idea what it is?
Thanks for your help!