Mon Feb 17, 2014 11:22 am
Hi,
Seems to come from a loophole in the new events I wrote (my bad) to limit the number of armies/corps. You got hit by the event limiting to 0 corps and 3 armies which should have only triggered in 1861.
What you can do is to inject a fixing event in your 1861 April Campaign.sct file, the file which is the main event file for your campaign, as you are playing with the April Campaign. Please have the host opens this file (located in event folder). Then at the end of the file, past the last line of the last event , copy and paste these lines:
Then when the new turn is generated, each of you should get a message about the fix if it goes well. Sorry again for the trouble.
SelectFaction = CSA
SelectRegion = $Richmond_VA
StartEvent = CSA_FixCommand_Chain_has_triggered_correctly|1|0|NULL|NULL|$Richmond_VA|NULL
Conditions
Actions
SetFormedCmdMax = 9999;9
EndEvent
SelectFaction = USA
SelectRegion = $Prince_George_MD
SelectFaction = USA
SelectRegion = $Prince_George_MD
StartEvent = USA_FixCommand_Chain_has_triggered_correctly|1|0|NULL|NULL|$Prince_George_MD|NULL
Conditions
Actions
SetFormedCmdMax = 9999;9
EndEvent

Hofstadter's Law: "It always takes longer than you expect, even when you take into account Hofstadter's law."