Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Suggestion: I spend days trying to refind this mod when I take a break from Space Engineers for a while. I normally remember to look for "lcd" (given they're lcd panels in my mind) and only ever find silly mods and autolcd. It would help folks like me if lcd were in the title somewhere so it was easier to find.. maybe just a tag or something that mod site searches can trigger on?
Question: Is there a way to merge the sub-screens in something like AutoLCD on the 6 screen panels? I know how to do it with AutoLCD's behavior in the outer UI, but given these panels are a single object with one name, is there a config-based way to merge sub-panels (e.g. @2 and @5 to make one long display)?
Thank you for such an excellent mod!
For most, you enter @# Script in the custom data followed by commands, where # is the number of the display (starts at 0) and Script is whatever the individual script has programmed to identify in custom data.
ALCD uses it like this
@0 AutoLCD
some command
another command
@1 AutoLCD
more commands
@2 AutoLCD
another command
That will output those commands onto the top three screens.
MMasters guide covers this in the section "how to use with cockpits?"
https://steamcommunity.com/sharedfiles/filedetails/?id=407158161
@WJSabey @Zyndr When I get around to updating it at some point I'll add in a single screen option.
@Axel-of-Atheara It's totally dependent on the scripts you're using. A lot of scripts support that function these days since Keen added it. For example I frequently make use of ALCD2, Isy's Solar Alignment, and Isy's Refuel scripts and they can all use the individual screens on a single block without issue. Some scripts however will not support it, you'd have to ask the authors to add that functionality.
@Nobbi Also, you can get IIM to play nice with multiple displays within a single block. use "@0 AutoLCD" to get ALCD2 onto screen 0, and "@1 IIM-main" to get IIM onto screen 1. IIM sometimes needs certain screens to work properly, but that's a good place to start.
IIM doesn't work with them directly though because IIM doesn't support 'cockpit screens'. You can however use a normal LCD for IIM and then use ALCD2's TextLCD command to copy that to one of these screens.