VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Reality Player random super jump and slope detachment bugs #65

Closed TizioMaurizio closed 1 year ago

TizioMaurizio commented 1 year ago

After PR#54 two new problems emerged: -Consecutive jumps by holding space (even without holding it) sometimes ignore ground drag causing the player to jump higher randomly -The -_slopeHit.normal (line 214) trick to fix side walking on slopes works only if such force is big enough to contrast the run push force (whenever directions are pressed)

TizioMaurizio commented 1 year ago

A working fix for the consecutive jumps problem is proposed in the branch tizio/one-gui-to-rule-them-all

TizioMaurizio commented 1 year ago

I will close this issue since it is way easier to test everything in the calibration gui branch