Space Engineers

Space Engineers

[PARK] Piston And Rotor Keybinds
16개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 5월 30일 오후 3시 45분
작성자: Trekki

v1.3.0
Add in a setting to power down rotors when they aren't moving, it should help reduce some physics induced wobble, but defaults to off in case you have setups that use power toggling to hold rotors in place during normal operation.

업데이트: 2023년 4월 28일 오후 4시 43분

Minor tweaks to make warnings a bit less confusing and more accurate.
Changed the warning for when the PB isn't in a faction to actually reflect that it just isn't in a faction, instead of saying it is owned by nobody which may or may not be true.
Removed warning for non-functional ship controllers since it would break on reloads, and replaced it with a warning for if a ship controller actually has no controls, like a passenger seat.

업데이트: 2023년 4월 26일 오후 9시 23분

v1.2.9
Added in a setting to only enable pistons for when they are moving. defaults to off in case you want to manually enable/disable pistons, but will reduce the noise pistons make while stationary if enabled.

업데이트: 2022년 4월 28일 오후 8시 37분

v1.2.8
Return to zero parameters are now stored in the commands dictionary and retrieved per profile. This fixes an oversight where only the settings of the last profile in the list were applied.

업데이트: 2022년 4월 8일 오후 10시 58분

v1.2.7

Fixed memory leak associated with the return to center functionality, and significantly improved the speed of rotors returning to neutral by adding velocity prediction allowing the script to quickly adjust rotor velocity last second to be able to "catch" it near the right position by the time the next program tick runs, similar to how the pistons behave.

업데이트: 2022년 4월 6일 오전 4시 08분

업데이트: 2022년 4월 6일 오전 4시 01분

v1.2.6
Hotfix for controls "sticking" on so long as at least one input was being pressed.

업데이트: 2022년 4월 6일 오전 3시 14분

Hotfix for auto return feature not self-updating by making a separate mechanism for handling parts that return to center.

업데이트: 2022년 4월 6일 오전 2시 35분

v1.2.5

Major feature: Added return to zero functionality.
Three new terms have been added to the generated ini files, Return Position, Return Speed, and Return Order Priority.
When you run the command "Return", it will return each part to the set position, provided it has a speed set, in the order of the lowest Return Order Priority first.

and implemented a bitmask to filter out keys that don't control anything.
This prevents the parts from applying the ramping when you accidentally hit a completely unrelated key.

Also, as I was typing this, I noticed the auto return feature isn't working properly atm. A fix is incoming.

업데이트: 2022년 1월 29일 오후 9시 09분