Space Engineers

Space Engineers

Universal remote control script
15 Comments
Snipou 13 Mar, 2024 @ 3:37pm 
In fact, only the default actions seem to work, when I write an argument after the block name, nothing happens (although the feedback tells me it's ok)
Grog  [author] 11 Mar, 2024 @ 2:58pm 
Hi Snipou
What is the instruction you want to send ?
Can you paste it here ?
Snipou 10 Mar, 2024 @ 3:49pm 
Hey ! :)
Thanks for this script!
Small problem, it no longer seems to work for sending personalized instructions.
It works well for the default instructions, but as soon as I enter an instruction, it doesn't work :/
skatt 13 Apr, 2022 @ 6:48am 
Oh, thanks, man. And this is one of the most useful scripts.what I saw)
Grog  [author] 12 Apr, 2022 @ 11:06am 
Hi SKATT,

Thanks for the feedback, error from previous update: appears by calling without command (just the name). My mistake.

It has been fixed now.

Let me know if still not work :steamhappy:
skatt 11 Apr, 2022 @ 11:26am 
Hello. I did it before and everything worked, but now it gives an error. What could be wrong?
Syna 9 Mar, 2022 @ 4:21pm 
Thank you
Grog  [author] 9 Mar, 2022 @ 10:38am 
Syna 8 Mar, 2022 @ 4:03pm 
What is the mod which display toolbar info in the hud ?
Rusted Droid 23 Feb, 2022 @ 2:38pm 
@Grog Thank you
i give it a try
Grog  [author] 23 Feb, 2022 @ 11:53am 
Possibility to pass arguments to Other grids PB added.

Use brackets "{...}" after "Run" command.

Run {Test argument value} PB target name

Enjoy :steamhappy:
Rusted Droid 22 Feb, 2022 @ 3:29pm 
@Grog 90% of ProgBlock Scripts use arguments for use. Timers are perfect for simple stuff but timers cannot ask value (property) from blocks Example LandingGear=IsLocked? bole 0/1.
Feature that require 20 timers to do by just "Actions" can be done just by single game update by ProgBlock.
Grog  [author] 22 Feb, 2022 @ 12:36pm 
Hello,
Never tried with a PB... so I just did: it worked :steamhappy:

Just remove "Helloworld".

--> "Run ProgBlock" it will run the prog witth default argument.

Another way is to put a timer, with the PB run action with specific argument, and call the timer with "TriggerNow" action.
Rusted Droid 22 Feb, 2022 @ 5:14am 
Handy script. Only thing that not work is Action "Run" with Programing block.
Command "OnOff_Off SmallReactor" works
but "Run Helloworld ProgBlock" not get response
Rusted Droid 22 Feb, 2022 @ 4:50am 
Interesting i give it a try