You're still using namespaces wrong. They're for event IDs, you can put anything you want in the desc and name fields. And it's probably crashing because you haven't defined events EVTIM.10 and EVTIM.12
Renamed your existing events (so there is no possibility of ID conflicts, as long as no one else is using the EVTIM namespace) and added dummy events for the missing EVTIM.10 and EVTIM.12 events.Code:namespace = EVTIM character_event = { id = EVTIM.1 desc = "EVTIM.1” picture = GFX_evt_crusaders ai = no prisoner = no mean_time_to_happen = { months = 480 modifier = { factor = 1.5 trait = slow } modifier = { factor = 0.90 trait = quick } modifier = { factor = 0.75 trait = genius } } option = { name = "EVTIM.2” add_trait = charimmortal } option = { name = "EVTIM.3” remove_trait = charimmortal } option = { name = "EVTIM.4” } } character_event = { id = EVTIM.5 desc = "EVTIM.5” picture = GFX_evt_crusaders trigger = { trait = fiximmortal } option = { name = "EVTIM.6” add_trait = charimmortal remove_trait = fiximmortal } } character_event = { id = EVTIM.7 desc = "EVTIM.7” picture = GFX_evt_crusaders trigger = { trait = charimmortal } option = { name = EVTIM.8 random_list = { 70 = { character_event = { id = EVTIM.10 } } 30 = { character_event = { id = EVTIM.12 } } } } option = { name = EVTIM.9 ) } character_event = { id = EVTIM.10 is_triggered_only = yes option = { name = OK } } character_event = { id = EVTIM.12 is_triggered_only = yes option = { name = OK } }
County localization is from the province tag, so search for the PROV_xxx line that has the county name in a localization field.
Thx modgod ^^
EDIT : Apparently I have to copy the entire file (text1.csv) text to my modfolder/localisation and edit the entry in the copy?
I thought it would be possible to just add
PROV472;EpicEpirus;Épieros;Épieros;;Épieros;;;;;;;;;x
in a csvfile i created from scratch ?
Last edited: