Starbound

Starbound

Universal Winged Flight Tech
Showing 1-4 of 4 entries
Update: 25 Jul, 2021 @ 3:16am

Fixed a bug that stopped flight from being activated. Big ups to IndianaJoe4323 for providing the log that helped me fix this :)

If your flight still isn't working, you may have to reinstall the mod. The problem shouldn't re-occur after that though.

Update: 21 May, 2021 @ 6:23am

Added some logging to the flight mode activation conditions. Hopefully this will allow me to debug the problem some people have with the tech not activating.

No gameplay changes

Update: 24 Mar, 2021 @ 11:00pm

Changed how the in-flight collision poly works.

Before I had to use a big circular poly to prevent issues like getting stuck in the ground due to the collision poly rotating.

Now I've figured out how to keep the collision poly from rotating along with the player sprite, meaning the poly doesn't have to be changed at all.

Or in other words, your character's collision will stay exactly the same shape and size as if you were standing normally. This makes flying through narrow spaces feel much more natural and predictable.

Update: 23 Mar, 2021 @ 6:14pm

Initial commit