[BUG] Imports/Exports (Demographics) of Rival Best = yours if you're no.1

DrJambo

Crash-test dummy
Joined
Dec 27, 2001
Messages
1,029
Location
Athens of the North (Edinburgh)
There's appears to be a bug with the Imports/Exports part of Demographics screen. If you're no.1 for Imports/Exports and are not under Mercantilism (of course), then it also shows your value in the Rival Best column! It should show the value of the next best AI civ.

Save attached.
 

Attachments

I think I figured out a fix for this, but I can't test it, because your game crashes when I try to load it, and I don't have any saves where I'm #1 in imports/exports. That save wasn't made with a mod, was it?

Bh
 
It was using Solver's update, the attitude icons mod, Nevermind's main screen mod and almightix's espionage screen mod. Shouldn't crash yours tho...

If you've fixed it and the file/xml is able to be uploaded, then I can try it out for you.
 
Well, unfortunately, it does. Anyway, if you want to test the fix yourself, add the following to "Civilization 4\Beyond the Sword\Assets\Python\Screens\CvInfoScreen.py" at line 1036:

Code:
if (self.iActivePlayer == iPlayerLoop):
	continue

Bh
 
Back
Top Bottom