hey man, i am a modder too. just in a different universe.
speaking of that... how do i overide ck2plus with dependencies? i'm fixing the south slavic titles which are wrong.
i'm trying to overrun string king_serbian, but it's not working. all the other titles work, but i keep getting "tsar" instead of kralj/king.
my mod has:
name="Slavic titles"
path="mod/slavic_titles"
dependencies = "CK2Plus"
tags = { "Titles" }
Localization is the one thing that more recently (at least 1 full CK2 patch ago) I have also not been able to override, outside of just taking the whole source localization (name and all) and importing said file from CK2 into CK2+ (in my case). It's possible either the behaviour changed, or they broke it.