Space Engineers

Space Engineers

99 ratings
Colorfull HUD
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Tags: hud
File Size
Posted
Updated
393.855 KB
18 Apr, 2019 @ 6:51am
27 Oct, 2019 @ 9:40am
4 Change Notes ( view )

Subscribe to download
Colorfull HUD

Description
Taken as a basis for this mod
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1556866989
Added temperature display. In the original version looks more concise IMHO.
17 Comments
TK_Over50 28 Jul, 2024 @ 10:41am 
MrBlingBling, You really don't know how you just helped me so darn much!!!
Wastl 11 May, 2022 @ 10:29am 
this mod breaks the target locking reticle from the broadsite update
MrBlingbling 25 Jan, 2022 @ 8:42am 
Hello!
We are using your Hud but having conflict with the Buildinfo Mod. The Toolbar Status Text is invisible for some Modules, i contacted the Owner of the Buildinfo Mod...

Following Answere from the Modder:
"yeah it's the HUD mod, they change status text scale from 0.46 to 0.5 :/ and mod scripts don't have access to edit HUD definitions either, so not sure how to fix this one short - you can ask the author to reupload it or even them to change the font size back :))"

Could you may do this please or do you allow me to re-upload your Mod for our Server (Internal Mod Build)? We would love to keep your great HUD but it's in conflict with the Buildinfo Mod.

<3 <3 <3
Chronos "Salty" Pliskin 19 Oct, 2021 @ 7:10am 
What is the difference between this and the other mods with the HUD modified layout?
Beastmode 30 May, 2021 @ 4:18pm 
looks great ut overlays with controller hud would be amazing if this were to be fixed and added functionality for controller supporting hud
Dorimanx 26 Oct, 2019 @ 7:44am 
Thanks Edik65 now HUD MOD is working!
Localy, till will be fixed by Creator, or new mod with fix added to workshop.
Edik65 26 Oct, 2019 @ 12:15am 
Edit file and add missing element:


<DPad>
<CenterPosition>
<X>0.645</X>
<Y>0.905</Y>
</CenterPosition>
<OriginAlign>HORISONTAL_CENTER_AND_VERTICAL_CENTER</OriginAlign>
<VisibleCondition xsi:type="Condition">
<Operator>And</Operator>
<Terms>
<Term xsi:type="StatCondition">
<StatId>controller_mode</StatId>
<Operator>Equal</Operator>
<Value>1</Value>
</Term>
<Term xsi:type="StatCondition">
<StatId>hud_mode</StatId>
<Operator>Above</Operator>
<Value>0</Value>
</Term>
</Terms>
</VisibleCondition>
</DPad>
Dorimanx 25 Oct, 2019 @ 7:56am 
Please fix the mod, game crash after last update.
Liskar 24 Oct, 2019 @ 3:30pm 
Game crashes with this mod after recent updates
MOHAPX 1 Sep, 2019 @ 1:42am 
Если у вас широкий монитор, то показатели игрока и корабля разнесены по углам монитора и это не очень удобно. Можно сделать следующее, расчитывать отображение от центра экрана.
Строки 342-346 заменяем на
<Position>
<X>-0.2</X>
<Y>0</Y>
</Position>
<OriginAlign>HORISONTAL_CENTER_AND_VERTICAL_BOTTOM</OriginAlign>

Строки 3751-3755 заменяем на
<Position>
<X>0.23</X>
<Y>-0</Y>
</Position>
<OriginAlign>HORISONTAL_CENTER_AND_VERTICAL_BOTTOM</OriginAlign>