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









Perhaps try a new LCD.
you have some filter
Also any connected grids (small ships) docked at connectors with their own copy of the script running seemed to error out whenever the base's script was giving an error, even though neither of them should be looking for anything on connected grids.
To filter to only specific container blocks, that is done in the LCD panel's custom data. So if that is changed to 'C:Storage', they will only look for container blocks with 'Storage' in their names, correct?
with a filter "C:Storage" you must have a container with a name contains Storage
the script say quickly the number of panel found, here there are no panel and no cockpit and this the end of script.
the filter in the custom data of programmable block is use to find pnale or cockpit default is '*', do not change it
but change the filter in a custom data of panel with you value 'C:Storage' or more restrictive filter to try it how work
the script must say "List<IMyTerminalBlock>(*):x" where x is the number of containers
I hope I was understandable enough
Version 1.1
List<IMyTextPanel>(C:Storage):0
List<IMyCockpit>(C:Storage):0
And then nothing, none of the LCDs update at all. Even disconnected all my ships and rovers, made sure the script was set to only read the single grid, but nothing worked.