Apply fix when getting stuck on head/ceiling surfs
When a player head surfs they often get stuck in a similar way to what this plugin fixes
I was wondering if there's a simple way to make it fix those as well, where you're surfing and hitting an angled surface in the air with the top of your hull, you can get stuck.
https://github.com/GAMMACASE/MomSurfFix/blob/master/addons/sourcemod/scripting/momsurffix2.sp#L498
I looked in here for how things are handled depending on surface normals, it might be something that can be addressed here?
Example of getting stuck on ceiling surf (momsurffix is already used on this server)
https://github.com/user-attachments/assets/6a75f3a9-ef61-446e-8487-3bc4f2841d47
I'm not actively developing this plugin anymore, nor play the game to test and such, so won't be able to provide any assistance on the matter. And the code you've linked isn't what resolves any ramp glitches, it's up top in the loop https://github.com/GAMMACASE/MomSurfFix/blob/fff5d0c17b8a25d5f2d26493919138e8b0cb7c5c/addons/sourcemod/scripting/momsurffix2.sp#L258C6-L404