Whats the best way of having an event fire every year around the same time ????
There is a 'pulse' event somewhere. I even think it was a few pages back in this thread. I am not sure myself how it works, but if I remember correctly the guy asking a question about that even posted the code he used for it.
I'm trying to build a mod, it does not contain any event, but, now, when i try to play with it no event works! Neither marriages, betothrals, childrens' birth nor the other events! This is the content of my x.mod
replace_path = "history"
replace_path = "history\titles"
replace_path = "history\provinces"
replace_path = "history\wars"
replace_path = "history\diplomacy"
replace_path = "history\characters"
replace_path = "common\religions"
replace_path = "common\landed_titles"
replace_path = "common\cultures"
replace_path = "common\religions"
replace_path = "common\dynasties"
replace_path = "common\traits"
replace_path = "decisions"
What could be the cause of this bug?
Well, replace_path will remove everything that is normally in that folder with your mods files. So even files you do not alter will be ignored. You should only use 'replace_path' if you want to delete all other files other mods/vanilla uses in there. Simply remove all these lines to make the mod work.