Editing Tech Cost

Eger

Chieftain
Joined
Apr 21, 2010
Messages
4
I tried editing the Tech Cost of every tech to make progression much slower but everytime I load a map the game crashed? Any reason why? I tried editing both the Technologies.xml but to no avail. Any help would be appreciated!
 
You probably caused some kind of syntax or database error. Also there is a much easier way to change the cost of techs than to do it with every single one manually - and doing it dirty in the game files. Take Gedemon's example:

http://forums.civfanatics.com/threads/slower-tech-by-era.600579/

Using just one line of SQL you can change the cost of techs to your liking:

UPDATE Technologies SET Cost = Cost*3;

That would tripple the cost.
 
Back
Top Bottom