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]

Anyone else not using the Hogwarts Legacy curses? Anyone else not using the Hogwarts Legacy curses?

Posted On: June 8, 2023
Question from user Zealousideal_Chef137 at HogwartsLegacyGaming at reddit.com. Answer: I did on one of my playthroughs; I put a lot of points into potions and plants. It was a great time. I e...[More]


Will PS4 game discs work on PS5 Console? Will PS4 game discs work on PS5 Console?

Posted On: May 4, 2023
I recently bought a PS5, after long wait. So, the first few games that I plan are - Bloodborne and Demon Souls. The only discs for PS4 available on Amazon India are that from PS4. So, will those di...[More]


Custom Biome by Y level minecraft datapack Custom Biome by Y level minecraft datapack

Posted On: January 16, 2023
I would like anywhere under y28 in the nether to be a custom biome called "nether_depths". I tried using code from the deep dark (since it only spawns deep in the world), but it does not see...[More]


In Valheim, Do Fuling villages respawn? In Valheim, Do Fuling villages respawn?

Posted On: February 16, 2023
After clearing out a Fuling village, it looks like a good place to set up a base as long as they don't come back. Will the Fulings respawn after a while or is it a safe once the village is clear? ...[More]


Sheathe wand Sheathe wand

Posted On: September 15, 2023
If there are going to be any dlc or a second game , i beg you game developers to make a button to sheathe the wand or to have it in your hand until you manually put it back . It is a nice little detai...[More]


Does leaving the car on use up fuel? Does leaving the car on use up fuel?

Posted On: March 3, 2024
In Pacific Drive, when I put the car in park I can exit the car without turning off the engine. Does leaving the engine turned on use up fuel if the car isn't moving?Question from user Stevoisiak at g...[More]


This is terrible in Hogwarts Legacy This is terrible in Hogwarts Legacy

Posted On: August 10, 2023
I just started playing today and after pretty much playing all day and after getting to the map chamber my computer said low battery so i plugged it in and went and did some stuff and i came back and ...[More]


Will a Star Fragment disappear if I use fast travel in Tears of the Kingdom? Will a Star Fragment disappear if I use fast travel in Tears of the Kingdom?

Posted On: May 29, 2023
I saw a Star Fragment land a fair distance away from me while exploring at night. I was going to run towards it, when I noticed it had landed right next to a tower I could fast travel to. If I fast...[More]


BG3 Community, things just got out hand BG3 Community, things just got out hand

Posted On: May 20, 2024
So the BG3 twitter is in the middle of a drama because you should not get the Astarion scars as a tattoo as it is considered disrespectful and/or downright racist towards the black community because t...[More]


How do I install Portal 2 Authoring Tools without Portal 2 installed? How do I install Portal 2 Authoring Tools without Portal 2 installed?

Posted On: October 20, 2023
Is it possible to install the Portal 2 Authoring Tools without having Portal 2 installed? Otherwise, how could I fool Steam into thinking I have? The reason I'm asking is that I have Portal ...[More]