meetric1/GMod-Seamless-Portals

High velocity breaks wall portals

Closed this issue · 5 comments

NOTE: I observed this in singleplayer mode while on the map gm_bigcity_improved, and it's entirely possible that this issue doesn't exist elsewhere.

For me, anything faster than a leisurely stroll through a wall portal makes me bonk against it. This is somewhat unfortunate because when attempting a portal fling you lose all your velocity when going through a portal.

Apologies if you already know about this problem. I can provide video if necessary

detouring traceline may be impacting this..

the way I check if a player is valid to go through a portal is using a trace, which is then detoured.. I think this is an issue with your code, not mine

Maybe. I really thought I had this issue before even making that code but I could be mistaken. The TraceLine also does not get detoured if portals are filtered. I'll figure it out later.

I don’t have any problem with it so… idk…
Maybe try a clean install of the mod in a local server with no addons and see if works? if it still doesnt work I’ll look into it

Yeah that is the plan. Will let you know, if it turns out to be a problem with my changes then I'll close the issue and try to fix them too

Okay, it is a problem with my PR. I'll try to be more careful in the future, not sure how I missed that.