Space Engineers

Space Engineers

Isy's Altitude Trigger
Showing 1-3 of 3 entries
Update: Apr 8, 2019 @ 3:50pm

Version 1.1.1:

- Changed: Adjusted the LCD screens to the newest API changes.

Update: May 23, 2018 @ 2:12pm

Version 1.1.0:

- Added: the script now detects remote controls as well. There has been added an option to define the wanted cockpit or remote control in the settings. By default, the first found cockpit or remote control is used.
- Added: the script can now run programmable blocks as well. If you only set the PB name, it will be executed with a blank argument. To specify an argument, add it as the third parameter, e.g.: '100;Programmable Block;pause' - this will execute the PB named 'Programmable Block' at a 100 meters with the action 'pause'.
- Added: trigger by speed. The script can now trigger timer blocks or programmable blocks at a certain speed. The syntax is: 'speed + "ms";blockname', e.g.: '50ms;Timer Block 2' - this will trigger 'Timer Block 2' at 50m/s.
- Changed: the safety margin for triggering at a specific altitude is decreased to 2.5 meters and now based on the current speed (lower speed = lower margin)
- Changed: the current speed is now shown on the LCD and PB info. Some texts were rearranged, too.
- Internal: the used reference block (cockpit or remote control) is now shown in the PB's custom data.

Update: May 14, 2018 @ 8:50am

Version 1.0.0:

- Initial release