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

{LD}Firestorm

Defender of Democracy
54 Badges
Aug 11, 2005
1.515
0
  • Hearts of Iron IV: Death or Dishonor
  • Cities: Skylines - After Dark
  • Cities: Skylines - Snowfall
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Cities: Skylines - Mass Transit
  • Magicka 2
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - Green Cities
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Cities: Skylines Industries
  • Stellaris: Megacorp
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Stellaris: Federations
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Arsenal of Democracy
  • Hearts of Iron III
  • Heir to the Throne
  • Magicka
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
I have searched but for the life of me cannot find it: How do I added the new brigade models?

For example, I am trying to use B_U7. I have found how to put in short descriptions, what it is called, full descriptions, ect. but cannot seem to find a place to put individual model names (like Mechanized Equipment '47, Mechanized Equipment '48, ect.)

Anyone know the answer to this? Thanks for any help you can provide.
 
I have searched but for the life of me cannot find it: How do I added the new brigade models?

For example, I am trying to use B_U7. I have found how to put in short descriptions, what it is called, full descriptions, ect. but cannot seem to find a place to put individual model names (like Mechanized Equipment '47, Mechanized Equipment '48, ect.)

Anyone know the answer to this? Thanks for any help you can provide.



Use models file in config folder and unit_names file.

In unit_names you are defining general names for brigades, while models file deals with... model names for certain levels of your new brigade, especially for certain countries.
 
For b_u7 you need to add this line .csv file. I personally use boostertext.csv as b_ux description strings are found there:

BRIG_MODEL_37_0;[Unitname];;;;;;;;;;X

For next model it would be BRIG_MODEL_37_1;[Unitname];;;;;;;;;;X and if you want to have it for additional languages the order is english, french, italian, spanish, german, polish, portuguese, russian and two which are apparently unused. Each language is separated by ;

For b_u8 it would be BRIG_MODEL_38_0 etc.

And if you want specific brigade models for countries, it would be BRIG_MODEL_[Countrytag]_37_0;[Unitname];;;;;;;;;;X .
 
Last edited:
For b_u7 you need to add this line .csv file. I personally use boostertext.csv as b_ux description strings are found there:

BRIG_MODEL_37_0;[Unitname];;;;;;;;;;X

For next model it would be BRIG_MODEL_37_1;[Unitname];;;;;;;;;;X and if you want to have it for additional languages the order is english, french, italian, spanish, german, polish, portuguese, russian and two which are apparently unused. Each language is separated by ;

For b_u8 it would be BRIG_MODEL_38_0 etc.

And if you want specific brigade models for countries, it would be BRIG_MODEL_[Countrytag]_37_0;[Unitname];;;;;;;;;;X .

Thanks! I had tried that but it had not worked, so I just copied your line and put it in, and it worked! I must have mis-typed something in there :rofl:
 
under light armor advanced is just brigade can it be turned into a division..?

Light_armor.txt in db\units\divisions\ and add new model and do other stuff required in techfiles and .csv files to get it working.

However, doing this will result that your light armoured divisions will not upgrade to medium armour until you have researched all of them.