• 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.

Pang Bingxun

Field Marshal
2 Badges
Nov 22, 2011
5.596
186
  • Arsenal of Democracy
  • 500k Club
event = { # Walter Buch takes power
id = 20502
random = no
country = GER
persistent = yes

trigger = {
ai = yes
minister = 226 # Walter Buch
NOT = { InCabinet = 226 }
NOT = { manpower = 200 }
}

name = "AI_EVENT"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1999 }

action_a = {
command = { type = ministerofsecurity which = 226 }
command = { type = dissent value = -1 }
}
}

You can find this event in ai_ger.txt. It made complete sence in Doomsday, when Walter Buch was still a man of the people and therefore increased MP. But he has been changed into a silent lawyer, so the event makes no sence anymore. So either Walter Buch needs to be rechanged or the event may use Joseph Goebbels(id=110) instead. But he is not available before 1942.
And event 25000 refers to Walter Buch, too.
 
Upvote 0
Pang Bingxun said:
I observed the repeating change between Himmler(event 20501) and Buch, so i guess the events are still relevant.

ok i understood now. actually i observed a similar thing which seems to be related: ITA ai always switches between Francesco Pricolo and Giuseppe Valle in the later years (event fires when the trigger conditions are matched, but ai still "thinks" that another one - eg Giuseppe Valle - would be the better choice and tries to bring him in without event - then the event for Pricolo fires again).

as for the Buch event - i would simply delete this one and give Goebbels an earlier start date?
 
as for the Buch event - i would simply delete this one and give Goebbels an earlier start date?

In that case 20500 and 20501 need to be erased, too. The change to Himmler giving Germany more IC is quite useful if enough manpower to use the IC is available.


event = { # Franz Gürtner takes power
id = 20500
random = no
country = GER
persistent = yes

trigger = {
ai = yes
minister = 223 # Franz Gürtner
NOT = { InCabinet = 223 }
OR = {
NOT = { control = { province = 56 data = GER } } # Paris
AND = {
control = { province = 56 data = GER } # Paris
NOT = { minister = 108 } # Heinrich Himmler
}
}
OR = {
manpower = 200
AND = {
NOT = { manpower = 200 }
NOT = { minister = 226 } # Walter Buch
}
}
}

name = "AI_EVENT"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1948 }

action_a = {
command = { type = ministerofsecurity which = 223 }
command = { type = dissent value = -1 }
}
}
event = { # Heinrich Himmler takes power
id = 20501
random = no
country = GER
persistent = yes

trigger = {
ai = yes
minister = 108 # Heinrich Himmler
NOT = { InCabinet = 108 }
manpower = 200
control = { province = 56 data = GER } # Paris
}

name = "AI_EVENT"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1948 }

action_a = {
command = { type = ministerofsecurity which = 108 }
command = { type = dissent value = -1 }
}
}
 
yeah the point is that all those events are completely useless for AoD.
ai switches ministers depending on its needs and these events just lead to confusion for ai nations (ie if more IC/MP/resources or whatever needed, ai can do this without any event in AoD).

maybe post these things here as well?