Domination %

PGM

Chieftain
Joined
Sep 23, 2001
Messages
58
Location
Portugal
Hello, does anyone know how to increase the % requirements for a BTS domination win? Sorry if this has been answered somewhere else, I didn't find it.

Thanks.
 
In the CIV4VictoryInfos.xml, you will see something like this.
Code:
		<VictoryInfo>
			<Type>VICTORY_DOMINATION</Type>
			<Description>TXT_KEY_VICTORY_DOMINATION</Description>
			<Civilopedia>TXT_KEY_VICTORY_DOMINATION_PEDIA</Civilopedia>
			<bTargetScore>0</bTargetScore>
			<bEndScore>0</bEndScore>
			<bConquest>0</bConquest>
			<bDiploVote>0</bDiploVote>
			<bPermanent>0</bPermanent>
			<iPopulationPercentLead>25</iPopulationPercentLead>
			<iLandPercent>78</iLandPercent>
			<iMinLandPercent>51</iMinLandPercent>
			<iReligionPercent>0</iReligionPercent>
			<CityCulture>NONE</CityCulture>
			<iNumCultureCities>0</iNumCultureCities>
			<iTotalCultureRatio>0</iTotalCultureRatio>
			<iVictoryDelayTurns>0</iVictoryDelayTurns>
			<VictoryMovie>ART_DEF_MOVIE_VICTORY_DOMINATION</VictoryMovie>
		</VictoryInfo>

Change the iLandPercent, iPopulationPercentLead, and iMinLandPercent to whatever you want.
 
Back
Top Bottom