Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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...