I am at work, I will not be able to look at the game for the day. I looked at the file, I don't find any glitch there... Other religious conversions in game were OK so far... Also note that event 664350141 necessarily occurs at the beginning of the game to give the Tengri-Rod modifiers to starting provinces, without crushing the game - so the event does not mechanically crush the game, but only in a specific context.
So I wonder where the problem comes from. Things that should be tested to identify the problem:
- start the game as a Rod Tengri character to see how the event unfolds at game start
- does it happen with other religions? (any other 664350xxx event coded in)
- does this happen only after a heresy spread event?
- could it be that the event 664350141 (flagging the new religion) is OK but event 664351161 (cleansing the previous religious modifier, in this case Tengri Ahriman I guess) crashes the game?
If anything, I would like to look at the save game toonight: keytool, I sent you my email address by PM.
Edit: event 664350141 code:
So I wonder where the problem comes from. Things that should be tested to identify the problem:
- start the game as a Rod Tengri character to see how the event unfolds at game start
- does it happen with other religions? (any other 664350xxx event coded in)
- does this happen only after a heresy spread event?
- could it be that the event 664350141 (flagging the new religion) is OK but event 664351161 (cleansing the previous religious modifier, in this case Tengri Ahriman I guess) crashes the game?
If anything, I would like to look at the save game toonight: keytool, I sent you my email address by PM.
Edit: event 664350141 code:
Code:
province_event = {
id = 664350141
desc = "EVTDESC664350141"
picture = GFX_evt_bishop
border = GFX_event_normal_frame_religion
trigger = {
religion = tengri_rod
NOT = { has_province_flag = province_tengri_rod }
}
mean_time_to_happen = {
days = 2
}
option = {
name = "EVTOPTA664350141"
set_province_flag = province_tengri_rod
add_province_modifier = {
name = province_tengri_rod
duration = -1
}
}
}
Last edited: