View Full Version : How can I mod my game to allow...


BoneDoc
Nov 17, 2005, 05:01 PM
build "gold" from the start? I've slowed the game down a bunch and have it where I like it, but because the research is slow I find myself building units I can't support. I'd like to be able to convert shields to gold from the get go but I'm not sure where to find it in the xml files...:(

Any help would be greatly appreciated!

roidesfoux
Nov 17, 2005, 05:11 PM
Go to

\Assets\XML\GameInfo\CIV4ProcessInfo.xml

Under

<Type>PROCESS_WEALTH</Type>

Change

<TechPrereq>TECH_CURRENCY</TechPrereq>

to

<TechPrereq>NONE</TechPrereq>

-RdF

BoneDoc
Nov 17, 2005, 05:14 PM
Thanks so much!:goodjob: