Hi everyone,
Does anyone know the status of the bug for the imperial incident King in prussia ?
I still have this part on the file : SteamLibrary\steamapps\common\Europa Universalis IV\common\imperial_incidents\00_imperial_incidents.txt
There is still two times the same id of resolution, so the game crash each time.
I tried to modify it to put 2 as deny.
Does anyone know the status of the bug for the imperial incident King in prussia ?
I still have this part on the file : SteamLibrary\steamapps\common\Europa Universalis IV\common\imperial_incidents\00_imperial_incidents.txt
Code:
incident_king_in_prussia = {
event = king_in_prussia.2
default_option = 1
can_stop = {
OR = {
NOT = {
exists = PRU
}
PRU = {
is_subject = yes
}
PRU = {
government_rank = 2
}
}
}
0 = { # grant
factor = 1
modifier = {
factor = 100
OR = {
ai_attitude = {
who = PRU
attitude = attitude_friendly
}
ai_attitude = {
who = PRU
attitude = attitude_loyal
}
ai_attitude = {
who = PRU
attitude = attitude_allied
}
}
}
}
1 = { # compromise
factor = 1
modifier = {
factor = 100
ai_attitude = {
who = PRU
attitude = attitude_neutral
}
}
}
1 = { # deny
factor = 1
modifier = {
factor = 100
OR = {
ai_attitude = {
who = PRU
attitude = attitude_rivalry
}
ai_attitude = {
who = PRU
attitude = attitude_hostile
}
ai_attitude = {
who = PRU
attitude = attitude_threatened
}
ai_attitude = {
who = PRU
attitude = attitude_outraged
}
ai_attitude = {
who = PRU
attitude = attitude_disloyal
}
ai_attitude = {
who = PRU
attitude = attitude_rebellious
}
}
}
}
}
There is still two times the same id of resolution, so the game crash each time.
I tried to modify it to put 2 as deny.