Kenshi
Flexible UI
svpavlov  [开发者] 2022 年 5 月 22 日 上午 5:54
Предложения по развитию / Development suggestions
[EN] I will be glad to consider constructive suggestions for the development of this mod.
[RU] Буду рад рассмотреть конструктивные предложения по развитию данного мода.
最后由 svpavlov 编辑于; 2022 年 5 月 26 日 上午 12:27
< >
正在显示第 1 - 3 条,共 3 条留言
svpavlov  [开发者] 2023 年 5 月 27 日 上午 9:58 
Byzod,

- "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>
最后由 svpavlov 编辑于; 2023 年 5 月 27 日 上午 10:01
Cutter Sam 2024 年 3 月 5 日 下午 8:49 
allow the time and construction ui buttons to be moveable, i want a UI that allows me the maximum amount of screen space not stuff floating in the skybox
svpavlov  [开发者] 2024 年 3 月 6 日 上午 10:12 
引用自 <:)
allow the time and construction ui buttons to be moveable, i want a UI that allows me the maximum amount of screen space not stuff floating in the skybox
Unfortunately, it will not be possible to make the construction ui button movable and at the same time preserve the drop-down menu.

I won't promise, I'm very busy right now. If I have time, I will make Time panel moveable.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50