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
							
						
 
											 
													

 2
 2								 
					




 Report this post
 Report this post


- "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.