Space Engineers

Space Engineers

LCD On Subparts (Framework)
正在显示第 1 - 5 项,共 5 项条目
更新于:2023 年 7 月 8 日 上午 10:27

- Added CloneLCD0 to 9 as transparent materials for use with transparent LCDs.

And updated mod description for steps on how to use more than 1 transparent LCD.

更新于:2023 年 6 月 19 日 上午 8:55

- Fixed cloning perma-failing if texture didn't exist at cloning time.
It now forces LCD to generate its texture when this clones it, it's also why I added the next thing.
- Added "UpdateDistance" decimal setting for ModExtensions SBC tag to determine at what camera distance from LCD the gamelogic clones LCDs (every 100 ticks)
- Fixed Text&Image with only image not showing up (it shortcuts to changing LCD image directly, replicated that behavior).
- Removed Physics check so it can now work on ghost grids too.

更新于:2023 年 6 月 18 日 上午 6:20

- Fixed randomly not working by delaying LCD cloning for 2s after block spawns.
- Fixed potentially not replacing texture by calling it twice like Keen does.
- Added debug mode via XML tag.
- Resetting texture if screen's content is None.
- Added 120m distance check (as hardcoded in game code) to avoid pointless processing on far blocks.
- Added safeguard against potential render crash from changing sent collection.
- Experimental: CloneLCDx works on main model too (to try with multiple transparent LCDs).
- Experimental: giving same LCD texture as alphamask too.

更新于:2023 年 6 月 16 日 上午 3:21

- All subpart levels (subparts of subparts and so on) are now supported too.

更新于:2023 年 6 月 16 日 上午 1:55