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
Also some notes at the bottom about IIM.
The script works well for general use, but it feels a little restrictive at the moment when it comes to having different groups of farm plots.
As it stands right now, if you want to have separate screens for different crops, you're gonna have to use multiple instances of the script each with their own respective groups.
My suggestion would be to use the tried and true [tag] system for the LCD's.
You've already got the private readonly dictionary structure in place to parse the data, simply modifying it to check for the group name inside the LCD CustomData rather than the one inside the Programmable block, would enable the script to handle multiple groups, printing to the panel as required, while still keeping the fundamental idea behind the script intact.
Good work!