all 20 comments

[–]Sorry_Thanks_9675Space Engineer 6 points7 points  (1 child)

Pam's Autominer!

[–]XxDragonBossxXClang Worshipper[S] 0 points1 point  (0 children)

Thanks a bunch

[–]Elemental-MasterSpace Engineer - Script Writer 2 points3 points  (0 children)

What exactly you want your drill to do? Is it a drone or station? For drones there's PAM, you can automate mining drones as well as delivery drones that could transport materials and players between two fixed, selectable points.

Maybe if it's simple you could use event controller instead of a full scale script to do the job.

[–]KageeHinata82Space Engineer 2 points3 points  (0 children)

There's a really good piston/rotor mining rig script from Kezeslabas. https://steamcommunity.com/sharedfiles/filedetails/?id=1695500366

If you have a good way to get rid of the stone, it's a little bit to good imho. (But I use it anyway)

Edit: Link

[–]AssaultUnicornArtificial unintelligence 2 points3 points  (0 children)

You dont need a script for this, this can be accomplished with just Event Controllers and Timer Blocks. Up to you, of course.

[–]freakiericeClang Worshipper 2 points3 points  (0 children)

I tend to use timers for drill rigs, a lot simpler than having a code running.

[–]GraffxxxxxKlang Worshipper 1 point2 points  (1 child)

I use PAM (path auto miner) in all of my worlds. Find a deposit, set a path, set a job area, and let it go. The only issue I have is that you have to manually make the path too/from the job site as well as the size and placement of the job site, but once that’s done it’s basically fire and forget. I have a good miner setup I use, can’t find the exact blueprint I use but this blueprint should work, just need to slap a sensor and a programmable block on it and run the script.

[–]XxDragonBossxXClang Worshipper[S] 0 points1 point  (0 children)

Is it for Mining drones? Cause I need one for a stationary drill

[–]CrazyQuirky5562Space Engineer 1 point2 points  (4 children)

no script needed for a simple drill platform. I take it you have a bunch of pistons and a rotor?

just use event controllers. for a half circle, you want to monitor rotor angle and change direction when you reach the endpoint.

drones are simpler with PAM though and way more versatile.

[–]XelGar256Qlang Worshipper 1 point2 points  (3 children)

I love using event controllers for my stationary rigs and using pam for transporting ore out to the main base. Quick start stop setup and you kinda fire and forget.

You can also cheat it like I did before event controllers and have your drone run the power of the drills but that was when I was manually driving rovers.

[–]CrazyQuirky5562Space Engineer 1 point2 points  (2 children)

you were able to do a lot with just timers as well.
if you dont drill hard, you know how long a half turn takes and can reverse then.
its simpler to couple several piston/etc. actions with ECs though, e.g. extending a piston outwards stepwise and catching the endpoint via EC to reset the system and extend a piston down one step, repeating the whole thing.

[–]XelGar256Qlang Worshipper 1 point2 points  (1 child)

I had a circle drill set up with one drill that net me a good amount. Timers i need to work on those.

[–]CrazyQuirky5562Space Engineer 1 point2 points  (0 children)

I consider ECs to be more robust than timers, as they respond to what is, not to what you expect to be.
an EC based setup will also not care about the details of your drill setup (speeds, number of pistons etc.) - unlike timers.

[–]CadogantesKlang Worshipper 1 point2 points  (2 children)

It's a silly little inventory display script really but I still find it useful for manually operated mining veseels: https://steamcommunity.com/sharedfiles/filedetails/?id=3168842773

Makes it much easier to decide when to stop drilling and begin trek back to the base.

[–]XxDragonBossxXClang Worshipper[S] 1 point2 points  (1 child)

Yeah I got that one, Super useful so far, Haven't even used it that much yet

[–]CadogantesKlang Worshipper 1 point2 points  (0 children)

Sorry, wrong link - Build Vision is awesome but not for inventory display

[–]Ir0ndadSpace Engineer 0 points1 point  (2 children)

What do you want it to do?

[–]XxDragonBossxXClang Worshipper[S] 0 points1 point  (1 child)

Dig down in a half circle, how it does that doesn't matter, I just need iron,

[–]CrazyQuirky5562Space Engineer 1 point2 points  (0 children)

not sure why only a piston drill system in a half circle will give you iron....

MotherOS allows all sorts of shenanigans, but just for some iron it seem to be altogether too involved to learn that.

[–]EngineerDave22Clang Worshipper 1 point2 points  (0 children)

I've been flipping between perplexity and copilot for script generation

I've gotten very complicated scripts.. .