Are province events with high MTTH checked less often than province events with low MTTH?
Thanks for the infoI haven't even been able to get the variable to show properly outside of building requirements... which cannot be changed in their format on a per-variable basis, in any case. But thanks anyway
I'm not sure if that's the origin of your problem, but you should use "immediate" instead of "option" for events with a hidden window.
No, they are all checked with the same frequency (typically every 20 days). High MTTH events just have a lower chance to trigger on each check.Are province events with high MTTH checked less often than province events with low MTTH?
No, they are all checked with the same frequency (typically every 20 days). High MTTH events just have a lower chance to trigger on each check.
where do you find the too many held duchies modifier? it isn't in opinion_modifiers and event_modifiers
What encodings are supported by CK2?
Edit: How do you use the age and fertility scope (how can you say age <45 and fertility >40
How are traits inherited? I understand it's through events that are fired I'm pretty sure by on_action, but where do I go to change that stuff? Like, say I want to add a trait to the game that has an equal chance of being inherited as any other average trait. What do I do to set up the chacne of that trait event firing?
Thanks in advance
In notepad++ i can both set the characters sets (which I already have to Windows-1252) and the encoding (which I currently have at utf-8) but this is gibing me weird characters all over the place.It's best to stick to Windows-1252 for all files, and this is mandatory as soon as localized text is involved, so that it displays correctly.
What encodings are supported by CK2?
In notepad++ i can both set the characters sets (which I already have to Windows-1252) and the encoding (which I currently have at utf-8) but this is gibing me weird characters all over the place.
Notepad++ (and a lot of other Windows text editors) use "ANSI" to mean the currently set Windows codepage, which for English is Windows 1252. I believe German uses 1252 as well. Other languages will have a different codepage active.I use Notepad++ as well. You don't really need (AFAIK) to set the character set to Windows-1252 (I haven't, and I don't experience any issues), only to set the encoding to ANSI.
Notepad++ (and a lot of other Windows text editors) use "ANSI" to mean the currently set Windows codepage, which for English is Windows 1252. I believe German uses 1252 as well. Other languages will have a different codepage active.
What can I use to activate an effect for every character? I am trying to remove several traits from those who possess them in the entire world (and to kill some), but every_character isn't a valid scope. I have tried using major = yes on the event, but I can't figure out what scope to use in the immediate section if it is possible. Am I missing something? Or is there no solution?
Any help would be very appreciated!