Turn off global warming

Dongoyo79

Chieftain
Joined
Apr 2, 2007
Messages
23
How to turn off global warming? If i play a customise game, i have not an option, i guess the only way is moding, but, have you any idea what file have i change?

Thanks
 
Assets\XML\GlobalDefines.xml

Set these values:
PHP:
	<Define>
		<DefineName>GLOBAL_WARMING_PROB</DefineName>
		<iDefineIntVal>20</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>GLOBAL_WARMING_FOREST</DefineName>
		<iDefineIntVal>50</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>GLOBAL_WARMING_UNHEALTH_WEIGHT</DefineName>
		<iDefineIntVal>20</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>GLOBAL_WARMING_NUKE_WEIGHT</DefineName>
		<iDefineIntVal>50</iDefineIntVal>
	</Define>

to 0.
 
Copy that GlobalDefines.xml file to your custom assets folder. That way you can undo the changes at a moment's notice and it helps avoid...other problems. It will work just as well in the right place in custom assets. It's under My Games in the My Documents folder or accessible via shortcut in your Civ 4 root directory (and the relevant directories for the expansions).
 
Back
Top Bottom