JezuzLizard / Recompilable-gscs-for-BO2-zombies-and-multiplayer

This project is primarily for use for plutonium t6 use on other clients at your own risk.
29 stars 18 forks source link

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

Open JezuzLizard opened 4 years ago

JezuzLizard commented 4 years ago

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

INSANEMODE commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.