Space Engineers
Delta Steering
Εμφάνιση 1-8 από 8 καταχωρίσεις
Ενημέρωση: 25 Απρ 2020 στις 11:22

Added two config options:

// adviced for big builds with lots of remcons/seats serving different purposes. If this fails then the script would listen to all ship controllers.
private readonly static string tieToSpecificController = "Flight Seat Forward";

// to have the control vector return to central position automatically set this value close to but less than 1 (0.99f works well, the less the value the faster it goes)
private readonly static float inputDecayMult = 1f;

Ενημέρωση: 6 Δεκ 2019 στις 12:58

Added vertical offset to config. Use -0.5f if you want Transparent LCD indication be aligned with crosshair.

Ενημέρωση: 15 Νοε 2019 στις 11:18

Set ScriptBackgroundColor to Transparent for DLC screens.

Ενημέρωση: 13 Νοε 2019 στις 14:42

Added config variable to set background alpha (might help with transparent LCD opacity).
Delta value now resets at the override state change (double tap spacebar).

Ενημέρωση: 29 Αυγ 2019 στις 8:42

Reworked gyro handling. All gyros receive override values, forward-gyro removed.

Fixed input level debuff.

Separate upscale values for large/small grids.

Ενημέρωση: 20 Αυγ 2019 στις 7:10

Changed gui style.
Added setting to make fonst larger (interfaceUpscale), 2 is recommended for large grid LCD.

Ενημέρωση: 20 Αυγ 2019 στις 4:04

Added dead zone option.
Added swap roll/yaw option.

Ενημέρωση: 17 Αυγ 2019 στις 15:14