Space Engineers

Space Engineers

Blarg's Hinge Steering
7개 중 1~7개 표시 중
업데이트: 2020년 11월 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

업데이트: 2020년 11월 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.

업데이트: 2020년 10월 16일 오후 2시 51분

v1.3.1

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

업데이트: 2020년 10월 16일 오후 2시 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

업데이트: 2020년 10월 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.

업데이트: 2020년 8월 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

업데이트: 2020년 8월 23일 오전 5시 52분

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