View Full Version : Wonder distribution


ScaryMonkey
Nov 03, 2005, 01:00 AM
One thing that's always bothered me a little in Civilization is that the Wonders tend to get packed into a few big cities (the ones with the most production, usually your capital). I'm wondering if anyone has figured out how to mod a limited number of World Wonders per city, like with the National Wonders. I think this would create a more interesting dynamic for the Wonders race, as well as make the landscape look more interesting.

I've been browsing around the XML files but haven't turned up anything yet... ideas, anyone?

ShroudedMist
Nov 03, 2005, 01:22 AM
<Define>
<DefineName>MAX_WORLD_WONDERS_PER_CITY</DefineName>
<iDefineIntVal>-1</iDefineIntVal>
</Define>

In GlobalDefines.xml

Rayanth
Nov 03, 2005, 01:25 AM
looks like the right spot. -1 is the default, which usually means "infinite" -- MAX_NATIONAL_WONDERS_PER_CITY is set to 2...

ScaryMonkey
Nov 03, 2005, 01:29 AM
Ah, yes, that's it!

Cheers guys! :D

Rayanth
Nov 03, 2005, 01:34 AM
any time... and welcome to the forums =)