Space Engineers

Space Engineers

Onvoldoende beoordelingen
Drill Stop
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
1.951 KB
7 dec 2016 om 15:31
22 apr 2019 om 13:18
4 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Drill Stop

Omschrijving
Simple script that will turn off your drills when they reach a combined percentage. Default is 5%, changable inside the script.
10 opmerkingen
MrFox 16 mei 2022 om 8:11 
this doesnt auto start the drills? Or maybe have them auto start if [Cargo Ice] is below x amount.

We setup a gas station on an ice moon
a Network Error 29 apr 2021 om 7:12 
been looking everywhere for this, thank you !
Morphik  [auteur] 12 apr 2021 om 17:22 
Go for it!
JarutheDamaja 11 apr 2021 om 6:10 
Hi Morphik, thanks for sharing this script - I love it and it works great.
Question, would it be ok for you if I upload a blueprint with your script in it?
Frayboy15 12 nov 2020 om 20:35 
Cool, thanks.
Morphik  [auteur] 11 nov 2020 om 12:26 
Yes, on line 30
GridTerminalSystem.GetBlocksOfType<IMyShipDrill>(allDrills, b => b.CubeGrid == Me.CubeGrid);
Edit to look like this
GridTerminalSystem.GetBlocksOfType<IMyShipDrill>(allDrills);
Frayboy15 10 nov 2020 om 20:42 
Is there a way to modify the code so it looks at subgrids? I have a mining tower and it doesn't detect the drills on the end of the piston.
Captain Insano 5 apr 2019 om 12:53 
Doesn't Work.
Morphik  [auteur] 9 jan 2017 om 19:26 
Total inventory capacity across all drills. Which means drills with turn off when they reach a total of 5% invenotry capacity. I found though that it's better to run this higher as the drills can fill up faster than the conveyors can move.
Coyote 9 jan 2017 om 16:54 
What does the 5% refer to? inventory capacity?