Space Engineers

Space Engineers

Universal remote control script
15 条留言
Snipou 2024 年 3 月 13 日 下午 3:37 
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  [作者] 2024 年 3 月 11 日 下午 2:58 
Hi Snipou
What is the instruction you want to send ?
Can you paste it here ?
Snipou 2024 年 3 月 10 日 下午 3:49 
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 2022 年 4 月 13 日 上午 6:48 
Oh, thanks, man. And this is one of the most useful scripts.what I saw)
Grog  [作者] 2022 年 4 月 12 日 上午 11:06 
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 2022 年 4 月 11 日 上午 11:26 
Hello. I did it before and everything worked, but now it gives an error. What could be wrong?
Syna 2022 年 3 月 9 日 下午 4:21 
Thank you
Grog  [作者] 2022 年 3 月 9 日 上午 10:38 
Syna 2022 年 3 月 8 日 下午 4:03 
What is the mod which display toolbar info in the hud ?
Rusted Droid 2022 年 2 月 23 日 下午 2:38 
@Grog Thank you
i give it a try
Grog  [作者] 2022 年 2 月 23 日 上午 11:53 
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 2022 年 2 月 22 日 下午 3:29 
@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  [作者] 2022 年 2 月 22 日 下午 12:36 
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 2022 年 2 月 22 日 上午 5:14 
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 2022 年 2 月 22 日 上午 4:50 
Interesting i give it a try