hackerspace-ntnu / Red-Planet-Rampage

Red Planet Rampage is a dieselpunk western-themed arena shooter where players face off with wacky modular guns.
https://store.steampowered.com/app/2717710/Red_Planet_Rampage/
BSD 4-Clause "Original" or "Old" License
18 stars 0 forks source link

Players can noclip out of terrain and invisible walls #415

Open toberge opened 8 months ago

toberge commented 8 months ago

Using knockback + shotgun (and others), it is possible to propel yourself fast enough to trick the physics engine.

Our killboxes don't extend far enough to catch all players, and the invisible walls don't work properly.

We should consider enabling continuous collision detection on major boundaries like terrain and invisible walls, which should help prevent these issues to some extent.

Fueredoriku commented 8 months ago

Also: We might have to consider turning up the fixedUpdate frequency from 50 to 60 per second, which also could help solve this issue.