安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
been around since 2016, updated 4 Feb 2024... handles this function and isn't limited. Set up is as easy as loading it into a Programmable Block and putting the tag [LCD] into the name of the screen you want set up to display data, then going into the Custom Data of said screen or block and set the commands. I mean, it even has a fully detailed guide for every command you can use for whatever you want displayed...
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=407158161
In that screenshot, you only need to input 3 commands to get the same result that you can also tailor to your preferences, even works for modded blocks, (drills, cargo, reactors, you name it). I just don't understand why we keep reinventing the wheel here unless this was a script you wrote while learning how to set up code. If that is the case then good work and I look forward to your future scripts.
Misspelling can be both right and wrong, depends entirely on how you see it.
For example, as a Swede, I can tell you that this German builder has spelled reaktor exactly right both in German and in my native language, Swedish while in English you prefer C instead of K in the word, which is so strange to us.
Same deal on another ship with an industrial cockpit.
What am I doing wrong?
readonly string LcdName = "LCD";
if I'm reading right this should be changed to the specific lcds name?
or altered to a cockpit number with this string pointing to the cockpit?
//Name of your Cockpit Block -> Can be Changed
readonly string CockpitName = "Industrial Cockpit";
//Lcd Panel Number on your Cockpit Block -> Changed to desired Value