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 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