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

Dutchemperor

General
36 Badges
Jul 7, 2009
1.764
3
  • Crusader Kings II: Charlemagne
  • Cities: Skylines Deluxe Edition
  • Victoria 2: A House Divided
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Darkest Hour
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
I made a new country, the revolt works but when I liberate the country it has no leaders/ministers/tech teams, while I made a ministers/leaders/teams_U57 file for them, they got all unique ID's but dont show up in my game. The country is a united Netherlands so I copied the Dutch and Flemish files, changed IDs and were they are serving for.

Just like old HOI2 country making, what is different?

BTW: I made it in DH full.
 
Last edited:
check teams.csv and add your file here

Actually the files in \Mods\Darkest Hour Full\db\ that should be edited are leaders.txt, ministers.txt and teams.txt

As a side note I highly recommend any modifications to DH to be made in a new mod folder to avoid problems with future patches. In your case just make a copy of Darkest Hour Full folder and apply your modifications there.
 
Actually the files in \Mods\Darkest Hour Full\db\ that should be edited are leaders.txt, ministers.txt and teams.txt

As a side note I highly recommend any modifications to DH to be made in a new mod folder to avoid problems with future patches. In your case just make a copy of Darkest Hour Full folder and apply your modifications there.

Thanks that worked, why did you all added that?

And I have already a different folder, but if I would call it different you may be confused, genrally it is just DH full 1.01 so I tought I will say that.
 
It's easier for mods, so that they can choose which file to load and which not.

This is optional (and strictly speaking these 3 files can be removed form DH Full). If these files are not present, then the game will only load existing minister/leader/TT files from mod folder and will not search for such files in the main game folder.
Using leaders.txt, ministers.txt and teams.txt files tells the engine which files it should load and it searches them in both mod and root folders.
This makes things cleaner for modders and also removes the need to duplicate files from root into mod folder (this is exactly what we utilize in DH Light).
 
This is optional (and strictly speaking these 3 files can be removed form DH Full). If these files are not present, then the game will only load existing minister/leader/TT files from mod folder and will not search for such files in the main game folder.
Using leaders.txt, ministers.txt and teams.txt files tells the engine which files it should load and it searches them in both mod and root folders.
This makes things cleaner for modders and also removes the need to duplicate files from root into mod folder (this is exactly what we utilize in DH Light).

So that's what they do.