Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hittable collides with / stuck on weapon spawns #357

Open
jensewe opened this issue Aug 18, 2021 · 1 comment
Open

Hittable collides with / stuck on weapon spawns #357

jensewe opened this issue Aug 18, 2021 · 1 comment
Labels
Verified Issue Confirmed/Reproduced

Comments

@jensewe
Copy link
Contributor

jensewe commented Aug 18, 2021

Probably well-known one. Should it be considered as a bug?

https://forums.alliedmods.net/showthread.php?p=2723746
[L4D1 & L4D2] Remove Weapons/Carryables Collision [v1.0.5 | 11-April-2021]

Although I know that Sir you've previously went through this one, it would be helpful if the mentioned issue is ought to be gone.
However, I did notice that this plugin leads to unexpected issues, for example, gascan explodes by melee hit. Not sure whether hittables interact with items.

Or maybe we can use Collision Hook of SDKHook_ShouldCollide to customize collision rules on those things, perhaps at a cost of some performance.

https://www.twitch.tv/vanillezz/clip/TolerantFriendlyDragonWutFace?filter=clips&range=all&sort=time

@Mart-User
Copy link
Contributor

thanks for reporting that issue with the gascan, I didn't knew. I think I fixed it in the latest version

Btw, I saw the video and I don't know if the plugin would help to "prevent" that bug

SDKHook_ShouldCollide is kinda generic method and you can't filter it by "entity" id.

Maybe need an extension like this one: https://forums.alliedmods.net/showthread.php?t=197815
Or trying to replicate what Lux did here https://forums.alliedmods.net/showthread.php?p=2705656

@SirPlease SirPlease added the Verified Issue Confirmed/Reproduced label Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Verified Issue Confirmed/Reproduced
Projects
None yet
Development

No branches or pull requests

3 participants