Starbound
Hoverbikes Hover Over Liquids (Perma Hover)
Affichage des entrées 1-5 sur 5
Mis à jour le : 3 mai 2023 à 3h32

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

Mis à jour le : 2 mai 2023 à 11h56

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

Mis à jour le : 28 avr. 2023 à 12h16

1.2.2:
- Changed searchDistance in the function countLiquidAbove()

Mis à jour le : 27 avr. 2023 à 19h12

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

1.2.0:
- Completely new underwater movement
- Refactored the code

Mis à jour le : 24 avr. 2023 à 6h46

Initial release