Space Engineers

Space Engineers

EasyCommands
Merlin of Mines  [developer] 7 Feb, 2022 @ 6:58am
User Creations
A place to share the cool creations you've built with EasyCommands
< >
Showing 1-11 of 11 comments
Experementor 7 Feb, 2022 @ 8:55am 
Well here's something I'm currently working on. The cryostorage is probably the most interesting feature so far, whereas the elevator is probably most functional ^_^
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2746287654
Rümmler 7 Feb, 2022 @ 1:57pm 
A (semi) automatic solar farm drone. Things to learn here:

-how to adress another grid which is also running EasyCommands
-adressing another script via EasyCommands
-basic stuff

https://www.youtube.com/watch?v=SKQ3djmtneg

I got a more advanced version half finished, but the warfare update really got me intrigued with a new mining ship. However, I will also utilize EasyCommands there and post the result here once finished!
Aicam 9 Feb, 2022 @ 1:26pm 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2748444364

Things of interest:
- design of a state machine with multiple state variables
- state is "saved" between sessions by setting unused properties on blocks
Rümmler 15 Apr, 2022 @ 8:05am 
Writing my own "OS" now. Well, let's say some fancy scriptlines here and there to manage my base.

Problem:
My steam generation from Industrial Overhaul is not enough to keep a turbine running. There is a buffer tank though. Instead of letting the turbine toggle on/off all the time while fresh steam is dripping in, I wrote a script to turn it on/off based on storage levels.

Script:

:main
async ManageSteamTurbine
replay

:ManageSteamTurbine
if "Steam Buffer Tank" ratio is 1 tell "Steam Turbine" terminal to apply the "OnOff_On" action
if "Steam Buffer Tank" ratio is 0 tell "Steam Turbine" terminal to apply the "OnOff_Off" action

Now that I can adress modded blocks I have plenty of opportunities more!
Last edited by Rümmler; 22 Apr, 2022 @ 4:10pm
Rümmler 8 May, 2022 @ 10:49am 
Made this flying drillhead and spent ALOT of time adjusting the numbers to have an overflow protection (the drillheads are just way too fast for small grid containers).

However, now it can drill almost 50 meters deep and no ore should be wasted as long as another ship is collecting the ejected ore. Guess who needs to design that ship next...

In this project, Easy Commands controls:
-Hinges
-Lights
-Thrusters
-Pistons
-Drills
-Rotor
-Checking Container storage ratio
-Magnetic Plates

As soon as I think it is ready for a blueprint, I will share that as well. There has to be some small changes done first.

https://medal.tv/games/space-eng/clips/knKnt3EUBmg3B/d1337iC01n9x?invite=cr-MSxIdUcsNjcyMjQ5ODYs
Last edited by Rümmler; 8 May, 2022 @ 10:50am
Rümmler 16 Jun, 2022 @ 11:20am 
Finally, I managed to get the workshop upload ready! Let me present to you: Querx, an asteroid driller utilising EasyCommands.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2821842476
Merlin of Mines  [developer] 16 Jun, 2022 @ 7:48pm 
Really cool, Rümmler.363VD ✠! That's quite a machine you created. Awesome work! Glad the State Machine worked for you.
Rümmler 17 Jun, 2022 @ 3:19am 
Thank you very much, and again, thank's for all the answers to my questions!
Rümmler 11 Aug, 2022 @ 7:55am 
I scripted an airlock automation with music. It was a bit tricky to get the sampling right but it worked out ok. Loving the elevator music. :D

https://medal.tv/games/space-eng/clips/wdm2MFH1o1SAN/d13379uFBTyS?invite=cr-MSx0OHIsNjcyMjQ5ODYs
Rümmler 15 Oct, 2022 @ 11:31am 
Made a demo world with my asteroid driller, the custom airlock with sound and some other knick knacks. https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2875513182
Rümmler 10 Nov, 2022 @ 5:59am 
I combined the airlock sensor example script from the presentation page and shuffled in a state to see if the hangar is currently open or not. A nice (unintended) side effect is, that both air vents from the airlocks can help with the hangar.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2886773035
< >
Showing 1-11 of 11 comments
Per page: 1530 50