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
I placed a programmable block with the script and since it has a screen also set the custom data from your mod page and it shows up just fine. But when I place another LCD screen (1x1 or 2x1) they just turn light blue with nothing displayed when set up with the custom data -> script -> none.
What am I missing, Fox Brother?
Any plans to link a GitHub for community collaboration? I tweaked the script locally today to add some enContentType options for some extra functionality I needed. I added a CHARGEMODE enum that returns the current ChargeMode of a Battery, similar to the CONNECTION functionality (the "PWR" text underneath the gauge on the center screen turns yellow when recharging, red when discharging, and green on Auto). I also added an ITEMCOUNT enum that returns the actual text value of UPDATE2 to the ICONTEXT and TEXT properties of the Graph. Haven't tested it with the icontext, yet, but as you can see from the right-hand screen, the normal TEXT Graph works great for displaying the actual numeric count of my cargo.
https://steamcommunity.com/sharedfiles/filedetails/?id=2759104630
This works great and thanks so much for this script! I love it!
I am having an issue, I am trying to display all the ingots like you have on one of the example images. Below are my Params. Ingot Container being my Large Container of Ingots. What am I missing here? The LCD screen is just always black, so I must be doing something wrong here.
SCREEN:LCD-QUESTINFO-Ores:0
GRAPH:TEXT:SIMPLE:FIXED
GEOMETRY:32,256:64,256
GRADIENT:0.1:255,255,0
GRADIENT:0.3:0,255,0
TEXT:Ingots In Storage
UPDATE:COUNTITEM:Ingot Container
UPDATE2:Ingot:Iron
UPDATE2:Ingot:Platinum
UPDATE2:Ingot:Magnesium
UPDATE2:Ingot:Uranium
UPDATE2:Ingot:Gold
UPDATE2:Ingot:Silicon
UPDATE2:Ingot:Cobolt