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

Affenklaus

Captain
94 Badges
Aug 10, 2009
321
0
  • Sengoku
  • Europa Universalis IV: Wealth of Nations
  • For The Glory
  • Hearts of Iron III
  • Heir to the Throne
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Arsenal of Democracy
  • Sword of the Stars II
  • Starvoid
  • The Showdown Effect
  • Victoria 2
  • Victoria 2: A House Divided
  • Pillars of Eternity
  • 500k Club
  • Mount & Blade: Warband
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Sword of Islam
  • Hearts of Iron Anthology
  • Cities in Motion
  • Crusader Kings II
  • 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
  • Europa Universalis IV: Conquest of Paradise
  • Darkest Hour
  • Divine Wind
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Deus Vult
  • Semper Fi
  • Europa Universalis III
  • Majesty 2 Collection
  • Europa Universalis III Complete
  • Teleglitch: Die More Edition
  • Crusader Kings III: Royal Edition
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Victoria: Revolutions
  • 200k Club
  • Cities in Motion 2
  • For the Motherland
  • Europa Universalis III: Collection
Haven't found a thread for those little modding questions which aren't really worth a thread on it's own, so here it is.

My question: When adding a unit with brigade to a nation's OOB, is it possible to specify the model-level for the brigade somehow?
I don't really want to make three different brigades if one brigade with three models would be sufficient.
 
Yes it is possible. Just add a line like this:
Code:
      extra         = artillery
      brigade_model = 0

Under the line for unit type down in the division info part of a country's INC file. For naval brigades make it something like this:

Code:
extra1 = naval_sa_l
      extra2 = naval_fire_controll_l
      extra3 = naval_spotter_l
      extra4 = naval_anti_air_l
      extra5 = none
      brigade_model1 = 0
      brigade_model2 = 0
      brigade_model3 = 1
      brigade_model4 = 1
      brigade_model5 = 0