Εγκατάσταση 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 first use this scrip as well: https://gtm.steamproxy.vip/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...