I'd like to suggest a feature for Hoi4: it should be possible to define the format for names of newly created units in the country file.
For example for Germany, instead of Corps having the default format of "Nth Corps" one could define it like that:
where $R$ are replaced by the game with Roman numerals, $A$ with Arabic numerals and $L$ with letters.
Sounds good?
Previous thread:
http://forum.paradoxplaza.com/forum...efine-format-for-names-of-newly-created-units
For example for Germany, instead of Corps having the default format of "Nth Corps" one could define it like that:
Code:
unit_names = {
corps = {
"$R$. Armeekorps"
}
army = {
"$A$. Armee"
}
armygroup = {
"Heeresgruppe $L$"
}
airfleet = {
"Luftflotte $A$"
}
infantry_division = {
"$A$. Infanterie-Division"
}
tank_division = {
"$A$. Panzer-Division"
}
etc..
}
Sounds good?
Previous thread:
http://forum.paradoxplaza.com/forum...efine-format-for-names-of-newly-created-units