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

Secret Master

Covert Mastermind
Moderator
96 Badges
Jul 9, 2001
38.410
26.147
www.youtube.com
  • Crusader Kings II: Monks and Mystics
  • BATTLETECH - Digital Deluxe Edition
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Jade Dragon
  • Tyranny - Bastards Wound
  • Tyranny - Tales from the Tiers
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Gold Edition
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Achtung Panzer
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Empire of Sin - Premium Edition
  • Empire of Sin
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Stellaris: Federations
  • Crusader Kings II: Limited Collectors Edition
  • BATTLETECH: Heavy Metal
  • Stellaris: Lithoids
  • BATTLETECH: Season pass
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • BATTLETECH: Flashpoint
  • Stellaris: Distant Stars
  • Europa Universalis III
  • The Kings Crusade
I was modding tonight and generally poking around the files. On a lark, I decided to create an entirely new country. Using the guides for EU3, I've had no problem modding anything at all, except for the country's name.

I inserted the text into the countries.csv file, and the game doesn't read it. Here's the text, with the relevant section italicized:
Code:
AR3;Arvernian Rebels;;Arvernische Rebellen;;;;;;;;;x
ATR;Atrebates;;Stamm der Atrebaten;;;;;;;;;x
AT2;Atrebatian Rebels;;Atrebatische Rebellen;;;;;;;;;x
AUL;Aulerci;;Aulerkerstamm;;;;;;;;;x
AU2;Aulercian Rebels;;Aulerkische Rebellen;;;;;;;;;x
[i]B41;Albion;;Albion;;;;;;;;;x
B42:Albion Rebels;;Albion Rebels;;;;;;;;;x[/i]
BIT;Bithynia;;Bithynien;;;;;;;;;x
BI2;Bithunian Rebels;;Bithynische Rebellen;;;;;;;;;x
BOS;Bosporan Kingdom;;Bosporus-Königreich;;;;;;;;;x

Has anyone else had any problems adding text to countries.csv? Note that B41 shows up in the game with the proper flag, ruler, POPs, and provinces I designated elsewhere in other files, so the tag is working fine. The only thing that isn't working is this text, and the _ADJ text later in the file.
 
Secret Master said:
I was modding tonight and generally poking around the files. On a lark, I decided to create an entirely new country. Using the guides for EU3, I've had no problem modding anything at all, except for the country's name.

I inserted the text into the countries.csv file, and the game doesn't read it. Here's the text, with the relevant section italicized:
Code:
AR3;Arvernian Rebels;;Arvernische Rebellen;;;;;;;;;x
ATR;Atrebates;;Stamm der Atrebaten;;;;;;;;;x
AT2;Atrebatian Rebels;;Atrebatische Rebellen;;;;;;;;;x
AUL;Aulerci;;Aulerkerstamm;;;;;;;;;x
AU2;Aulercian Rebels;;Aulerkische Rebellen;;;;;;;;;x
[i]B41;Albion;;Albion;;;;;;;;;x
B42:Albion Rebels;;Albion Rebels;;;;;;;;;x[/i]
BIT;Bithynia;;Bithynien;;;;;;;;;x
BI2;Bithunian Rebels;;Bithynische Rebellen;;;;;;;;;x
BOS;Bosporan Kingdom;;Bosporus-Königreich;;;;;;;;;x

Has anyone else had any problems adding text to countries.csv? Note that B41 shows up in the game with the proper flag, ruler, POPs, and provinces I designated elsewhere in other files, so the tag is working fine. The only thing that isn't working is this text, and the _ADJ text later in the file.

I am not entirely confident that the two events I added in my mod display the text I wrote for them correctly.

Not knowing the code to open the console hasn't helped me here ;-)
 
Secret Master said:
I was modding tonight and generally poking around the files. On a lark, I decided to create an entirely new country. Using the guides for EU3, I've had no problem modding anything at all, except for the country's name.

I inserted the text into the countries.csv file, and the game doesn't read it. Here's the text, with the relevant section italicized:
Code:
AR3;Arvernian Rebels;;Arvernische Rebellen;;;;;;;;;x
ATR;Atrebates;;Stamm der Atrebaten;;;;;;;;;x
AT2;Atrebatian Rebels;;Atrebatische Rebellen;;;;;;;;;x
AUL;Aulerci;;Aulerkerstamm;;;;;;;;;x
AU2;Aulercian Rebels;;Aulerkische Rebellen;;;;;;;;;x
[i]B41;Albion;;Albion;;;;;;;;;x
B42:Albion Rebels;;Albion Rebels;;;;;;;;;x[/i]
BIT;Bithynia;;Bithynien;;;;;;;;;x
BI2;Bithunian Rebels;;Bithynische Rebellen;;;;;;;;;x
BOS;Bosporan Kingdom;;Bosporus-Königreich;;;;;;;;;x

Has anyone else had any problems adding text to countries.csv? Note that B41 shows up in the game with the proper flag, ruler, POPs, and provinces I designated elsewhere in other files, so the tag is working fine. The only thing that isn't working is this text, and the _ADJ text later in the file.

Can't see any problems, added Media Atropatene (MED) and it looked about the same in the file. However can it have to do with the tag you use is B41? The already existing B-number tags all have to do with the possible barbarian clients, and it may be that the game assumes all tags that are a B and a number are meant for that? Try changing the tag to something else and see if it works then.
 
Lofman said:
Can't see any problems, added Media Atropatene (MED) and it looked about the same in the file. However can it have to do with the tag you use is B41? The already existing B-number tags all have to do with the possible barbarian clients, and it may be that the game assumes all tags that are a B and a number are meant for that? Try changing the tag to something else and see if it works then.

I'll give that a whirl and see if that's the ansewer.
 
I've been having problems with modding traits.csv and extratext.csv.

Specifically, adding extra lines in the middle of extratext.csv, or at the end of traits.csv, has given me problems with the game displaying other lines of this wrongly.

Anyone else encountered this? Or have an idea if I'm doing something wrong?