Modding help

IBrutal lLegend

Chieftain
Joined
Sep 27, 2016
Messages
18
Can anyone help me find where I can change the settings for science and culture per citizen please and thank you
 
What I want is for each population to give .3 science and .1 culture instead of .7 and .3, can anyone help me with this
 
C:\Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data/GlobalParameters.xml

If you want to edit the original game files.

You'd be looking for
Code:
		<Row Name="CULTURE_PERCENTAGE_YIELD_PER_POP" Value="30" />

and 

		<Row Name="SCIENCE_PERCENTAGE_YIELD_PER_POP" Value="70" />
 
Back
Top Bottom