Space Engineers

Space Engineers

100 arvostelua
Colorfull HUD
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Type: Mod
Tunnisteet: hud
Tiedostokoko
Julkaistu
Päivitetty
393.855 KB
18.4.2019 klo 6.51
27.10.2019 klo 9.40
4 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Colorfull HUD

Kuvaus
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.
17 kommenttia
TK_Over50 28.7.2024 klo 10.41 
MrBlingBling, You really don't know how you just helped me so darn much!!!
Wastl 11.5.2022 klo 10.29 
this mod breaks the target locking reticle from the broadsite update
MrBlingbling 25.1.2022 klo 8.42 
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.10.2021 klo 7.10 
What is the difference between this and the other mods with the HUD modified layout?
Beastmode 30.5.2021 klo 16.18 
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.10.2019 klo 7.44 
Thanks Edik65 now HUD MOD is working!
Localy, till will be fixed by Creator, or new mod with fix added to workshop.
Edik65 26.10.2019 klo 0.15 
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.10.2019 klo 7.56 
Please fix the mod, game crash after last update.
Liskar 24.10.2019 klo 15.30 
Game crashes with this mod after recent updates
MOHAPX 1.9.2019 klo 1.42 
Если у вас широкий монитор, то показатели игрока и корабля разнесены по углам монитора и это не очень удобно. Можно сделать следующее, расчитывать отображение от центра экрана.
Строки 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>