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

Plutonium Specific Fixes: Origins 8 Player Bugs: Intersection tracker causes players to die on spawn occasionally #26

Open
JezuzLizard opened this issue Aug 16, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@JezuzLizard
Copy link
Owner

The intersection tracker will be disabled since its benefit is very low.

@JezuzLizard JezuzLizard added the bug Something isn't working label Aug 16, 2020
@INSANEMODE
Copy link
Contributor

seeing everyone go down together from intersection on spawn is a headache, but i its pretty fun to see when it happens the first time.

@JezuzLizard
Copy link
Owner Author

Yeah I've had a few games end because of the intersection tracker. On Die Rise I've had games where all 8 players died on spawn after a game ended mutliple times its a meme. Origins is generally the same too.

@INSANEMODE
Copy link
Contributor

the quick fix that i use on my servers is pretty much just taking level.player_intersection_tracker_override and make it always return 1.

level.player_intersection_tracker_override = ::clientids_player_intersection_tracker_override

clientids_player_intersection_tracker_override()
{
return 1;
}

works on die rise, origins, and motd, from what i've tested so far. have had no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants