Page 1 of 1

Trouble with trying to stop FF assassination event from firing in turn one

Posted: Wed Mar 02, 2016 5:32 pm
by Erostratus
HI,

I am trying to deal with the FF event firing off in the first turn after I successfully apply the august7 patch off of my steam PON game. I have found a couple of threads on this but it is still not working. I was looking to see if I am missing something and if maybe one of you could tell me if you did it any differently.

The steam version of PON when installed is 1.04. This is what the event looks like in the balkanscrisis.events file:

StartEvent = evt_nam_CMN_AssassinationArchduke1914|1|2|evt_txt_CMN_AssassinationArchduke1914|Event-img_CMN_AssassinationArchduke1914|$Oesterreich|NULL

Conditions

SelectFaction = $AUS

EvalRgnOwned = $Bosna

EvalRgnOwned = $Herzegovina
MinDate = 1914/06/28
MaxDate = 1919/01/01
Probability = 30

Actions
DescEvent = evt_desc_CMN_AssassinationArchduke1914

I then successfully apply the august7 patch and then the patch will show july17th. I then per this thread:
http://www.ageod-forum.com/showthread.php?40124-if-you-can

I change the event as shown in the second post of the thread, and nothing changes. The assassination event happens on the next turn. Any advice? Thank you.

Posted: Wed Mar 02, 2016 5:57 pm
by Prussia
Try this:

StartEvent = evt_nam_CMN_AssassinationArchduke1914|1|2|evt_txt_CMN_AssassinationArchduke1914|Event-img_CMN_AssassinationArchduke1914|$Oesterreich|NULL

SelectFaction = AUS

Conditions
EvalRgnOwned = $Herzegovina
MinDate = 1914/06/28
MaxDate = 1919/01/01
Probability = 30

Your syntax appears to be off.

Posted: Wed Mar 02, 2016 6:23 pm
by Erostratus
I have copied and pasted exactly as you have posted, and sadly that has not done it. On the next turn the event fires. Is there anywhere else that needs adjusting?

EDIT:nope the event fires off regardless.

Posted: Wed Mar 02, 2016 6:27 pm
by Prussia
Eros...:

You are in your Balkans Crisis Events, correct?

Posted: Wed Mar 02, 2016 6:32 pm
by Erostratus
I am in the VGN\Events\Balkan event crisis...Is there somewhere else?

Posted: Wed Mar 02, 2016 6:39 pm
by Prussia
Thats the only one that I am aware of. Should work.

EndEvent

SelectFaction = CMN
SelectRegion = $Oesterreich

SelectFaction = CMN
SelectRegion = $Oesterreich

StartEvent = evt_nam_CMN_AssassinationArchduke1914|1|2|evt_txt_CMN_AssassinationArchduke1914|Event-img_CMN_AssassinationArchduke1914|$Oesterreich|NULL

SelectFaction = AUS

Conditions
EvalRgnOwned = $Herzegovina
MinDate = 1914/06/28
MaxDate = 1919/01/01
Probability = 30

Actions
DescEvent = evt_desc_CMN_AssassinationArchduke1914

SelectFaction = SER
ChgFacRelationships = AUS;-75

SelectFaction = AUS
ChgFacRelationships = GER;10
ChgFacRelationships = RUS;-10
ChgFacRelationships = FRA;-10
ChgFacRelationships = GBR;-10

EndEvent

Posted: Wed Mar 02, 2016 6:45 pm
by Erostratus
OK I will give this a try and update later. There is some kind of null=null right after the first end event text. Thank you!!

Posted: Wed Mar 02, 2016 6:50 pm
by Prussia
Be careful with your copy and paste from this page- for some reason the second "L" appears to have a space before it. In fact, it does not. Purely optical; just a quirky display issue.

Posted: Wed Mar 02, 2016 6:58 pm
by Erostratus
Okay still no luck thus far, this is what I have:


EndEvent

SelectFaction = $CMN
SelectRegion = $Oesterreich

SelectFaction = $CMN
SelectRegion = $Oesterreich

StartEvent = evt_nam_CMN_AssassinationArchduke1914|1|2|evt_txt_ CMN_AssassinationArchduke1914|Event-img_CMN_AssassinationArchduke1914|$Oesterreich|NULL

SelectFaction = AUS

Conditions
EvalRgnOwned = $Herzegovina
MinDate = 1914/06/28
MaxDate = 1919/01/01
Probability = 30

Actions
DescEvent = evt_desc_CMN_AssassinationArchduke1914

SelectFaction = $SER
ChgFacRelationships = AUS;-75

SelectFaction = $AUS
ChgFacRelationships = GER;10
ChgFacRelationships = RUS;-10
ChgFacRelationships = FRA;-10
ChgFacRelationships = GBR;-10

EndEvent

Yea I did notice the the display issue as well.

EDIT: I was doing this change in the "1880 balkans crisis" .sct, where there is almost an exact copy of the assassination event! I was nosing through some of the other .sct files and saw the "balkans crisis" which obviously is the correct one.THANK YOU!