Space Engineers

Space Engineers

Inverted/Offset LCD Panels
Stan 2020 年 2 月 19 日 下午 9:01
Toolbar [G] Menu - Modification Proposition
Hey!

First of all -- thanks for these, love 'em! It's a damn shame more blocks in vanilla don't have different placement options...

Secondly -- in order to keep myself sane I've been going through some mods and their files, in order remain sane and not cross-eyed, every time I open the G-menu; so I've managed to group your blocks into scrollable "variant" menu, and also place them on the same like the rest of LCDs are! It's a realively small edit, but it would be more than welcome to have that in as a part of your mod, by default!

Here are the details:

Only file that needs editing is :
Data\CubeBlocks Panel.sbc

To add variants I've edited the <Definition ...> section of <SubtypeId>ScreenBackNarrow</SubtypeId> adding the following (now lines 34-63):
<BlockVariants> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>SmallScreenBackPanelNarrow</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>ScreenBackWide</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>SmallScreenBackWide</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>ScreenBack</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>SmallScreenBack</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>ScreenBackOffset</SubtypeId> </BlockVariant> <BlockVariant> <TypeId>TextPanel</TypeId> <SubtypeId>ScreenBackOffsetSmall</SubtypeId> </BlockVariant> </BlockVariants>

After that, to make the group show up on the same like as the rest of the LCDs, I've edited the <BlockPositions> section at the bottom, adding the following (now lines 142-148):
<BlockPosition> <Name>ScreenBackPanelNarrow</Name> <Position> <X>9</X> <Y>12</Y> </Position> </BlockPosition>

And that's pretty much it.
I've also put the contents of the modified file into pastebin (changes are highlighted), here : https://pastebin.com/GYQ2cikK

Hope that meets your approval! ;)
Cheers again for the mod and keep up the good work!

P.S.: Oh, also, hope you don't mind I've opened the Discussion here; sadly the regular comment character limit is pretty brutal... :P
最后由 Stan 编辑于; 2020 年 2 月 19 日 下午 9:02
< >
正在显示第 1 - 2 条,共 2 条留言
Stan 2020 年 2 月 20 日 上午 1:12 
Uh, one more thing -- I've noticed all your panels draw 200W, while vanilla equivalent ones have varied consumption, based on size. I quickly threw together this comparison for easier overview :P : https://imgur.com/a/rFcAMXD

(also, the strechting/aspect ratio on some the screen, I've just noticed, but I think that needs model adjustments...?)

Anyway, hope this is useful. I mean, it's not CRITICAL, but would be nice to have them in-line with their counterparts. :)
Netherspark  [开发者] 2020 年 3 月 23 日 上午 9:36 
Thanks for your suggestions. I've now incorporated it all into the mod.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50