Kenshi
Flexible UI
svpavlov  [developer] 22 May, 2022 @ 5:54am
Предложения по развитию / Development suggestions
[EN] I will be glad to consider constructive suggestions for the development of this mod.
[RU] Буду рад рассмотреть конструктивные предложения по развитию данного мода.
Last edited by svpavlov; 26 May, 2022 @ 12:27am
< >
Showing 1-3 of 3 comments
svpavlov  [developer] 27 May, 2023 @ 9:58am 
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>
Last edited by svpavlov; 27 May, 2023 @ 10:01am
Sand Eater 5 Mar, 2024 @ 8:49pm 
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  [developer] 6 Mar, 2024 @ 10:12am 
Originally posted by <:):
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.
< >
Showing 1-3 of 3 comments
Per page: 1530 50