HOI4 Dev Diary - Achievements & Patchlog

  • 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.
It has been reported several times already. By people who didn't feel the need to abuse caps lock.
Yep, Paradox has not fixed it yet though or they haven't said that they would fix it in the future yet. It kind of annoys me because this shows that they just directed copied the files from Vanilla+ without even double checking the history or EVEN THE NAMES.
 
  • 4
Reactions:
Yep, Paradox has not fixed it yet though or they haven't said that they would fix it in the future yet. It kind of annoys me because this shows that they just directed copied the files from Vanilla+ without even double checking the history or EVEN THE NAMES.
Hey, watch your tone young man. ;)

If only they had copied the new generals directly from Vanilla+, where they are correctly spelled and have more realistic ranks and traits!

FRA
Code:
create_corps_commander = {
    name = "Philippe Leclerc"
    picture = "Portrait_France_Philippe_Leclerc.dds"
    traits = { commando }
    skill = 3
}
create_corps_commander = {
    name = "Henri Giraud"
    picture = "Portrait_France_Henri_Giraud.dds"
    traits = { master_gunner } # new trait, not in vanilla
    skill = 2
}
create_corps_commander = {
    name = "Charles Huntziger"
    picture = "Portrait_France_Charles_Huntziger.dds"
    traits = { }
    skill = 3
}

ITA
Code:
create_field_marshal = {
    name = "Italo Balbo"
    picture = "Portrait_Italy_Italo_Balbo.dds"
    traits = { inspirational_leader }
    skill = 2
    id = 103
}
create_field_marshal = {
    name = "Emilio De Bono"
    picture = "Portrait_Italy_Emilio_De_Bono.dds"
    traits = { defensive_doctrine thorough_planner old_guard }
    skill = 2
}
create_corps_commander = {
    name = "Rodolfo Graziani"
    picture = "Portrait_Italy_Rodolfo_Graziani.dds"
    traits = { commando }
    skill = 3
}
I don't mind criticism of my work, but only if it is accurate.
 
  • 3
  • 1
Reactions:
Hey, watch your tone young man. ;)

If only they had copied the new generals directly from Vanilla+, where they are correctly spelled and have more realistic ranks and traits!

FRA
Code:
create_corps_commander = {
    name = "Philippe Leclerc"
    picture = "Portrait_France_Philippe_Leclerc.dds"
    traits = { commando }
    skill = 3
}
create_corps_commander = {
    name = "Henri Giraud"
    picture = "Portrait_France_Henri_Giraud.dds"
    traits = { master_gunner } # new trait, not in vanilla
    skill = 2
}
create_corps_commander = {
    name = "Charles Huntziger"
    picture = "Portrait_France_Charles_Huntziger.dds"
    traits = { }
    skill = 3
}

ITA
Code:
create_field_marshal = {
    name = "Italo Balbo"
    picture = "Portrait_Italy_Italo_Balbo.dds"
    traits = { inspirational_leader }
    skill = 2
    id = 103
}
create_field_marshal = {
    name = "Emilio De Bono"
    picture = "Portrait_Italy_Emilio_De_Bono.dds"
    traits = { defensive_doctrine thorough_planner old_guard }
    skill = 2
}
create_corps_commander = {
    name = "Rodolfo Graziani"
    picture = "Portrait_Italy_Rodolfo_Graziani.dds"
    traits = { commando }
    skill = 3
}
I don't mind criticism of my work, but only if it is accurate.
My humblest apologies:)
But then this means that Paradox CHANGED his name on purpose. What the hell???