• 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(87962)

First Lieutenant
1 Badges
Nov 27, 2007
231
1
  • Europa Universalis III
I want to add a new culture to the game, and then add characters for it and give them lands, how would I go about doing that? I'm doing this for an AAR I plan to start soon but I need to do this first. Thank you all in advance.

~Sebeck
 
The only way is to use one of the pre-programmed, but unused culture tags. Byzantine and Iberian come to mind. I've used them before in mods, so they work. This is unless you need a "dark" culture, then I am not 100% sure which tags are unused, but I am sure that someone does.

Remember to use something like notepad or notepad++ to edit the files.

So, to make Iberian into Swabian edit the world_names.csv, under cultures change:
Code:
CULTURE_IBERIAN;Iberian;Ibérien;iberisch;Ibérica;Iberica;;;;;;x

to

Code:
CULTURE_IBERIAN;Swabian;Ibérien;iberisch;Ibérica;Iberica;;;;;;x

Then in the character_names.csv add Iberian entries between Hungarian and Irish like this:

Code:
hungarian;male;Zsigmond
hungarian;male;Zsolt
iberian;female;Helga
iberian;male;Otto
irish;female;Affraic
irish;female;Aíbinn

So, remember to use the culture, not the name (so if you use the Byzantine tag, place Byzantine where it belongs alphabetically and even if you rename it "Native American", the proper tag is "Byzantine".

Then to add your culture to the map, edit the province file in the scenarios folder changing the proper provinces to your culture. Add do the same to the characters file in the same folder.