Valkrionn
The Hamster King
It should be every 300 turns, then.
On a similar note, I can't get any other civ to trade resources. They don't even show up on the diplo screens.
I got a repeatable CTD using 40i. Just hit Enter and it hits you.
You should update to the latest version, go to 0.41. It is hard to support old versions.
Best wishes,
Breunor
I merged a few bugfixes into FFH 041j. Maybe you are interested in them
http://www.filefront.com/14776923/CvEventManager.py/
http://www.filefront.com/14776921/CvGameUtils.py/
Thank you. What file has the religion weights?
//FfH Promotions: Modified by Kael 08/12/2007
// szBuffer = gDLL->getText("TXT_KEY_MISC_YOU_UNIT_WITHDRAW", getNameKey(), pDefender->getNameKey());
// gDLL->getInterfaceIFace()->addMessage(getOwnerINLINE(), true, GC.getEVENT_MESSAGE_TIME(), szBuffer, "AS2D_OUR_WITHDRAWL", MESSAGE_TYPE_INFO, NULL, (ColorTypes)GC.getInfoTypeForString("COLOR_GREEN"), pPlot->getX_INLINE(), pPlot->getY_INLINE());
// szBuffer = gDLL->getText("TXT_KEY_MISC_ENEMY_UNIT_WITHDRAW", getNameKey(), pDefender->getNameKey());
// gDLL->getInterfaceIFace()->addMessage(pDefender->getOwnerINLINE(), true, GC.getEVENT_MESSAGE_TIME(), szBuffer, "AS2D_THEIR_WITHDRAWL", MESSAGE_TYPE_INFO, NULL, (ColorTypes)GC.getInfoTypeForString("COLOR_RED"), pPlot->getX_INLINE(), pPlot->getY_INLINE());
//
// changeMoves(std::max(GC.getMOVE_DENOMINATOR(), pPlot->movementCost(this, plot())));
// checkRemoveSelectionAfterAttack();
//
// getGroup()->clearMissionQueue();
if (pDefender->isFleeWithdrawl())
{
pDefender->joinGroup(NULL);
pDefender->setFleeWithdrawl(false);
pDefender->withdrawlToNearestValidPlot();
[color=BLUE]
/*
checkRemoveSelectionAfterAttack();
if (pPlot->getNumVisibleEnemyDefenders(this) == 0)
{
getGroup()->groupMove(pPlot, true, ((canAdvance(pPlot, 0)) ? this : NULL));
}
*/
[/COLOR][COLOR=RED]
if (canAdvance(pPlot, 0))
{
getGroup()->groupMove(pPlot, true, this);
}
else
{
changeMoves(std::max(GC.getMOVE_DENOMINATOR(), pPlot->movementCost(this, plot())));
checkRemoveSelectionAfterAttack();
}
[/COLOR]
Sorry, I actually meant 41i, I just misspelt it before.
Sorry, I actually meant 41i, I just misspelt it before.