I am trying to mod in a few nicknames that are supposed to appear before a character's name. So, for example:
'Harde' Knut <last name> instead of Knut 'Harde' <last name>
I've figured out based on the 'Elder' nickname, that I can create a nickname and add the following line:
However, this means that it also becomes appears before a tier title, like Duke, King, Emperor. Meaning that my example would become:
'Harde' King Knut <last name>
Is there a simple way to make this become King 'Harde' Knut <last name> ?
'Harde' Knut <last name> instead of Knut 'Harde' <last name>
I've figured out based on the 'Elder' nickname, that I can create a nickname and add the following line:
Code:
nick_harde = { is_prefix = yes }
However, this means that it also becomes appears before a tier title, like Duke, King, Emperor. Meaning that my example would become:
'Harde' King Knut <last name>
Is there a simple way to make this become King 'Harde' Knut <last name> ?