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

unmerged(51332)

Colonel
Dec 4, 2005
915
0
#The City of Men's Desire# #Capital moved#
event = {
id = 3353
trigger = {
owned = {
province = 1953
data = -1
}
NOT = {
exists = BYZ
}
}
random = no
country = TUR
name = "EVENTNAME3353"
desc = "EVENTHIST3353"
style = 1

date = { day = 1 month = january year = 1337 }
offset = 30
deathdate = { day = 1 month = january year = 1491 }

action_a ={ #Constantinople is new capital#
name = "ACTIONNAME3353A"
command = { type = capital which = 1953 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = provinceculture which = 1953 value = turkish }
command = { type = provinceculture which = 357 value = turkish }
command = { type = provinceculture which = 475 value = turkish }
command = { type = provincereligion which = 357 value = sunni }
command = { type = provincereligion which = 475 value = sunni }
command = { type = provincereligion which = 1953 value = sunni }
command = { type = stability value = -1 }
command = { type = flagname which = "Constantinople" }
command = { type = badboy value = -5 }
}
action_b ={ #Let us keep the Old one instead#
name = "ACTIONNAME3353B"
command = { type = provinceculture which = 357 value = turkish }
command = { type = provinceculture which = 475 value = turkish }
command = { type = provincereligion which = 357 value = sunni }
command = { type = provincereligion which = 475 value = sunni }
command = { type = domestic which = CENTRALIZATION value = -3 }
command = { type = stability value = 2 }
command = { type = badboy value = -5 }
}
}

Playing WATAKBOI and Ive conquered constanitpole, ive fulfilled all of the events necessary conditions. Is it not formatted properly or something? It wont fire. In fact, my last monarch never ended either [interrgnum] and i had to edit the save game just to get mehmed on the throne. :confused: Is this an error of the time patch Im using for WATAKBOI or am i reading too much into things?
 
All I can think of on this one is a couple of my own experiences.

For example, playing Brandenburg and the Pommern inheritance event not firing. I
had to load a save, and next time it worked.

Also once playing Russia and trying to annex Samara (Golden Horde) and the game would crash when I clicked on "Annex". I had to reinstall the game to get it to work. Loading the last save wouldn't do it.

The game has certain other idiosyncracies, such as counting up a troop total which is clearly in excess of what I have. This corrects in time when troop numbers change enough, but suffice to say the game has its flaws.

I let the game autosave yearly because of these things. If loading a save does not correct the problem, you may need to reinstall.
 
I've reloaded multiple times as well as using the f12 route. No go.
 
I've reloaded multiple times as well as using the f12 route. No go.

Just guessing here - but does the event actually EXIST in the mod you use? AGCEEP for example has lots of events that do not have the same event ID as in the vanilla game. If you want to trigger those you would have to look up the event in the event files to get the correct ID to trigger.

Does the province of Constantinople have the same province ID in the mod you use to that the event can fire?

Is the time span correct between 1337 and 1491? If you capture the city later the event won´t fire.
Did you use some unlimited time patch that might confuse the game what year it actually is?