Space Engineers

Space Engineers

評價次數不足
Dead Simple Antenna Comms
   
獎勵
加入最愛
已加入最愛
移除最愛
標籤: other_script
檔案大小
發佈於
更新時間
373.973 KB
2023 年 5 月 3 日 下午 4:08
2023 年 5 月 3 日 下午 4:22
2 項更新註記 (檢視)

訂閱以下載
Dead Simple Antenna Comms

描述
There's a million examples on how to do antenna communications and it's crowded with obsolete, overcomplicated examples. This one works as of May 2023, and it's super easy.

Install the script into a programming block on any grid you want to send or receive commands. There must be an active antenna on the grid, too.

Names do not matter. You do not have to rename or edit anything.

Now you can trigger timer blocks on the other grids by simply typing their name in as an argument when you run the program block. You can do this by manually typing in the argument in the programming block's panel, or you can use a button to call the programming block with an argument.

It sends the argument to everyone that's listening, and they will try to instantly run a timer block with that name.

For example, I have a timer block named "Shutter" on my remote base.

If I'm in a ship and I call my ship's programming block with the argument "Shutter", my remote base will run the timer block named "Shutter" and, you guessed it, shutter the base.

This requires no mods or DLC, but it obviously requires in-game scripts to be turned on. Huge thanks to malware-dev's examples, as usual.
1 則留言
mLJ 2023 年 5 月 6 日 上午 4:44 
Great script, thank you