Space Engineers
Whip's Automatic Drop Pod Script
กำลังแสดง 1-10 จาก 17 รายการ
< 1  2 >
อัปเดต: 20 ธ.ค. 2019 @ 5: 33am

Version 61.1.1
  • Patch for Keen removing an UpdateType enum value

อัปเดต: 4 ก.ย. 2019 @ 8: 45pm

Version 61.1.0
  • Drop pods now calculate stop distance at 80% efficiency to compensate for sudden terrain changes
  • The script will internally track max speed the ship has gone to account for speed mods. The value configured in custom data is considered the starting point.

อัปเดต: 10 พ.ค. 2019 @ 12: 46pm

Version 60.2.0
  • Fixed issue where lateral thrusters were not properly reset upon landing
  • Updated deprecated methods

อัปเดต: 18 มี.ค. 2019 @ 9: 31pm

Version 60.1.0
  • Fixed issue where drop pods would shoot back into the sky and do loop-de-loops if the drop pod had very strong thrust

อัปเดต: 9 มี.ค. 2018 @ 1: 17pm

Version 58
  • Increased stabilizeAltitudeThreshold safety constant to 10 (from 5) - v56
  • Reduced safety cushion to attempt to make landings quicker - v57
  • Changed default descent speed to 3 m/s in light of new colision changes - v57
  • Added compensation for drop pod height - v58

อัปเดต: 9 มี.ค. 2018 @ 1: 13pm

อัปเดต: 24 พ.ย. 2017 @ 1: 33am

Version 55
  • Moved config update to the setup function
  • Replaced all old "SetValue" calls with proper interface methods
  • Disabled non braking thrust on braking procedure
  • Disabled dampeners on drop

อัปเดต: 22 พ.ย. 2017 @ 8: 56pm

Version 54
  • Fixed ApplyGyroOverride() method
  • Removed need for timer. Code now triggers itself on demand
  • Added support for rotors as attachment points for the drop pod
  • Combined "mergeName" and "connectorName" into a master variable named "mergeConnectorOrRotorName"
  • Renamed "useMergeForDropPod" to "requireAttachmentBlock"

อัปเดต: 18 ส.ค. 2017 @ 11: 09pm

Version 52
  • Redesigned ApplyGyroOverride to fix a really stupid error I was making in my vector transformations

อัปเดต: 27 ก.ค. 2017 @ 8: 04pm

Version 51
  • Added in altitudeSafetyCushion variable - v50
  • Changed GyroOrientation() method - v50
  • Changed braking method to use a PD controller instead of bang-bang control - v51