Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
After a couple of testgames, i will see what i can do
line 3873: add_anomaly = DISTAR_MED_CAT
line 3914: add_anomaly = DISTAR_MED_CAT
line 3985: add_anomaly = DISTAR_POD_CAT
I noticed in special_system_initializers.txt, the lines right before the # Trappist System flag (line 2327 in your mod) have
add_anomaly = CRYSTAL_MANUFACTORY_CAT
but in vanilla (as of 2.3.3), this has been changed to
add_anomaly = {
category = CRYSTAL_MANUFACTORY_CAT
}
The former (what is currently in your special_system_initializers.txt) is no longer valid syntax, and will not work. You need to update it to the scoped category version.
custom_starting_initializers.txt
distant_stars_initializers.txt
empire_initializers.txt
special_system_initializers.txt
prescripted_species_systems.txt isn't in the mod anymore