Multiplayer Great Person mod

kioras

Daemon Quellor
Joined
Jan 4, 2007
Messages
54
I was just looking for the generic information so that multiplayer great persons don't make it harder to get them when a team mate makes them.

I remember seeing something like that previously, but i don't see a mod or xml with that currently.
 
anytime i make a mod i always include that but ive no current mods.. but all you need to do is edit the globaldefines.xml file in the xml folder and add the following:
<Define>
<DefineName>GREAT_PEOPLE_THRESHOLD_INCREASE_TEAM</DefineName>​
<iDefineIntVal>0</iDefineIntVal>​
</Define>
 
I tend to incluse that, plus
Code:
	<Define>
		<DefineName>MAX_NATIONAL_WONDERS_PER_CITY_FOR_OCC</DefineName>
		<iDefineIntVal>-1</iDefineIntVal>
	</Define>

This doesn't have so much to do with teams or great people, but it does seem wrong that a mod that allows unlimited national wonders per city in a regular game (instead of only 2) would allow only 5 national wonders in a one city challenge game.
 
thanks, thats what i was really looking for.

Is their a wiki or list of global defines and what they do for normal civ 4 changes?
 
Back
Top Bottom