Question: Increase # of World Wonders per City?

Officer Reene

It hates you all
Joined
Jan 21, 2006
Messages
698
Location
In the middle of nowhere
Help!

Does anyone know how to increase the number of World Wonders Per city?:confused:
 
Gunner said:
I didn't know that there ever was a limit on the number of World Wonders a city can have. What exactly do you mean?


really? maybe I looked at national wonders... have to try it out... thx :blush:
 
Everything pertaining to this topic is included within GlobalDefines.xml. Here's an excerpt:

Code:
	<Define>
		<DefineName>MAX_WORLD_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>-1</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_TEAM_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>-1</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_NATIONAL_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>2</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_BUILDINGS_PER_CITY</DefineName>
		<iDefineIntVal>-1</iDefineIntVal>
	</Define>
Should be self explanatory :p
 
Back
Top Bottom