安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








im getting in the message log
> Recieved 'Trigger' message (subaddress: '|openhangar')
> Unknown subaddress '|openhangar'
i have put the subaddresses in the custom data as such
; EXAMPLE:
; ----------------------------------------
; Receive timer subaddresses=
; |primary,Timer Block 1
; |secondary,Timer Block 2
; |tertiary,Timer Block 3
Receive timer subaddresses=
|openhangar,crumphangar
|opensilo,opensilo
this is on the recieving grid,
code version"1.3.4"
i may be missing something obvious, sorry for being the first person to be confused at how to use this in 2 years
First of all I wanted to thank you for this great script. I much prefer this over the hassle of setting up multiple action relays.I wanted to bring up a small potential issue though. This concerns version 1.3.4.
I was playing with the script and setting up sub-addresses. However, I initially had trouble getting the correct timer to trigger with this custom data fragment:
Looking through your code, I found out that the issue was the whitespace between the comma and the timer block name. You are not currently trimming any whitespace (lines 397 and 398). Admittedly, whitepace in block names is a valid thing, so wholesale trimming may not be desirable per se.
Would it be possible to add a note to the documentation? It seems like one could easily and unintentionally add the space, since a space after a comma is very common. Alternatively, perhaps opting for trimming would work instead? I feel adding a comma (compared to intentionally adding whitespace to block names) would be more common.