And how do I change the main family namesThe Character_setup.CSV file is no longer how characters are defined in the game.
They've been moved to \\ImperatorRome\game\setup\characters\ .
There they are all indexed under separate files, most of them under a Country Tag, such as ATH, ROM, SEL.
oh great thank youYou will need to change the family name in both the \\setup\characters\ and \\setup\main\ folders' respective files.
For example if you want to change the name of the Seleukid family to something else, then you need to edit ALL instances of it in \\setup\characters\00_SEL.txt
and then also in \\setup\main\00_default.txt, it's the 30th family there ( key = "Seleukid" ) .
The name needs to match across both files.
I recommend you make a mod for this since game updates will override any changes you have made. Plus undoing is much easier then.
I have a problem changing my religion in the game. It always remains empty whether I do something wrong with the charactersYou will need to change the family name in both the \\setup\characters\ and \\setup\main\ folders' respective files.
For example if you want to change the name of the Seleukid family to something else, then you need to edit ALL instances of it in \\setup\characters\00_SEL.txt
and then also in \\setup\main\00_default.txt, it's the 30th family there ( key = "Seleukid" ) .
The name needs to match across both files.
I recommend you make a mod for this since game updates will override any changes you have made. Plus undoing is much easier then.
wow think niceThe problem might be that in the game's files Zoroastrianism is just zoroaster instead, like in \\ImperatorRome\game\common\religions\00_default.txt
Also in your second picture in the country definition the primary culture you have is "persische grossreich", but I don't think the game is able to read words with spaces in them as one word.
If you just wanted to change the culture of the Seleukid Empire to Persian, there already exists the Persian culture group at \\ImperatorRome\game\common\cultures\00_persia.txt. There however is no singular Persian culture in the game's files,
the Persian culture group includes cultures such as Elamite, Uxian and Cappadocian and Phrygian.
If you wanted to add a separate Persian culture within the Persian culture group, you can add it in \\common\cultures\00_persia.txt and then add localization for it at \\ImperatorRome\game\localization\german\
Look for examples in the file \\ImperatorRome\game\localization\german\cultures_l_german.yml.
The Persian culture group's culture localization begins at line 226.
I suggest using Notepad++ to edit these files safely.
Could she help me again how do I change the textThe problem might be that in the game's files Zoroastrianism is just zoroaster instead, like in \\ImperatorRome\game\common\religions\00_default.txt
Also in your second picture in the country definition the primary culture you have is "persische grossreich", but I don't think the game is able to read words with spaces in them as one word.
If you just wanted to change the culture of the Seleukid Empire to Persian, there already exists the Persian culture group at \\ImperatorRome\game\common\cultures\00_persia.txt. There however is no singular Persian culture in the game's files,
the Persian culture group includes cultures such as Elamite, Uxian and Cappadocian and Phrygian.
If you wanted to add a separate Persian culture within the Persian culture group, you can add it in \\common\cultures\00_persia.txt and then add localization for it at \\ImperatorRome\game\localization\german\
Look for examples in the file \\ImperatorRome\game\localization\german\cultures_l_german.yml.
The Persian culture group's culture localization begins at line 226.
I suggest using Notepad++ to edit these files safely.
wow think nice you are the bestLooking through the German localization files and searching for "Seleukiden-Dynastie" it seems the text is located at \\ImperatorRome\game\localization\german\interface_l_german.yml , at line 140.
And "Erbe von Seleukus" can be found in \\ImperatorRome\game\localization\german\heritage_l_german.yml , line 20 and line 21 for the description.
You can use Notepad++'s Find in Files function to look thru files in a folder quickly.
(For example open any German localization file at \\ImperatorRome\game\localization\german\ , Press CTRL F, select Find in Files tab. Make sure Filters are *.* or *.yml. And "Follow current doc" and "In all sub-folders" are also selected.)