Have you ever got random CTD around 1534?
Maybe this could explain that.
i have playtest this vanilla event ENG_3009 several times in vanilla and MyMAP game
color line was bugfix for that.
This random CTD will happend if England have no dynastic alliance. that event will lower relation betwen ENG and random state. Like relation with Crimea
Problem was MIN also in this random list
in vanilla-> MIN: (Undefined Nation)
in MyMAP or AGCEEP -> MIN: Masovia
So if event couse lower relation between ENG and MIN ..BOOM.! CTD happen, except for MyMAP or AGCEEP if Masovia exist.
This screenshoot was taken before CTD happen (can't use F11 to take this screenshoot
)
Fix this event yourself...
cause there is no more new patch for EU2. maybe there is still other similar event like this.
Maybe this could explain that.
i have playtest this vanilla event ENG_3009 several times in vanilla and MyMAP game
Code:
#The Act of Supremacy#
event = {
id = 3009
trigger = {
religion = catholic
}
random = no
country = ENG
name = "EVENTNAME3009"
desc = "EVENTHIST3009"
style = 1
date = { day = 1 month = january year = 1534 }
offset = 30
deathdate = { day = 1 month = january year = 1541 }
action_a ={ #Take Command of the Church of England#
name = "ACTIONNAME3009A"
command = { type = religion which = protestant }
command = { type = treasury value = 250 }
command = { type = breakdynastic which = -1 }
[COLOR=DarkOrange]#command = { type = relation which = -3 value = -150 }[/COLOR]
command = { type = breakdynastic which = -1 }
[COLOR=DarkOrange]#command = { type = relation which = -3 value = -150 }[/COLOR]
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = -2 }
}
action_b ={ #Accept Rome's Supremacy, but ignore it on a personal level#
name = "ACTIONNAME3009B"
command = { type = relation which = PAP value = 100 }
command = { type = relation which = SPA value = 100 }
command = { type = stability value = 1 }
}
}
This random CTD will happend if England have no dynastic alliance. that event will lower relation betwen ENG and random state. Like relation with Crimea
Problem was MIN also in this random list
in vanilla-> MIN: (Undefined Nation)
in MyMAP or AGCEEP -> MIN: Masovia
So if event couse lower relation between ENG and MIN ..BOOM.! CTD happen, except for MyMAP or AGCEEP if Masovia exist.
This screenshoot was taken before CTD happen (can't use F11 to take this screenshoot
Fix this event yourself...
cause there is no more new patch for EU2. maybe there is still other similar event like this.
Last edited: