Stellaris

Stellaris

Modify the Galaxy
Modify your Stellaris experience by checking out the many mods created and shared by the community, including tweaks to almost any aspect of the game.
Learn More
Wraith 30 Sep, 2024 @ 3:23pm
Edit Army Names List
I need help. I see that some army units are numbered sequentially as 1st, 2nd, 3rd, etc. While others are simply 1, 2, 3. Why is that as I cannot find a reason for it in the "name_list" game files?

Secondly, I would like to make it so that the army names include the name of the planet they are from sequentially i.e 1st Cadia Imperial Army.

Do I have to make a mod for this or can I edit the game file directly?
< >
Showing 1-4 of 4 comments
Felalot 25 30 Sep, 2024 @ 6:39pm 
Oh that simple you can find all documentation about how locs for numbers work in localisation/english/name_system_l_english.yml
But basically if you want ordinal numbers you use $ORD$ if you want sequential you use $C$ Roman numerals $R$ and so on
Secondly, thats a really cool idea for a mod I see if I can come up with something
Wraith 1 Oct, 2024 @ 12:13pm 
Originally posted by Felalot:
Oh that simple you can find all documentation about how locs for numbers work in localisation/english/name_system_l_english.yml
But basically if you want ordinal numbers you use $ORD$ if you want sequential you use $C$ Roman numerals $R$ and so on
Secondly, thats a really cool idea for a mod I see if I can come up with something

Awesome thank you! If I want to edit the names for example: HUMAN1_BIOENGINEEREDSQUADRON:0 "$ORD$ Bio-Engineered Squadron" do I have to edit both names in the text? What about the name file in the common folder? Sorry to pester you but I am an absolute modding noob.
Felalot 25 1 Oct, 2024 @ 12:54pm 
So if you are creating a mod
Only the second. The first string (HUMAN1_BIOENGINEEREDSQUADRON) is localisation id refered in the files if you change it will not appear (because you basically creating a new loc id without any mention in game files).
Example: HUMAN1_BIOENGINEEREDSQUADRON:0 "$R$ Fishy Squadron"
If you do it like that you dont need to change the one in the common folder (also its better cause changes in localisation folder dont affect checksum, but if you do changes in the common it will)
Felalot 25 1 Oct, 2024 @ 1:00pm 
Like you can change all appearances of the loc id in both localisation and common folder and it will work but thats just unnecessary, creates more problems really
< >
Showing 1-4 of 4 comments
Per page: 1530 50