I really like the new event that makes it possible to recreate the German empire under Viennese leadership
Asi?
Personally, I'm still busy with India, but all but one nation on the subcontinent (Afghanistan) have had their ministers, techteams, leaders and OOBs revisited. Plus a huge amount of events have already been scripted. I think it's going to be good, but it's a long way when you're just one guy coding so much material.
After that, I think the two theatres most in need of development are Scandinavia and Arabia.
Did you want any help? I could work in the Balkans and especially in greece with a greek pack!
Can we add Catalonia to the scenario?
Probably found a mistake if you play AUS in the event "The syndicate threat"
You only can choose a,b or d but not c. Maybe you forgot the NOT = { trigger? (Red marked)
Otherwise I could not understand why Germany must be at war with Canada if you decide to go to war with France without an alliance with Germany.
action_a = {
name = "We should remain neutral"
ai_chance = 10
command = { type = dissent value = -1 }
command = { type = domestic which = interventionism value = -1 }
command = { type = relation which = CAN value = -25 }
command = { type = relation which = GER value = -25 }
}
action_b = {
name = "We need to send support!"
ai_chance = 65
command = { type = dissent value = 3 }
command = { type = domestic which = interventionism value = 1 }
command = { type = supplies which = -4000 }
command = { type = manpowerpool value = -10 }
command = { type = relation which = FRA value = -25 }
command = { type = relation which = GER value = 25 }
command = { type = trigger which = 91738 }
}
action_c = {
name = "War!"
ai_chance = 25
trigger = {
NOT = { war = { country = GER country = CAN } }
}
command = { trigger = { exists = FRA } type = war which = FRA }
command = { type = dissent value = 7 }
command = { type = domestic which = interventionism value = 3 }
command = { type = relation which = CAN value = 70 }
command = { type = relation which = GER value = 70 }
command = { type = relation which = VIC value = 70 }
command = { type = relation which = PAK value = 70 }
}
action_d = {
name = "Join Mitteleuropa!"
ai_chance = 25
trigger = {
NOT = { war = { country = GER country = CAN } }
}
command = { type = alliance which = GER }
command = { type = dissent value = 7 }
command = { type = domestic which = interventionism value = 3 }
command = { type = relation which = CAN value = 70 }
command = { type = relation which = GER value = 70 }
command = { type = relation which = VIC value = 70 }
command = { type = relation which = PAK value = 70 }
}
}
This is how it works after the correction, I think this is how it shold work, right?
![]()
how to install and set up this mod