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

Thefatkid

Private
119 Badges
Jul 23, 2012
11
2
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • March of the Eagles
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Crusader Kings II
  • Supreme Ruler: Cold War
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Third Rome
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - After Dark
  • Crusader Kings II: Sword of Islam
  • Arsenal of Democracy
  • Crusader Kings II: Charlemagne
  • 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
  • For the Motherland
  • Darkest Hour
  • Europa Universalis III
  • Divine Wind
  • For The Glory
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis III Complete
  • Stellaris: Necroids
  • Magicka
  • 500k Club
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: El Dorado
  • King Arthur II
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Magicka 2
  • Europa Universalis IV: Common Sense
Hello everyone! I was simply wondering how to change a general's command limit. Major General's can command 3 divisions, Lieutenant General's 6, General's 9, and Field Marshal's 12. I was simply wondering how I can go about changing it to the old Hoi2 days. In Hoi2 it was 1 for a Major General, and 3 for a Lieutenant General. It is simply the matter of immersion for me. The AI tends to command individual divisions, instead of forming larger army corp's. Anyone who could tell me would be great, thanks guys! :)
 
You'll want to go into misc.txt and change these values as appropriate, and that should be it!

Code:
# Land Leader Command Limit (nr of divisions), Rank 0 (highest)
    12
# Land Leader Command Limit (nr of divisions), Rank 1
    9
# Land Leader Command Limit (nr of divisions), Rank 2
    6
# Land Leader Command Limit (nr of divisions), Rank 3 (lowest)
    3
# Air Leader Command Limit (nr of divisions), Rank 0 (highest)
    24 #
# Air Leader Command Limit (nr of divisions), Rank 1
    16 #
# Air Leader Command Limit (nr of divisions), Rank 2
    8 #
# Air Leader Command Limit (nr of divisions), Rank 3 (lowest)
    4 #
# Naval Leader Command Limit (nr of ships), Rank 0 (highest)
    30
# Naval Leader Command Limit (nr of ships), Rank 1
    18
# Naval Leader Command Limit (nr of ships), Rank 2
    12
# Naval Leader Command Limit (nr of ships), Rank 3 (lowest)
    6
# HQ Command Limit Factor (value * HQ Leader Command Limit)
    2
 
You'll want to go into misc.txt and change these values as appropriate, and that should be it!

Code:
# Land Leader Command Limit (nr of divisions), Rank 0 (highest)
    12
# Land Leader Command Limit (nr of divisions), Rank 1
    9
# Land Leader Command Limit (nr of divisions), Rank 2
    6
# Land Leader Command Limit (nr of divisions), Rank 3 (lowest)
    3
# Air Leader Command Limit (nr of divisions), Rank 0 (highest)
    24 #
# Air Leader Command Limit (nr of divisions), Rank 1
    16 #
# Air Leader Command Limit (nr of divisions), Rank 2
    8 #
# Air Leader Command Limit (nr of divisions), Rank 3 (lowest)
    4 #
# Naval Leader Command Limit (nr of ships), Rank 0 (highest)
    30
# Naval Leader Command Limit (nr of ships), Rank 1
    18
# Naval Leader Command Limit (nr of ships), Rank 2
    12
# Naval Leader Command Limit (nr of ships), Rank 3 (lowest)
    6
# HQ Command Limit Factor (value * HQ Leader Command Limit)
    2
Thank you very much!