Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
i first use this scrip as well: https://steamcommunity.com/sharedfiles/filedetails/?id=859401813
it has the ability to trigger timer blocks when docking undocking and with battery levels that you designate, with that you can sorta make it work so the logic would be as follows; (you will need two+ fuel scrips)
fuel scrip 1 detects 100% battery charge;
fuel scrip 1 triggers timer block 1;
timer block 1 unlocks the connector, then runs the docking scrip with a set argument, EX: dock 2, then turns off fuel scrip 1 and turns on fuel scrip 2;
when the drone docks at the connector marked dock 2 the second fuel scrip will just monitor the battery;
fuel scrip 2 detects 100% battery charge;
fuel scrip 2 triggers timer block 2;
timer block 2 unlocks the connector, then runs the docking scrip with a set argument, EX: dock 1, then turns off fuel scrip 2 and turns on fuel scrip 1;
when the drone docks at the connector marked dock 1 the second fuel scrip will just monitor the battery;
circle complete
whats not so nice is each destination requires a timer block and a program block, but the circle can be expanded to as many destinations as needed.
also it makes me sad but it kinda looks as though the dev of this scrip is no longer supporting it...