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

Limith

Modding for Myself
18 Badges
Apr 7, 2010
3.746
369
  • Darkest Hour
  • Deus Vult
  • East India Company
  • Europa Universalis III Complete
  • Divine Wind
  • Crusader Kings II
  • Heir to the Throne
  • Rome: Vae Victis
  • Rome Gold
  • Sword of the Stars
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Stellaris Sign-up
  • 500k Club
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
Right now in game for some reason, the strings for User component 3 and 5 refuse to change from 'User Component Tech 3' and 'User Component Tech 5' to that defined by their two strings. I modified tech_names.csv and the new strings for RT_USER_2 and RT_USER_6 do show up so I'm at a loss for why the new strings don't work. I did a N++ search through all of the config files and RT_USER didn't show up in any other csv. Does anyone else have this occur in their game?
 
Is this in DH Full or in a mod?

No, not in full. I was using Full's config files as the base so I tested it by putting the tech_names.csv back to full and it worked inside full. The only change I made to that file was to modify the components, I even wiped the file and changed it again from new.

I just rechecked all of the csv's in the mod and none of them beside tech_names.csv have rt_user string.

Do you have any idea what might be causing this?

I keep breaking things when modding. I'm a terrible coder.
 
Stings can be loaded from both mod's and root's config folders (first mod's folder is checked for the file and if not found it is loaded from the root's).
Make sure you have an empty mods.csv file in your mod's config folder (otherwise it will be loaded from the root and it contains all user defined components strings).
 
Stings can be loaded from both mod's and root's config folders (first mod's folder is checked for the file and if not found it is loaded from the root's).
Make sure you have an empty mods.csv file in your mod's config folder (otherwise it will be loaded from the root and it contains all user defined components strings).

Thanks. I already moved the strings to other working ones, but this fixed the issue. :)