How can I mod my game to allow...

BoneDoc

Chieftain
Joined
Jan 11, 2002
Messages
47
Location
Lexington, KY
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!
 
Go to

\Assets\XML\GameInfo\CIV4ProcessInfo.xml

Under

<Type>PROCESS_WEALTH</Type>

Change

<TechPrereq>TECH_CURRENCY</TechPrereq>

to

<TechPrereq>NONE</TechPrereq>

-RdF
 
Back
Top Bottom