Technically your score is higher. I'm not sure why Alexis is listed first on the chart, though.This is not a bug exactly, but still odd. The computer asked me to take over a civilization that was stronger than me. That Alexis is a tricky one.
I think I have found the source of the scrub CtD.
After replacing:
<EffectType/>
<iEffectProbability/>
with:
<EffectType>NONE</EffectType>
<iEffectProbability>0</iEffectProbability>
in Scrub part of CIV4FeatureInfos.xml this feature seems to work fine
void CvUnit::betray(PlayerTypes ePlayer)
{
[COLOR="Red"] if (getOwnerINLINE() == ePlayer)
{
return;
}
[/COLOR]
CvPlot* pNewPlot = getOpenPlot();
if (pNewPlot != NULL)
{
CvUnit* pUnit = GET_PLAYER(ePlayer).initUnit((UnitTypes)getUnitType(), pNewPlot->getX(), pNewPlot->getY(), AI_getUnitAIType());
pUnit->convert(this);
if (pUnit->getDuration() > 0)
{
pUnit->setDuration(0);
}
}
}
I am not sure if this is a bug or not, but none of my recon unit can cast mask. I have CoE as my state religion and those recon units in question have CoE as their religion too.
Well, I've been getting rare but intermitant crashes at random times. That's the first that did more than twice at about the same time, pretty early too.Neither NK or Jopa's saves crash for me.