Space Engineers

Space Engineers

100 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1556866989
Added temperature display. In the original version looks more concise IMHO.
20 Comments
Rohen 11 Oct @ 9:44am 
Its not showing food. Please update!
NMIIEPATOP 12 Sep @ 10:24am 
обнови брат, с длс на выжевалку не подходит:munchies:
Bigos72 9 Sep @ 1:58pm 
Please update mod.
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>