安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I have issues with the Timer block starting when I land tho, I changed the prefix to [dockD1] in the program and added that to the timer block in the base, but it doesn't run when the program lands on the connector.
I did change the value to [dockD1] in the program (doesn't numbers work, or capital letters?)
I also turned on that the program will search the base for that prefix:
string lcd_tag = "[dock]";
string timer_tag = "[dockD1]";
bool force_timer_search_on_station = true;
string start_timer_tag = "[start dock]";
I could try to only use "dock" but then I wouldn't be able to make multiple drones going to different bases =D Any ideas?
Good spot with the capital letters, you're right, it won't allow for capital letters in it. I'll fix that up for you. Classic me to miss something simple like that ;)
To stop the drone overwriting other locations, you can use the text !readonly before your argument:
!readonly dock01
If the connector is in the "ready to connect" state (orange ring) then !readonly will make it attempt to fly off to dock which should be useful for you.
Those are things I know of that may help you on your crusades :)
Anything else you're curious about, just ask <3
Spug