Space Engineers
Large Grid Lander Script
Εμφάνιση 11-20 από 22 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 16 Οκτ 2016 στις 11:01

  • Gravity surveyor module removed. We can read elevation directly from ship controllers now.
  • Auto-drop function reworked to use elevation. The command has been changed up a bit. READ THE DOCS.
For example, the following drop command will stop at elevation 500m after initiating braking at 1500m. During the burn phase (while out of gravity), it will use ion and atmo thrusters. During the braking phase, it will use all three thruster types.
drop auto 500 ia 1500 iah

Ενημέρωση: 16 Οκτ 2016 στις 9:42

Minor PID rework to apply the things I've learned in From the Depths. Re-tuned gyro & thruster PIDs.

Ενημέρωση: 19 Αυγ 2016 στις 18:38

Fixed for IMyBlockGroup changes.

Ενημέρωση: 29 Μαϊ 2016 στις 15:51

  • "Start" an optional timer block named "Launch Done" when the "launch start" command finishes (i.e. when your ship leaves natural gravity)
  • "Start" an optional timer block named "Drop Done" when the "launch auto" command finishes (i.e. reaches the desired stopping altitude)

Ενημέρωση: 17 Μαϊ 2016 στις 21:49

If resuming cruise after a re-compile or world reload, the first "cruise stop" issued will be equivalent to "cruise reset" -- it will reset all thrusters.

This prevents restoring the thrusters to a disabled state (because they were previously shut off upon attaining the desired speed).

This is a safety/convenience fix since most people probably wouldn't have "cruise reset" on their toolbar.

Ενημέρωση: 4 Μαϊ 2016 στις 20:14

Updates the Cruise Control module with a subtle change to the "cruise stop" command. See the May 4th Cruise Control changelog.

Ενημέρωση: 25 Απρ 2016 στις 17:52

  • Fix bug in Damage Control module that caused it to fail to start properly when re-initializing

Ενημέρωση: 18 Απρ 2016 στις 16:45

Reworked the "gravity surveyor" module a bit. The commands have changed; see the docs.

Can now store multiple planets/moons in a single text panel. The "drop auto" function will use the top-most entry.

Ενημέρωση: 16 Απρ 2016 στις 9:42

Add an "orbit" function that will periodically (1/6th of a second every 3 seconds) align the ship with the gravity vector. Works great with cruise control, especially when flying over smaller planets/moons.

Ενημέρωση: 10 Απρ 2016 στις 22:46

Improvements to Cruise Control module:

  • Measure velocity based on frames rather than real time. Makes things smoother when sim speed is erratic.
  • Add bias factors for asymmetric thruster configs. It should be <1.0 if it favors the thrusters for the forward, left, up directions. >1.0 for the others. Experimental, leaving everything at 1.0 is the original behavior.

Velocity measurement changes also made to VTVL module.