• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(26327)

Private
Feb 29, 2004
14
0
Ok I'm playing WWI as Germany and I managed to take control of all France. I own their every european province but the Treaty of Versailles event for Germany hasn't fired yet. It just refuses to do so. All my european territories are in my control, and France is totally conquered. I opened the 1914 events file and looked for the event. All the conditions are met. I have even tried firing the event myself but Victoria sucks big time in event firing, unlike EU(1-2). You know, I pressed F12, wrote event 28521 and pressed enter. Absolutely nothing happened. I hate this inability to fire events. :mad:

Any suggestions ?
 
Upvote 0
alxsrv said:
You know, I pressed F12, wrote event 28521 and pressed enter. Absolutely nothing happened. I hate this inability to fire events. :mad:

Any suggestions ?

I'm with you. Really hoping that 1.04 does something about this.

Until then:

F12 and Neville 'em, and take what you want.
 
did u put a space before "event"?

like this " event xxxxxxx"?

I have found in EU2 - dont know about vicky - that the first letter is cut off when u try to fire an event from the console so u have to put a space b4 it...
 
alxsrv said:
I've placed a space between event and 285211: event 285211.

Is that the right event number? I thought Versailles was only a 5 digit number?
 
Perhaps the trigger command "desperation" is buggy?!
BTW this thread should belong to bug forum! ;)
 
Sorry about that. The event number is 28521, but this isn't the problem. I've typed the event number 10 times in the console (correctly that is)

Here is the actual event from the 1914 event file:


#########################################################################
# The Treaty of Versailles
#########################################################################
event = {
id = 28521
random = no
country = GER

trigger = {
war = { country = FRA country = GER }
desperation = { country = FRA data = 25 } # 25% or more national provinces in foreign hands
NOT = {
desperation = { country = GER data = 1 } # Less than 1% of national provinces in foreign hands
}
NOT = {
control = { province = 657 data = FRA } # Paris in Central Power hands
}
}

name = "EVT_28512_NAME"
desc = "EVT_28521_DESC"
style = 0

date = { day = 1 month = january year = 1914 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }

action_a = {
name = "ACTIONNAME28521A" # Reap the Victory our Armies have sown!
command = { type = trigger which = 28522 } # FRA
}
action_b = {
name = "ACTIONNAME28521B" # Fight on to total victory
command = { type = prestige value = -10 }
}
}


Yes I am at war with France, I conquered all their euro. provs including Paris and all my euro provs are controled by me.
 
There was a problem with the "Have we suffered enough" ACW event which was causing the number of provinces to be calculate incorrectly. I'll check to see if desparation has a similar problem.

PS - anyone know if an event using desparation has fired properly?