Irevol / minetest-citadel

A minetest game
Other
3 stars 1 forks source link

It's possible to clip into terrain #15

Closed Warr1024 closed 8 months ago

Warr1024 commented 8 months ago

Examples:

You probably need to fix this by:

True 4D parkour (where players time travel mid jump) may not be achievable on all hardware as of MT 5.8, as there is no way to ensure that the terrain transition can happen promptly enough during a client-side jump. With the possible addition of player:add_pos in 5.9+, and the ability to emerge and send mapblocks to a client (which should cover at least collision detection, even if visual meshes haven't been built yet) may make an alternative approach to this worth investigating.