• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(127999)

Captain
3 Badges
Dec 6, 2008
392
1
  • Crusader Kings II
  • Heir to the Throne
  • Europa Universalis: Rome
So, like the title says, it's my first time modding, and I need help. I am trying to mod the Western Slavic culture to "Wend", which was the name for that culture in the Middle ages. I assume that I replace WesternSlavic in the culture notepad to Wend, and do the same for all instances of Western Slavic in the other notepads. Is this correct?

Also, I modded in a few names for Wends, simply adding them alongside the normal names in alphabetical order, this is correct, right?

Finally, I want to mod the Duke of Mecklenburg title to "Duke of Wendenland" but with no modifications to the coat of arms. I simply go to all instances of Mecklenburg and change it to Wendenland, right?

Thanks in advance for the help.

Oh, and I want to add a new event that allows Wend mercenaries. How would I go about doing this?
 
1) To change Western Slavic to Wend you go to "ck\config\world_names.csv" and change the line from
Code:
CULTURE_WESTERN_SLAVIC;Western Slavic;@;@;@;@;;;;;;x
to
Code:
CULTURE_WESTERN_SLAVIC;Wend;@;@;@;@;;;;;;x
That's all you need to do for it to display in game as Wend.

2) To change Mecklemberg to Wendenland you need to change
Code:
MECK;Mecklenburg;Mecklembourg;Mecklenburg;Mecklemburgo;Mecklemburg;;;;;;X
to
Code:
MECK;Wendenland;Mecklembourg;Mecklenburg;Mecklemburgo;Mecklemburg;;;;;;X
again in world_names.csv

3) Names are just added in there like you did; they don't even have to be in alphabetical order ( I don't think, at least), as long as you have them added.

And I'm not that good at scripting so I'll leave that to someone else if there's not Wendish mercenaries.