安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.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"
}