Starbound
Hoverbikes Hover Over Liquids (Perma Hover)
5개 중 1~5개 표시 중
업데이트: 2023년 5월 3일 오전 3시 32분

1.3.1:
- Introduced gravityFactor to keep compatibility with mods that change gravity values
- riseForce and vertical drag forces are now dependant on gravityFactor
- Rewrote distanceToGround() to make sure hoverbikes will hover over the closest surface

업데이트: 2023년 5월 2일 오전 11시 56분

1.3.0:
- Better liquid surface checks, introduced findFirstClearPointAbove()
- Renamed isUnderwater() to hasLiquid() to better reflect its new uses
- Introduced searchAndRiseDistance to help tweaking search settings if necessary
- levelApproachFactor is now inversely proportional to liquidResistanceForce when underwater
- horizontalWaterDrag is now dependant on liquidResistanceForce

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

1.2.2:
- Changed searchDistance in the function countLiquidAbove()

업데이트: 2023년 4월 27일 오후 7시 12분

1.2.1:
- levelApproachFactor, angleApproachFactor and maxAngle are now affected underwater

1.2.0:
- Completely new underwater movement
- Refactored the code

업데이트: 2023년 4월 24일 오전 6시 46분

Initial release