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]

Astarion hates me? Astarion hates me?

Posted On: September 28, 2023
Help, Astarion dislikes everything i do and every decision i make. Do i need to be a bad person in order him to like me? I love helping people and speaking to animals (i'm a druid) but he seems to...[More]


Oof Oof

Posted On: December 17, 2024
Question from user Ferocs at BaldursGate3 at reddit.com.Answer:the issue with wylls story was not lack of effort. he has a ton of characters and narrative beats, its just not very engaging for enough ...[More]


Can I use N.E.I. every time i play? Can I use N.E.I. every time i play?

Posted On: September 19, 2023
Is it possible to always have Not Enough Items set up every time I play Minecraft even without Forge? Can I for example open Minecraft and choose my normal profile not Forge, and when I play have Forg...[More]


Can I start with BG3 and skip 1 and 2? Can I start with BG3 and skip 1 and 2?

Posted On: August 14, 2024
I'm 60 and asked my kids what game should I try and they said Baldur's Gate. I purchased 1 and 2 off of Xbox live, but someone suggested I could just start w/ 3 since they can all stand on their own. ...[More]


How to Farm and Harvest Crops Properly How to Farm and Harvest Crops Properly

Posted On: July 8, 2021
Mom always told me to eat my vegetables. Contrary to popular belief, a diet consisting entirely of steak is unhealthy and expensive. Eating meat is for rich people, and since you’re probably not...[More]


Whats this game with a cyberspace aesthetic featured in a youtube clip? Whats this game with a cyberspace aesthetic featured in a youtube clip?

Posted On: February 7, 2023
This video starts with a montage of game clips and I'm trying to figure out what the game is that appears at 10 seconds in. It features a cyberspace aesthetic and it has a first-person perspective...[More]


Cat Challenge in Hogwarts Legacy Cat Challenge in Hogwarts Legacy

Posted On: June 25, 2023
I wish there was a challenge where you could go around and pet all the cats in the game. Do you pet the cats or run by them? Question from user oogieboujie at HogwartsLegacyGaming at reddit. Ans...[More]


Professor Layton: are there multiple solutions to Alchemists Lair 08? Professor Layton: are there multiple solutions to Alchemists Lair 08?

Posted On: March 12, 2023
In Professor Layton and the Miracle Mask, are there multiple solutions to the Alchemist's Lair 08 downloadable puzzle? I find that the four flasks in the bottom right corner should be able to b...[More]


Reset nether but preserve above ceiling in Minecraft? Reset nether but preserve above ceiling in Minecraft?

Posted On: April 13, 2023
I'm running a Minecraft server (version 1.15.2), and I plan to reset the nether for the 1.16 update. I would like to keep anything that's been built above the nether ceiling. Obviously, res...[More]


How do I lick a plane? How do I lick a plane?

Posted On: November 21, 2014
A friend of mine told me that I would get an Achievement if I managed to lick the plane that's flying around in the world but, he won't tell me how to get close to it.I tried many different things. Ju...[More]