alright, here's the deal, i have sparky's collision DLL, and i have some problems, basically I want to know if anyone knows how to fix them, Ill also show some stuff that I think might be causing the problems..
Problems:
When I jump, I can go right through a roof (unless it's slanted)
When I go down a slope, the player seems to bounce around, as if the slope is actually stairs
When I go down a slope, I sink into it slightly
When I jump onto a platform from really high I sometimes fall right through it
Stuff That I think might be causing the problems:
The jumping through the roof one: I discovered that if I just added something like 25 to the players position e.g. y#=y#+25, it would jump.
Falling through the platform:
Seems like it only happens if I jump onto it from high up..
I apprecialy ANY help