Space Engineers

Space Engineers

Blarg's Hinge Steering
1–7/7 bejegyzés mutatása
Frissítés: 2020. nov. 9. @ 12:19

v1.4.0

Two new control axis: pitch and yaw! Using mouse/arrow keys

Below is an updated description of all the available control axis.

Change buttons
You can now use any of the movement key pairs, not just W + D, as well as the arrow keys and mouse.
This can be individually selected for each hinge.
To do this, add a modifier word after the tag in the hinge's name and recompile the script.

Tag and modifier
what keys it corresponds to
#steer turn
Using A + D (this is the default and can be omitted)
#steer forward
Using W + S
#steer up
Using SPACE + C
#steer roll
Using Q + E
#steer pitch
Using ^ + v, and mouse
#steer yaw
Using < + >, and mouse
#steer none
None

Frissítés: 2020. nov. 5. @ 11:15

v1.3.2

Fixed bug where it would keep turning if exiting the vehicle while turning.
Now it returns to zero if auto straighten is on, or just stops where it is if it's off.

Frissítés: 2020. okt. 16. @ 14:51

v1.3.1

Remembered to add center offset to single hinge constructs as well. ("ships" with no #steer tag).

Frissítés: 2020. okt. 16. @ 14:38

v1.3.0

Center offset
Added center offset angle.

This means that auto straightening can use something other than 0° as center.

Added because I wanted to (mis)use the script as suspension, but great if you've misaligned a rotor and want to set the center to 90° for example.

Usage:
c followed by a number. No spaces.

Example; Adding 90° to a rotor:

Rotor #steer c90

Frissítés: 2020. okt. 16. @ 12:12

v1.2.0

No buttons
Added "none" as an input axis.

If you for some reason want the auto centering but not the control.

Naming a hinge/rotor "#steer none" does the trick. Note that rotors requires limits for auto centering to work.

You need to recompile after changing this.

Frissítés: 2020. aug. 26. @ 6:44

v1.1.0

Toggle auto straighten on and off.
Send the straighten [on|off|onoff] command at any time and it will immediately toggle.

Example use:
command
what happens
straighten
auto straighten toggled
straighten onoff
auto straighten toggled
straighten on
auto straighten turned on
straighten off
auto straighten turned off

Change buttons
You can now use any of the movement key pairs, not just W + D.
This can be individually selected for each hinge.
To do this, add a modifier word after the tag in the hinge's name and recompile the script.

Tag and modifier
what keys it corresponds to
#steer turn
Using A + D (this is the default and can be omitted)
#steer forward
Using W + S
#steer up
Using SPACE + C
#steer roll
Using Q + E

Frissítés: 2020. aug. 23. @ 5:52

Manually force uploaded the thumbnail via SteamCMD because Keen still haven't fixed proper Steam integration.