What does World Age do in Civilization 5?

[BACK]
What does World Age do in Civilization 5?
Posted On: March 5, 2023

In advanced game setup, what does the "World Age" option do?


The choices for the option are:.


3 Billion Years.


4 Billion Years.


5 Billion Years.


Random.


Question from user Kyle Trauberman at gaming.stackexchange.com.


Answer:

World age affects the prevalence of hills and mountains: younger worlds have larger, more craggy mountains that appear in bigger clusters whereas older worlds have more sloping hills that tend to appear in smaller clumps.


The code that governs this is in ContinentsPlus.lua:.


local world_age_old = 2;.


local world_age_normal = 3;.


local world_age_new = 5;.


-- Set values for hills and mountains according to World Age chosen by user.


local adjustment = world_age_normal;.


if world_age == 3 then -- 5 Billion Years.


adjustment = world_age_old;.


adjust_plates = adjust_plates * 0.75;.


elseif world_age == 1 then -- 3 Billion Years.


adjustment = world_age_new;.


adjust_plates = adjust_plates * 1.5;.


else -- 4 Billion Years.


end.


-- Apply adjustment to hills and peaks settings.


local hillsBottom1 = 28 - adjustment;.


local hillsTop1 = 28 + adjustment;.


local hillsBottom2 = 72 - adjustment;.


local hillsTop2 = 72 + adjustment;.


local hillsClumps = 1 + adjustment;.


local hillsNearMountains = 91 - (adjustment * 2) - extra_mountains;.


local mountains = 97 - adjustment - extra_mountains;.


Answer from user user3389 at gaming.stackexchange.com.



[BACK]
What does World Age do in Civilization 5?
Posted On: March 5, 2023

In advanced game setup, what does the "World Age" option do?


The choices for the option are:.


3 Billion Years.


4 Billion Years.


5 Billion Years.


Random.


Question from user Kyle Trauberman at gaming.stackexchange.com.


Answer:

World age affects the prevalence of hills and mountains: younger worlds have larger, more craggy mountains that appear in bigger clusters whereas older worlds have more sloping hills that tend to appear in smaller clumps.


The code that governs this is in ContinentsPlus.lua:.


local world_age_old = 2;.


local world_age_normal = 3;.


local world_age_new = 5;.


-- Set values for hills and mountains according to World Age chosen by user.


local adjustment = world_age_normal;.


if world_age == 3 then -- 5 Billion Years.


adjustment = world_age_old;.


adjust_plates = adjust_plates * 0.75;.


elseif world_age == 1 then -- 3 Billion Years.


adjustment = world_age_new;.


adjust_plates = adjust_plates * 1.5;.


else -- 4 Billion Years.


end.


-- Apply adjustment to hills and peaks settings.


local hillsBottom1 = 28 - adjustment;.


local hillsTop1 = 28 + adjustment;.


local hillsBottom2 = 72 - adjustment;.


local hillsTop2 = 72 + adjustment;.


local hillsClumps = 1 + adjustment;.


local hillsNearMountains = 91 - (adjustment * 2) - extra_mountains;.


local mountains = 97 - adjustment - extra_mountains;.


Answer from user user3389 at gaming.stackexchange.com.



[BACK]

How do you make Cuphead black and white? How do you make Cuphead black and white?

Posted On: March 13, 2024
I've seen screenshots of it, and a character on the third isle says something about you have to be a pacifist or something. How is it done?Question from user Levi C. Olson at gaming.stackexchange.com....[More]


I dont want NPCs to get killed by Vampire Attacks in Dawnguard I dont want NPCs to get killed by Vampire Attacks in Dawnguard

Posted On: July 24, 2023
I bought Dawnguard before ending a questline from Skyrim. Because of that, I often visit main cities to do some quests. Every time I visit a city, I find dead bodies of NPCs that I talked to earlier. ...[More]


What is the highest speed possible? What is the highest speed possible?

Posted On: April 9, 2024
What is the maximum speed in MechWarrior Online? I know the light mechs easily go beyond 120 kph.Question from user Vanguard66 at gaming.stackexchange.com.Answer:Gauging by the Pirate's Bane Locust, w...[More]


Lost connection in clan war attack Lost connection in clan war attack

Posted On: July 3, 2023
I just finished deploying dragons in a clan war attack when the connection was lost. Looking at the replay, I see that the server only registered deploying the first few dragons, which resulted in ...[More]


Mass Effect 3 Where is this terminal? Mass Effect 3 Where is this terminal?

Posted On: May 3, 2023
I have to activate the terminal for the Hanar Diplomat quest, but I can't seem to find it? The only terminal I can find in the security checkpoint area (I'm standing next to it on the map) can...[More]


Was enjoying Hogwarts but had to get refund due to crashing Was enjoying Hogwarts but had to get refund due to crashing

Posted On: July 27, 2023
On PC. Game was running like a dream. Then after I kill the first troll in Hogsmeade or after I talk to the clothier the game crashes. No error message or anything.  Bummed out.  Anyon...[More]


Are there any special rewards for completing Adventure Mode multiple times? Are there any special rewards for completing Adventure Mode multiple times?

Posted On: August 2, 2023
I recently completed Adventure Mode in Plants vs. Zombies for the iPhone. Are there any special rewards for completing it multiple times? I noticed that when I started Adventure Mode again I had to...[More]


I am currently cooking a grenade in stealth. How do I put it away? I am currently cooking a grenade in stealth. How do I put it away?

Posted On: September 24, 2023
I may have hit the wrong button while trying to answer a radio. How do I put this grenade away? Question from user Unionhawk at stackexchange. Answer: Step 1: Do not panic. Continue holdin...[More]


How can I use cheats to summon a villager in Minecraft? How can I use cheats to summon a villager in Minecraft?

Posted On: June 7, 2023
I'm playing Survival and I found a village with a couple villagers. I left to explore for a couple days and when I came back only one was left. . Normally, to make more I would use cheats to...[More]


How do Zonaite and Zonai-based materials work together? How do Zonaite and Zonai-based materials work together?

Posted On: June 15, 2023
I am very confused about Zonai-based materials and how they work together to produce bigger/larger things. Specifically:. Zonaite. Zonai Charges. Energy Cells. Zonai Devices. Autobuild ...[More]