• 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.

Ixtli613

First Lieutenant
81 Badges
Aug 23, 2008
264
291
  • Warlock 2: The Exiled
  • Warlock: Master of the Arcane
  • Rome: Vae Victis
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Rome Gold
  • Europa Universalis: Rome
  • Stellaris: Lithoids
  • War of the Roses
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Victoria 2
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Stellaris: Necroids
  • Stellaris
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Prison Architect
  • Stellaris: Humanoids Species Pack
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Apocalypse
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Europa Universalis III Complete
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis III Complete
  • Stellaris: Ancient Relics
I'm trying to add a new country to the game, and I thought I was doing everything right. The game loads just fine and when I click single-player, there's my country in the map screen, and I can click on it and see my ruler and such to the right (although, it's displaying the country tag as the name for some reason). When I try to play, it loads the graphics alright but then gets stuck on the 'adapting history' part. I waited for about 5 minutes for it to load before finally shutting the game off. Any idea what causes this?
 
We always think, we have everything right. ;)

This problem seems to be related to your history files. Could you post what exactly you modded? Does your new country have a new culture for instance?
 
It shows the Tag and not the country name either because you haven't added the country's localisation (just go to "Rome/Localisation" and open up "countries"; then you can just copypaste from another country, but replace the tags (don't forget rebellion) with your own and the corresponding name) or because you have edited those files with excel; always use notepad when you are modding (except for flags and maps of course).
When it comes to adapting history, it might be crashing because you have a bug of sorts in the province/character files you have edited or added, and if there is something wrong there the game will crash. My only advice is to look through all files you have edited again and check for faults.
 
Did you add a new culture group?

If so you must also add unit numbering for that culture group. You can see how this is done at the bottom of localisation/unit.csv where it says:

Code:
ARMY_NAME_persia;$NUM$$ORDER$ Army;;;;;;;;;;;x
NAVY_NAME_persia;$NUM$$ORDER$ Navy;;;;;;;;;;;x
REGIMENT_NAME_persia;$HOME$'s $NUM$$ORDER$ Cohort;;;;;;;;;;;x

Every culture group has to have an entry like this.
 
Yes I added a new culture, and yes I forgot to add the army localisation. Doh. I'll go do that and see if it fixes it.:D

Edit: Okay, so the game is loading now, so that's good. But for some reason the countries and cultures localisation files aren't loading correctly. Everyone's name is now displayed as their country tag, and the characters names aren't working for anyone, nor are the culture names. Could it be the fact that I initially modified these files in excel before switching to notepad as suggested?

Edit2: Also, does anyone know what the line is in a character's history file for making two characters get married?
 
Last edited:
Yes I added a new culture, and yes I forgot to add the army localisation. Doh. I'll go do that and see if it fixes it.:D

Edit: Okay, so the game is loading now, so that's good. But for some reason the countries and cultures localisation files aren't loading correctly. Everyone's name is now displayed as their country tag, and the characters names aren't working for anyone, nor are the culture names. Could it be the fact that I initially modified these files in excel before switching to notepad as suggested?

Edit2: Also, does anyone know what the line is in a character's history file for making two characters get married?
Good thing you found the problem!

As for weird text, check your .csv files with a text editor and see if they are separated by semicolon ';' or comma ',', the first one is correct but excel is confused since csv stands for comma-separated values which is why it might corrupt the file. The best way is to take a copy of the original file (or back-up) and make the changes again. A risky way would be to open the file in a text editor and replace all ',' with ';'.

As for marriage, this is how you add it:
Code:
800.1.1 = {
	add_spouse = { id = SPOUSE_ID idtype = 44 }
}
You only need to do this for one of the spouses.
 
Yeah, all the values are separated by semicolons. I have a backup file, so I guess I'll remake the changes in there and see if it works. Thanks for all the help everyone.

Edit: That seems to have fixed it. Again, thanks for all the help.
 
Last edited: