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
All of the flaws and virtues display like this
Don't think any of my mods are the reason, but just in case:
Always Leviathans
All of the Stellas Expansion mods
Direwolf007's Dreadnougt mod
Leviathan Events Xtended
More Events
Multiple Crisis
No Clusterd Starts
No paradoxian species
Separate Human Phenotypes
True Hyperdrive-only
Unique Systems Spawn 100%
CoFH UI - Species Mod Window
Auto Auto-Explore
Citadels - Tier 4 Defensive Stations
War Name Variety (No More Brawls)
Ringworld Restoration
Fallen Empires Expanded v1.2
More Tilesets
Planetary Computer
Tachyon Lance Spaceports
SD's Better Strike Craft
Shanty Town
Gwen's Subject Types
Gwen's Leader Flaws and Virtues
SGM Warscore
SGM Battle Survivors
Prepare for Ground Assault!
http://i.imgur.com/undefined.png
Restored General traits that were disabled. They seem to be working now.
weapon_type_explosive_damage_mult
weapon_type_explosive_fire_rate_mult
should be
weapon_type_explosive_weapon_damage_mult
weapon_type_explosive_weapon_fire_rate_mult
01_Governer_Virtues
prerequisites = { tech_robotic_workers tech_ethical_equations }
should be
prerequisites = { tech_robotic_workers }
01_Ruler_Virtues
tile_resource_mineral_mult
should be
tile_resource_minerals_mult
gwen_virtues_l_englisy.yml
virtue_admiral_Shield’s_Only_2:0 "Virtue: Admiral Shield’S Only_2"
Causes a problem because the ' in Shield's starts a string so the program sees:
virtue_admiral_Shield "s_Only_2:0 Virtue: Admiral Shield" S Only_2 "
and every line after gets destroyed.
Change to:
virtue_admiral_Shields_Only_2:0 "Virtue: Admiral Shields Only_2"
prerequisites = { tech_ethical_equations }
tech does not exist. choose another tech or delete.
scientist flaws
line 724 should be Emergency_Jump I think. ship_emergency_ftl is the damage.
I'll keep doing it then! I am fixing them while making my own compatibility mods and decided to post the errors I found. How would you perfer I format it? Or should I just pastebin my fixed files and let you diff them?
ruler_flaws:
line 628 shipsize_terraform_station_build_cost_mult is no longer used. delete
ruler_virtues:
shipsize_outpost_station_build_upkeep_mult -> shipsize_outpost_station_upkeep_mult
shipsize_science_station_build_cost_mult -> shipsize_research_station_build_cost_mult
shipclass_military_station_construction_speed_mult -> invalid. delete
[wrong] -> [correct] easy to do find and replace
admirals
weapon_type_Blaster_ -> weapon_type_energy_weapon_
weapon_type_Bomber_ -> weapon_type_explosive_
in general_virtues (NOT flaws)
army_damage -> army_damage_mult
army_morale_damage -> army_morale_damage_mult
scientist flaws
line 724 should be Emergency_FTL
govern
tile_resource_mineral_mult -> tile_resource_minerals_mult
Line 30 need to remove both '
Lines 102, 113 & 114 have too many :
My apologies it is not already a core feature.