altering culture on certain buildings

Zalcron

Prince
Joined
Oct 6, 2002
Messages
394
Sorry if is the wrong forum. Is there a way to alter culture on certain buildings? I am playing a really cool moc (Max Riga cold war one) where there is too much culture from Europe, so i though i could combat this by altering the cultire levels on a russian specfic buildign like research institute,but i cant figure out how to do it. Can anyone help please?
 
In CIV4BuildingInfos.xml, under the building look for a block that looks like

Code:
			<CommerceChanges/>
			<ObsoleteSafeCommerceChanges>
				<iCommerce>0</iCommerce>
				<iCommerce>0</iCommerce>
				<iCommerce>1</iCommerce>
			</ObsoleteSafeCommerceChanges>
Commerce changes = modifier that last until the building goes obsolete.
Obsolete Commerce changes = mods that remain even if the building goes obsolete.

The 3 are +Gold, + Research, + Culture

The example builing gives +1 culture, no gold, no research.

For +% modifiers, they are listed under CommerceModifiers
 
Back
Top Bottom