Space Engineers

Space Engineers

评价数不足
Fix (hack) for sensor fields resetting on world load
   
奖励
收藏
已收藏
取消收藏
标签: other_script
文件大小
发表于
398.107 KB
2021 年 6 月 5 日 上午 12:29
1 项改动说明 ( 查看 )

订阅以下载
Fix (hack) for sensor fields resetting on world load

描述
Hi all,

I was playing the game and noticed the sensor extends (detection field) kept resetting each world load.
This script is a quick way to resolve this.

How to use:
1. Load this script in a programmable block
2. Set the sensor fields on each sensor
3. Run the "update" command on the programmable block
4. Done.

Keep in mind that when you add or change a sensor you need to execute step 3.

Under the hood, the script reads the sensor extends and writes it to the CustomData of each individual sensor. When you load your world, this script reads that CustomData and applies it to the sensor extends.

I do hope this will be obsolete soon (this means Keen has fixed this bug)