Page 1 of 1

The HRE loses at Pavia event

Posted: Thu May 12, 2016 3:25 pm
by cestus
Hallo,

i was modding the "HRE_TheThirtyYearsWar_Events.sct" and found two events with a wrong condition. Well i think its wrong.

first this one "evt_nam_HRE_LosesAtPavia|1|1|evt_txt_HRE_LosesAtPavia|NULL|NULL|NULL"


and second this one "evt_nam_HRE_ReturnFromPavia|1|1|evt_txt_HRE_ReturnFromPavia|NULL|$Ueberlingen|NULL
"

In both events there is a condition which needs to be changed for them to activate.

If that is not done the HRE gets never its troops back from the Pavia region. The "=" need to be changed to ">=" because the TroopsToMantua event will have more than one occurence.

"EvalEvent = evt_nam_HRE_TroopsToMantua;[color="#FF0000"]>=[/color];1"

Posted: Thu May 12, 2016 8:32 pm
by Leibst
Why do you say that the TroopsToMantua will have more than one occurence?

Posted: Thu May 12, 2016 9:04 pm
by cestus
please look at this line:

StartEvent = evt_nam_HRE_TroopsToMantua|[color="#FF0000"]3[/color]|2|evt_txt_HRE_TroopsToMantua|Event-img_HRE_TroopsToMantua|$Pavia|NULL

The event will occur three times.

Posted: Sun May 15, 2016 11:33 am
by Leibst
Indeed, but there was a quickfix that changed that.
Anyway, an official patch is underway with a change included for the Mantua event.

Posted: Thu May 19, 2016 5:57 pm
by Offworlder
Any timeline on the upcoming patch? Not to hurry you up but.... :)

Posted: Thu May 19, 2016 7:16 pm
by Leibst
its close, i cant say a fixed date though.

Posted: Fri May 20, 2016 9:32 am
by Offworlder
As always, thanks in advance!