ruff_hi
Live 4ever! Or die trying
Are you pointing out that they said 'quitter' instead of 'sorte'?It seems you didn't translate ALL of BUG (at least to french):
Are you pointing out that they said 'quitter' instead of 'sorte'?It seems you didn't translate ALL of BUG (at least to french):
It seems you didn't translate ALL of BUG (at least to french):
Are you pointing out that they said 'quitter' instead of 'sorte'?
I think mystyfly is pointing out "Worst Enemy" at the top.
I get python exceptions when selecting air units (Airships at least).
Something about airCurrCombatStr being called with different C++ signature (in CvMainInterface.py).
This has to do with the unit info pane... I found the call, in line 1835
fCurrStrength = float(pUnit.airCurrCombatStr()*0.01)
if you change that to
fCurrStrength = float(pUnit.airBaseCombatStr())*float(1.0-pUnit.getDamage()*0.01)
and also replace airMaxCombatStr by airBaseCombatStr in the next line (and remove the *0.01), it should work.
Best Regards,
Ace
So I looked into the normal code that displays strength for air units, and it is using getBaseAirCombat(). I didn't want to switch to the method used for land units without investigating. Therefore, while the above code works, it may differ from the game's display.
I'll copy the code used by the regular game to fix this problem correctly. I have some outstanding changes to my CvMainInterface.py that are causing a small delay, but I hope to do that tonight.
Here's a new one:File "CvMainInterface", line 1163, in tempMove
ArgumentError: Python argument types in
CyUnit.setXY(CyUnit, int, int)
did not match C++ signature:
setXY(class CyUnit {lvalue}, int, int, bool, bool, bool)
ERR: Python function handleInput failed, module CvScreensInterface
File "autologEventManager", line 325, in onEndGameTurn
File "autologEventManager", line 1025, in checkStuff
IndexError: list index out of range
ERR: Python function onEvent failed, module CvEventInterface
-----
File "autologEventManager", line 327, in onEndGameTurn
File "autologEventManager", line 970, in storeStuff
IndexError: list assignment index out of range
ERR: Python function onEvent failed, module CvEventInterface
unit naming is working for me. do you have it enabled? have you tried running civ with the error logging on? If so - any errors?
The "sit-rep" option in the military adviser stops working when a permanent alliance is formed.
It doesn't really work, Emperor. :/
You'll need to use the Wolfshanze mod to open it, so I apologize for the trouble.
The Furious red-face icon in GameFont_75.tga is one pixel further left than the other attitude icons which means it doesn't quite line up in the scoreboard.