Stellaris

Stellaris

The Culture Names List
Reason for code on list
You need to add a localisation file for the namelist. So if the main namelist is The-Culture.txt then your localisation file should read:

l_english: The-Culture:0 "The Culture"

Speaking of main namelists... you have two in the mod; CULTURE and The-Culture.
Last edited by malakhglitch; 3 Jun, 2021 @ 6:16am
< >
Showing 1-3 of 3 comments
Saturnine  [developer] 12 Oct, 2021 @ 2:26pm 
Heyo Malakhglitch;

Pardon for taking, uh, several months to get back to you. That's just how I roll~
It is really quite awful, I know.

ANYWAY; I've plugged in your code straight from here and into the current update. Sadly, it brings us back to the original issue with this mod; the weird name and appearing at the very bottom of the list.

Further insight would be appreciated, it you don't mind the mid-17th Century letter writing timescale, which I promise not to let happen again...
NikkoJT 12 Oct, 2021 @ 6:32pm 
Your namelist appears at the bottom of the list because it's alphabetically sorted and every vanilla list starts with letters before T.

The reason the first letter in your namelist's name is T, is because of line 4 in common\name_lists\1-The-Culture.txt.txt. That line says:
The-Culture = {
when it should say
1-The-Culture = {
although personally I would recommend changing it to just start with T in all cases, since alphabetical order will help people find it.

Also, you will notice that your file is named 1-The-Culture.txt.txt when it should be 1-The-Culture.txt. I don't believe this breaks the mod in this case, but having two file extensions is something you should generally avoid. There is a setting in the View menu of Windows Explorer to always show file extensions, which will help you spot things like this.
malakhglitch 13 Oct, 2021 @ 1:41am 
I'll do some fiddling around again.
< >
Showing 1-3 of 3 comments
Per page: 1530 50