Seeing all civs' demographic regardless of number of espionage points

JiM_cz

Chieftain
Joined
Jan 12, 2013
Messages
61
Is it possible to edit some files so that I could see all the demographic graphs (of all civs) regardless how much esp points I have allocated to them?
 
Is it possible to edit some files so that I could see all the demographic graphs (of all civs) regardless how much esp points I have allocated to them?

I havent tested, but my guess is if you set cose to 0 it will always show in
Civilization 4\Beyond the Sword\Assets\XML\GameInfo\CIV4EspionageMissionInfo.xml
(remember to never edit the original files, but make backup or preferably a mod)

PHP:
<Civ4EspionageMissionInfo xmlns="x-schema:CIV4GameInfoSchema.xml">
	<EspionageMissionInfos>
		<EspionageMissionInfo>
			<Type>ESPIONAGEMISSION_SEE_DEMOGRAPHICS</Type>
			<Description>TXT_KEY_ESPIONAGE_CAN_SEE_DEMOGRAPHICS</Description>
			<iCost>30</iCost>
			<bIsPassive>1</bIsPassive>
			<bIsTwoPhases>0</bIsTwoPhases>
 
Thanks! I've edited it and as long as the allocated points are above 0, it works. Perfect!
 
It looks like -1 is causing a strange behavior. I can see only my graph and the civs info window in the bottom right corner in the game has lost some info as well. But the zero value works just fine.
 
Top Bottom