Space Engineers

Space Engineers

1,289 个评价
Rich HUD Master
4
2
2
   
奖励
收藏
已收藏
取消收藏
Type: Mod
文件大小
发表于
更新日期
26.674 MB
2020 年 1 月 10 日 下午 8:26
11 月 7 日 下午 2:18
79 项改动说明 ( 查看 )

订阅以下载
Rich HUD Master

描述
This is not a mod. This is the master module of the Rich HUD Framework: a set of shared tools made to help modders create custom GUI. It's not strictly necessary for you to subscribe to this. If you have a mod that uses this, then it should be loaded automatically.

Introduction:
This is a framework for creating custom retained-mode GUI in Space Engineers workshop mods using the billboards supplied by the mod API. It's nothing fancy, but it has most of the basic functionality you'd expect from a UI framework: UI layering, configurable keybinds, windowing, and a decent library of common UI elements. For more information, see the readme[github.com] for the Client module and the example mod[github.com].

Discord:
If you have questions, feel free to message me on Discord at DarkHelmet#8946. I'm on Keen's Discord[discord.com], but I'm not usually in chat. Either ping me or PM me.
热门讨论 查看全部(3)
10
8 月 9 日 上午 1:26
List of Mod's for Rich HUD Master
dRuPpI
109 条留言
Dark Helmet  [作者] 4 小时以前 
@IotaSphere, yes, RHF can be used to make a mod that renders arbitrary textured quads with tinting and rotation, using Space Engineers' billboards.

Quick technical bits:

- Normal rotation is done via matrix transform on groups of UI elements via HUD Space Node.
- Per-quad/sprite rotation requires you to recalculate the four vertex positions for each quad (2D or 3D).
- Texturing uses the built-in billboard system with Transparent Materials [spaceengineers.wiki.gg].

To get a clearer idea of what my framework actually does, you may want to check out the overview here [github.com]. If you're having trouble figuring out where to start, then the modding-programming channel on the KSWH Discord (linked in the description), may be better.
IotaSphere 14 小时以前 
@Dark Helmet
Does this mod support rendering images or sprites along with rotating/coloring sprites?
Grey-dUd 10 月 19 日 下午 12:35 
Broken after last patch, Ded. server is shuting down
VUL7UR3 7 月 23 日 下午 1:03 
Same here. Last update to this mod screwed something up.
Shaquille Oatmeal 6 月 29 日 下午 4:10 
this mod causes my cursor to flicker on the screen even when im not in a menu, also moving around when i look around, ive tried everything i can think of.
FEEÐBACK 2024 年 11 月 8 日 上午 3:50 
Any chance to add an option to change UI size to fix issues on economy screen store contracts screen and faction creation on 32:9 (5120x1440) ? :/
HawkyHawk 2024 年 10 月 24 日 下午 12:19 
Update, said bug has been encountered when disconnecting any grid w. merge blocks.
HawkyHawk 2024 年 10 月 23 日 上午 8:30 
@Dark Helmet

Currently, this mod will cause a bug when a "pseudo" connected merge block is connected.
The error occurs, when a projected small grid contains a merge block which is turned off, facing a another merge block upon which it is printed. When the merge block from the small grid blueprint is toggled on, an error "Missing blueprint" or similar will be spammed to the client.

The error can be avoided by saving blueprints with merge blocks on, but thought it might be nice if it was fixable. I believe the new update changed some file destinations?

Thanks for the mod btw, cool stuff
ForkSamurai 2024 年 10 月 14 日 下午 11:53 
I keep changing the values but they keep resetting. Can Some one give me some insight please?
Clockwork The Painfully Ok 2024 年 10 月 14 日 下午 11:47 
looks like the latest patch borked something?

getting this error

2024-10-15 13:46:10.820 - Thread: 1 -> Exception occurred: VRage.Game.ModAPI.ModCrashedException: Mod crashed! ---> System.Exception: Types of ApiModule cannot be instantiated before RichHudClient is initialized.
at RichHudFramework.Client.RichHudClient.ApiModule`1..ctor(ApiModuleTypes componentType, Boolean runOnServer, Boolean runOnClient)
at RichHudFramework.UI.Client.BindManager..ctor()
at RichHudFramework.UI.Client.BindManager.Init()
at RichHudFramework.UI.Client.BindManager.get_Instance()
at RichHudFramework.UI.Client.BindManager.GetBindGroup(String name)
at Sprays.Math0424.SpraysMod.UnloadData()
at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)
--- End of inner exception stack trace ---
at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)
at Sandbox.Game.World.MySession.Unload()
at Sandbox.Game.World.MySessionLoader.Unload()