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

Pioniere

Field Marshal
17 Badges
May 29, 2006
5.329
344
  • Hearts of Iron III
  • Europa Universalis III: Collection
  • 500k Club
  • Rome Gold
  • Europa Universalis: Rome
  • Europa Universalis III Complete
  • Iron Cross
  • Europa Universalis III Complete
  • Heir to the Throne
  • Hearts of Iron Anthology
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Darkest Hour
  • Hearts of Iron II: Armageddon
  • Arsenal of Democracy
Will this setup work? I want only Germany and Italy to set up this nation. Maybe I can add in Vichy and Japan at soem point.

country = { GER ITA } or is it country = { GER } and country = { ITA } ?
_
}

UA3 = { # Hellenic State
date = { day = 0 month = january year = 1933 }
expirydate = { day = 29 month = december year = 1999 }
minimum = { 377 365 369 }
min = 1
extra = { 372 373 367 371 382 374 368 375 383 364 366 370 381 380 376 363 378 379 388 387 }
revolt = no
country = { GER ITA }
min_extra = 2
capital = 377

}

ua3b.png
 
Last edited:
  • 1Like
Reactions:
Not an expert at modding new countries, but from a quick glance at it, I believe it should work.

I compared it to a country I added in for my AAR and while I didn't put some lines you used and the order changes in one, I believe the nation you placed should work (if you want I can check it up later)

UA0 = { # Yanbian Korean Autonomy
date = { day = 0 month = january year = 1945 }
expirydate = { day = 29 month = december year = 1985 }
minimum = { 1212 }
extra = { }
capital = 1212
country = { KOR }
}

I leave it here in case you want to compare it, mine works fine. And I'm sure yours does as well.
 
  • 1Like
Reactions:
Will this setup work? I want only Germany and Italy to set up this nation. Maybe I can add in Vichy and Japan at soem point.

country = { GER ITA } or is it country = { GER } and country = { ITA } ?
_
}

UA3 = { # Hellenic State
date = { day = 0 month = january year = 1933 }
expirydate = { day = 29 month = december year = 1999 }
minimum = { 377 365 369 }
min = 1
extra = { 372 373 367 371 382 374 368 375 383 364 366 370 381 380 376 363 378 379 388 387 }
revolt = no
country = { GER ITA }
min_extra = 2
capital = 377

}

View attachment 666938
It should work, take a look at Saar Protectorate:
Code:
U23 = { # Saarprotektorat 
 date = { day = 0 month = january year = 1965 } 
 expirydate = { day = 29 month = december year = 1966 } 
 minimum = { 127 128 129 130 } 
 min = 1
 extra = { } 
 capital = 127 
 revolt = no 
 Country = { FRA U01 ENG USA CAN NZL AST }
 }
 
  • 1
Reactions:
New reveolt text:
UA3 = { # Hellenic State
date = { day = 0 month = january year = 1933 }
expirydate = { day = 29 month = december year = 1999 }
minimum = { 368 373 375 377 }
extra = { 380 381 382 383 370 371 378 379 363 364 365 366 369 367 376 372 374 383 }
capital = 377
revolt = no
country = { GER ITA JAP }
}

I did managed to liberate it and the ministers and tech teams did finally work when I wrote the csv in each representative text file in the section of Mods\Darkest Hour Full\db.
However, there is a bug when I try to build units I can see that the process stops and the producing unit turns red. Even when I do have means of IC.
If I try to start over nothing happens and the unit is at zero. I would assume that AI-files can be helpful, but it should managed to build a few units without one.

building.png


ai.cheat.png
The AI seems to cheat so it is ok I guess.
 
Last edited:
Will this setup work? I want only Germany and Italy to set up this nation. Maybe I can add in Vichy and Japan at soem point.

country = { GER ITA } or is it country = { GER } and country = { ITA } ?
_
}

UA3 = { # Hellenic State
date = { day = 0 month = january year = 1933 }
expirydate = { day = 29 month = december year = 1999 }
minimum = { 377 365 369 }
min = 1
extra = { 372 373 367 371 382 374 368 375 383 364 366 370 381 380 376 363 378 379 388 387 }
revolt = no
country = { GER ITA }
min_extra = 2
capital = 377

}

View attachment 666938
How did you make this country? I mean, I know how, but I want to know how you made it work in DH, because I tried to create a new country for the game with the same codes that you put with the same tutorial on how to create a country in the game and in the end didn't work, so I wanted your help to try to help me