Space Engineers

Space Engineers

Wico Gimbal Rotors
13개 중 1~10개 표시 중
< 1  2 >
업데이트: 2019년 7월 7일 오후 3시 58분

Still had an explicit cast to IMyRemoteControl when it should be IMyShipController

업데이트: 2019년 7월 6일 오후 3시 13분

Check ShipController for gravity; not just RemoteControl
Update for LCD text output API changes in SE
Tested on SE V1.191

업데이트: 2017년 12월 4일 오전 7시 08분

3.1A changes for SE 1.185.200 (add RotorLock)

3.1B Set "unlimited" upper & Lower limit using SetValueFloat since setter doesn't allow max/min

업데이트: 2017년 11월 17일 오후 8시 29분

* 2.9B remove turning on safetylock
*
* 3.1 SE 1.185 PB changes.

업데이트: 2017년 4월 15일 오후 10시 46분

Added option for NOFOLLOW for rotors to allow for things like print heads.

The grid after the NOFOLLOW will NOT be considered 'local' for the script and so t will not look at those blocks.

업데이트: 2017년 3월 27일 오후 7시 56분

업데이트: 2017년 3월 19일 오후 2시 31분

2.7
Add maxvelocity setting
GimbalMaxVelocity=5

Default (no setting) is 3 (from Rhino ship)

use
GimbalMaxVelocity=-1

to set velocity to the rotor's maximum

업데이트: 2017년 3월 19일 오후 12시 03분

2.6
Allow turning auto dampener mode off.
Added 'in gravity' values
Added Gravity=true option

Updated grid and block code

업데이트: 2017년 2월 25일 오후 7시 59분

Performance optimizaitons.

Only really noticable if no output LCD was present; it would keep looking for it each output call.

업데이트: 2017년 2월 24일 오후 9시 51분

Where there is a player in control, but no player input, the gimbals will auto-rotate in preparation for stopping.

Also only if velocity > 1.0 m/s