Space Engineers

Space Engineers

Helmet - 3D HUD and reflective glass
งง Two Snake 2016 年 9 月 13 日 上午 4:09
How to remove keens GUI apart from toolbar?
This mod is almost perfect. My only problem is I want to be able to see the toolbar with your GUI, and none of Keens text guis on the left and right side. Any way I can edit my files to make this happen that you know of?
最后由 งง Two Snake 编辑于; 2016 年 9 月 13 日 上午 4:18
< >
正在显示第 1 - 1 条,共 1 条留言
Digi  [开发者] 2016 年 9 月 13 日 上午 5:33 
Currently the character toolbar can only be read by generating some save data in memory.
That means the more data the world has the longer the call will take, which can take seconds to execute on some worlds which translates to freezes.
It's also not the kind of thing you call once and forget about it because it's data at that point in time, so it needs to be called frequently to be aware of changes (what are in the slots, selected slot, etc)

It also doesn't contain any info about the page you're on and that's quite confusing.

Additionally you won't see any icons because mods can't draw textures dynamically, they require a transparent material definition which means I'll have to take every block's icon and make a definition from it which certainly won't include mods... and from what I tried the transparent material definitions can't be added dynamically via code either.

So... basically it's not worth the performance hit and effort to get a crappy result :P
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50