Page 1 of 1

PBEM Fall of Paris Problem

Posted: Wed Dec 14, 2016 3:13 am
by lordlau1
Gentleman,

I am in a PBEM game. I have just taken Paris.

The newspaper clipping says France should lose 6000 VP's because of the Bourbon Restoration.

However, I...GB...actually lost 6000 VP's!!!

For all intents and purposes I just lost the game by taking Paris as GB!

Help?!?

I have screenshot of the newspaper for France and GB and the VP's totals, gains, and loses for France and GB.

Re: PBEM Fall of Paris Problem

Posted: Wed Dec 14, 2016 8:57 am
by PhilThib
Can you send me a save at pthibaut@ageod.net... net to investigate why the effect of the event is reversed.

Re: PBEM Fall of Paris Problem

Posted: Thu Dec 15, 2016 5:18 pm
by Pocus
I believe that's 5000 lost, not 6000. Still :bonk:

The event select enemy units of France and does a count. Probably the last selected unit was a GBR unit, and so the faction selector was updated to be GBR.

SelectFaction = FRA

EvalRgnOwned = $Paris;NOT
SelectSubUnits = Area $Theater_France;$Land;Enemy;
EvalSubUnitCount = >=;300

Actions

ChangeVPCount = -5000

Re: PBEM Fall of Paris Problem

Posted: Fri Dec 16, 2016 3:45 pm
by lordlau1
Thanks for the reply, gents.