-
Notifications
You must be signed in to change notification settings - Fork 118
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
Fix players dying when mantling on props or embarking Titans in mp_complex3
#709
Fix players dying when mantling on props or embarking Titans in mp_complex3
#709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit hacky, but I'd say that it is preferable to shipping the entire .ent file just to remove/edit the trigger in there.
Also saw this working in testing on discord
Adding "needs testing" because I would kinda like a second person to test this (the person I saw testing in discord was @Zanieon who is the author of the PR) |
Alright changed method of fixing the problem to what @ASpoonPlaysGames suggested, now it really needs a testing from another person other than me to see if everything is still alright. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good and I didn't find the brush in the map
mp_complex3
mp_complex3
mp_complex3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working in testing. I simply replicated the bug without the PR shown in the screenshot by mantling the couch table and getting killed by the trigger in the process.
With the PR installed I no longer get killed.
I did not look at the actual ent file so no "code review" done by me..
Original vanilla file has been committed in c7149b7 |
There's a whole
trigger_hurt
right below the ground in the inner large hallway which whenever a player tries to mantle on any of the props in there either intentionally or by accident they will instantly die. This also applies to when you embark your titan in there. This does not happen on vanilla servers.This PR removes the trigger that kills the player.