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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2198699628
Robot = {
Species_Trait_points =
specie_max_traits =
}
The line(for both it and the same MACHINE archetype) forgot to include "robotic = yes" within the line. The correct line should be:
Robot = {
species_trait_points = @robot_trait_points
species_max_traits = @robot_max_traits
robotic = yes
}
This should apply to MACHINE as well.I don't know how he made this mistake given even the comment lines are copy/pastes from the original file.
The file also turns the "modifiers = off" line in the presapient and otherwise. That may be part of the glitch.
And a suggestion. I recommend combining leader level and experience gain into one trait. As they are right now there i no value in picking them compared to the others. 5% research across the board at all times is always better than 2% research, ship fire rate, and .5% resources in very specific occasions for short periods in limited areas.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2198699628
Error message says:
Error in interface\species_mod_window.gui: Ln: 255 Col: 10 (UTF16-Col: 3)
}
^
Note:
* The column count assumes a tab stop distance of 8 chars.
* The error occurred at the end of the input stream.
Expecting: closing brace, statement or whitespace
Other error messages:
The clause opened at ("interface\\species_mod_window.gui", Ln: 1, Col: 12)
was not closed.
2) I propose to remove the traits from the cast for the lifetime. Reason: the "lithoid" trait already gives +50 to the lifespan. It is worth encouraging the relatively unique gameplay for the lithoids.
Please report this error to the author of the mod: Enhanced Traits.
Error message says:
Error in interface\species_mod_window.gui: Ln: 275 Col: 1
Note: The error occurred at the end of the input stream.
Expecting: closing brace or statement
Other error messages:
The clause opened at ("interface\\species_mod_window.gui", Ln: 1, Col: 12)
was not closed.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2198699628
trait_robot_tactician = {
cost = 1
# 1.0 = 100% chance of being considered for new traits when forming half-species. does not guarantee the trait will be added if it costs points.
opposites = { "trait_robot_tactician2" "trait_robot_tactician3" "trait_robot_tactician4" "trait_robot_nontactician" "trait_robot_nontactician2" "trait_robot_nontactician3" "trait_robot_nontactician4" }
allowed_archetypes = { MACHINE }
improves_leaders = yes
modifier = {
}
custom_tooltip =trait_tactician_tooltip
icon = "gfx/interface/icons/traits/leader_traits/leader_trait_glory_seeker.dds"
}