安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








- "until I click the expanded stats panel, and it got overlapped again for unkown reason lol"
Yes, the sliding panels that make up the Information panel block have the feature of changing places, the one that was last clicked is on top. It seems I have an idea how to fix that.
Well, lets try that:
1. Completely remove tag <widget name="TooltipPanel"/>
2. Replace whole tag <widget name="InformationPanel" />
with tag below:
<Widget type="Widget" skin="PanelEmpty" position_real="0 0.471111 0.272 0.528889" layer="MiddleFront" style="Overlapped" name="InformationPanel">
<Property key="InheritsPick" value="true"/>
<Property key="NeedMouse" value="false"/>
<Widget type="Widget" skin="Kenshi_FloatingPanelSkin" position_real="0.445632 0.381951 0.5575 0.15111" layer="MiddleFront" style="Overlapped" name="TooltipPanel">
<Property key="Alpha" value="0.85"/>
<Widget type="Widget" skin="Kenshi_GenericTextBoxSkin" position_real="0 0 1 0.972222" align="Stretch"/>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position_real="0 0 0.61645 0.701681" name="ExtendingPanel">
<Property key="InheritsPick" value="true"/>
<Property key="NeedMouse" value="false"/>
<Widget type="Widget" skin="Kenshi_FloatingPanelThinSkin" position_real="0 0 0.627628 0.10989" name="BountyPanel">
<Property key="Alpha" value="0.85"/>
<Widget type="Widget" skin="Kenshi_GenericTextBoxFlat" position_real="0.00478469 0 1.00478 1.025">
<Widget type="Widget" skin="PanelEmpty" position_real="0.0333333 0.195122 0.919048 0.609756" name="BountyText"/>
</Widget>
</Widget>
<Widget type="Widget" skin="Kenshi_NamePanelSkin" position_real="0 0.0688623 1.003 0.167582" name="NamePanel">
<Property key="Alpha" value="0.85"/>
<Widget type="Widget" skin="PanelEmpty" position_real="0.0239521 0.42623 0.919162 0.377049" name="NameText"/>
</Widget>
<Widget type="Widget" skin="Kenshi_StatusPanelSkin" position_real="0 0.227545 0.72973 0.10211" name="StatusPanel">
<Property key="Alpha" value="0.85"/>
<Widget type="TextBox" skin="Kenshi_TextboxStandardText" position_real="0 0 1 1" name="HealthText">
<Property key="TextAlign" value="Center"/>
</Widget>
</Widget>
<Widget type="Widget" skin="Kenshi_ExtendedStatsPanelSkin" position_real="0 0.329341 0.72973 0.722527" name="ExtendedStatsPanel">
<Widget type="Widget" skin="PanelEmpty" position_real="0.0329218 0.423237 0.917695 0.481328" name="ExtendedStatsText"/>
<Widget type="Widget" skin="PanelEmpty" position_real="0.0246914 0.0494297 0.934156 0.307985" name="StateText"/>
</Widget>
</Widget>
<Widget type="Widget" skin="Kenshi_StatsPanelSkin" position_real="0 0.701681 0.451802 0.308824" style="Overlapped" name="StatsPanel">
<Widget type="Widget" skin="PanelEmpty" position_real="0.0329218 0.061225 0.917695 0.870748" name="StatsText"/>
</Widget>
<Widget type="Button" skin="Kenshi_ExtendedStatsButton" position_real="0.195067 0.680672 0.0650224 0.0630975" style="Overlapped" name="ExtendedStatsButton">
<Property key="StateSelected" value="true"/>
</Widget>
</Widget>
I won't promise, I'm very busy right now. If I have time, I will make Time panel moveable.