Space Engineers

Space Engineers

Advanced Liftoff Control
Showing 11-20 of 21 entries
< 1  2  3 >
Update: 17 Mar, 2019 @ 4:50am

4.3:

Added angle deviation. The script will now show you the angular difference between your ships velocity and the gravity vector.This should be kept to 0. If it gets too large, the script will engage inertia dampeners to try and fix this.

Added times to the main display.

Updated formatting for the main display. Works best with monospace, though the script does not enforce it.

Update: 17 Mar, 2019 @ 2:23am

4.2:
small update to ensure the script wont crash if the cockpit setup is not up to expectation, i.e. the control block does not have a proper name and autogenerate is <= 1. Also reworded the setup instructions.

Update: 25 Feb, 2019 @ 12:51pm

4.1:
fixed a couple of issues with block list generation. Autogenerate should now always work as advertised.

Update: 25 Feb, 2019 @ 8:23am

All new 4.0 version of the script.

Now uses an analytic solution to calculate thrust, which makes it independent of any lag/delays/mod settings, ...
No longer needs a timer block to set its timing.

Update: 11 Jun, 2017 @ 12:37pm

fixed an issue that would prevent the script from working when not having all displays.
fixed issues with autogenerate
fixed multiple other crashes.

changed: control blocks name can now be a substring instead of an exact name.

Update: 10 Dec, 2016 @ 8:35pm

new: bool autogenerate
new: autogenerate function that will attempt to automatically generate thruster lists.
new: string MainThrustVectorMarker
new: string hydroMarker
new: string atmoMarker
new: string ionMarker

new: bool Regenerate to set whether to recreate block lists on midflight

changed: lcd can now be a list of LCDs.
changed: remote to general controler
changed: block group exact names to substring possibility

Update: 22 May, 2016 @ 8:47am

added a possible fix for the script still controling disconnected grids (e.g. the side rockets in the example)

Update: 22 May, 2016 @ 3:45am

added space ions to be enabled when leaving gravity
added liftoff ions to assist in the late stages
added a triggerMidFlight block
added travelled distance meter to main screen
added more debug detail
added program argument "INIT" (case sensitive). this will reset all values and screens just like the script got newly compiled.

resturctued parts of the program, for increased performace (and to overcome the 1B branch request limitation)

Update: 17 Mar, 2016 @ 10:47am

Fixed an error where not having an debug lcd could break the script

Update: 11 Mar, 2016 @ 4:13am

Fixed the requirement of having a debug screen
Fixed the requirement of having a TriggerOnStart and TriggerOnStop set
Fixed the script inisting on equal numbers of hydrogen and atmospheric thrusters
Added more information to the debugscreen
Added angle deviation information to the "main" lcd