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
I will try to make some time tomorrow morning UK time to get an update out, hoping it doesn't take too long. Thanks for being patient
Really desperate for more Renowned Paragons. Such a shame so few mods exist to use such an awesome game system.
I took a quick look and I'm seeing a handful of syntax errors that are bubbling up and causing the scripts to fail. At a high level, I noticed some issues in the listed files, and with the below scripting pieces. The big one causing the error seems to be the add_trait issue. Modifying each line similar to the below mappings was enough to fix the issue in my game. New errors pop up after this but things seem less broken now, at least.
celestial_general_events.txt
celestial_flavour_events.txt
celestial_chain_events.txt
celestial_scripted_effects.txt
celestial_relics.txt
Example: add_trait = leader_trait_traumatized -> add_trait = { trait = leader_trait_traumatized }
pop_has_trait -> pop_group_has_trait
random_owned_pop -> I think maps to weighted_random_owned_pop_group now?