I'm not sure i understand this trigger, i read some guides here http://www.paradoxian.org/hoi2wiki/index.php/Mods but they are very basic, and nothing about the trigger part. it's from AAR mod, i'm playing as ottoman empire in WW1 and i'm winning the war, but i got the message that i'm not... and i had to surrender... well... so i'm trying to understand this mod (i know how to disable it of course):
i'm at war and i have constantinopole, and then i don't understand what is relation between different conditions. default is AND ?
NOT = { control = { province = 1172 data = OTT } } # Jerusalem
NOT = { control = { province = 1022 data = OTT } } # Amman
[...]
means i do not control Jerusalem AND Amman AND Suez AND Tsaritsyn ? Meaning, i have to control all four provinces for this event to not fire?
also what is the meaning of this OR - is it about relation between all previous conditions, or is it about the next ones that are in the brackets {} ?
meaning that for this event to not fire i have to control Jerusalem, Amman, Suez, Tsaritsyn AND one of the following 3 provinces: Trabzon, Damascus, Baghdad
Is it correct?
Because Amman, Damascus , Jerusalem, Baghdad and Trabzon are under my control, only Suez is not and this event still fired
oh, and what is Tsaritsyn ? no such provinence, according to wiki, it's called Volgograd in Russia, but no such provinence too. geographically it looks as it is somewhere around Volgodonsk in-game provinence, i guess a little similar name, but not sure... but this provinence i cannot control, because i was not at war with russia, i joined later when russia made peace
Code:
trigger = {
random = 20
OR = {
war = { country = OTT country = ENG }
war = { country = OTT country = FRA }
war = { country = OTT country = RUS }
}
control = { province = 409 data = OTT } # Must control Constantinople
NOT = { control = { province = 1172 data = OTT } } # Jerusalem
NOT = { control = { province = 1022 data = OTT } } # Amman
NOT = { control = { province = 900 data = OTT } } # Suez
NOT = { control = { province = 663 data = OTT } } # Tsaritsyn
OR = { # Baghdad, Trabzon or Damascus
NOT = { control = { province = 1067 data = OTT } } #Trabzon
NOT = { control = { province = 1034 data = OTT } } #Baghdad
NOT = { control = { province = 1016 data = OTT } } #Damascus
}
}
i'm at war and i have constantinopole, and then i don't understand what is relation between different conditions. default is AND ?
NOT = { control = { province = 1172 data = OTT } } # Jerusalem
NOT = { control = { province = 1022 data = OTT } } # Amman
[...]
means i do not control Jerusalem AND Amman AND Suez AND Tsaritsyn ? Meaning, i have to control all four provinces for this event to not fire?
also what is the meaning of this OR - is it about relation between all previous conditions, or is it about the next ones that are in the brackets {} ?
meaning that for this event to not fire i have to control Jerusalem, Amman, Suez, Tsaritsyn AND one of the following 3 provinces: Trabzon, Damascus, Baghdad
Is it correct?
Because Amman, Damascus , Jerusalem, Baghdad and Trabzon are under my control, only Suez is not and this event still fired
oh, and what is Tsaritsyn ? no such provinence, according to wiki, it's called Volgograd in Russia, but no such provinence too. geographically it looks as it is somewhere around Volgodonsk in-game provinence, i guess a little similar name, but not sure... but this provinence i cannot control, because i was not at war with russia, i joined later when russia made peace
Last edited: