Sid Meier's Civilization VI

Sid Meier's Civilization VI

Resourceful
Amatheria  [developer] 4 Jul, 2017 @ 12:49pm
Tutorial: Changing Resourceful yields.
In order to modify resource yields, you have to go to your steam folder:

Steam\steamapps\workshop\content\289070\889162746

Now you open with WordPad or any XML reader the NewRes.xml file.

Search <Resource_YieldChanges> tab

Every resource has a line for each yield which look as this one:

<Row ResourceType="RESOURCE_NAME" YieldType="YIELD_TYPE" YieldChange="x"/>

Search the RESOURCE_NAME of the resource you want to change (RESOURCE_LAPIS, RESOURCE_ALOE, etc). YieldType indicates which yield will give the resource (GOLD, SCIENCE, FAITH, CULTURE, FOOD, PRODUCTION). YieldChange is the number you have to change.

If you want to delete an entire yield (for example, culture yield for Sandalwood) just delete the row.

If you want to add more yields to a resource, just copy a row from the same resource and paste below it, changing YieldType and YieldChange.


Please save a copy of your changes, because these will be back to default each time I add new content or modify the mod, so next time you only have to overwrite the <Resource_YieldChanges> tab.


Hope it helps.