MCBTay / XLObjectDropper

A mod for SkaterXL that allows the user the add obstacles to the game and interact with them. Completely controller driven with a full user interface.
5 stars 5 forks source link

When Floor Tracking, When an Object Passes through a Floor, the Y position of the object becomes erratic. #6

Open MCBTay opened 4 years ago

MCBTay commented 4 years ago

When tracking the floor location and trying to maintain a certain distance from it, if you pass through the floor, it will try to find a floor directly underneath you and snap you to the same distance.

When passing through the floor, we should likely reset the target distance to reflect the "new floor".