Space Engineers

Space Engineers

Khjin's Navigation Autopilot Script
Stubkan 2021 年 2 月 27 日 上午 10:54
Changes required to make LCDs work again
To fix LCD displays
change
Line 1026 or so

if(panel.GetPublicText() != _lcdLog) { panel.WritePublicText(_lcdLog); panel.ShowPublicTextOnScreen(); }
to this
if(panel.GetText() != _lcdLog) { panel.WriteText(_lcdLog); panel.ContentType = ContentType.TEXT_AND_IMAGE; }
最后由 Stubkan 编辑于; 2021 年 2 月 27 日 下午 12:23