Space Engineers

Space Engineers

Not enough ratings
Fix (hack) for sensor fields resetting on world load
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
398.107 KB
5 Jun, 2021 @ 12:29am
1 Change Note ( view )

Subscribe to download
Fix (hack) for sensor fields resetting on world load

Description
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)