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

Pager HUD broken on client-side #292

Open
vadcx opened this issue Jul 3, 2023 · 2 comments
Open

Pager HUD broken on client-side #292

vadcx opened this issue Jul 3, 2023 · 2 comments

Comments

@vadcx
Copy link
Contributor

vadcx commented Jul 3, 2023

Host-side: all correct

Client-side: all guard pagers stop updating at 6.0s (5.9s if timing is off), the text color turns 100% green. Their display remains on. The yellow guard outlines vanish completely instead of blinking.

Confirmed with another player. If needed I have accounts with Payday 2 to share for testing. Though I hope I'll manage a test environment to work on it myself.

@vadcx
Copy link
Contributor Author

vadcx commented Jul 3, 2023

About contours, update 238 (Oil Rig map, Crude Awakening Heist) reworked contour sync code. Example:

-       managers.network:session():send_to_peers_synched("sync_contour_state", self._unit, -1, table.index_of(ContourExt.indexed_types, "teammate_downed"), true, 1)
+       managers.network:session():send_to_peers_synched("sync_contour_add", self._unit, -1, table.index_of(ContourExt.indexed_types, "teammate_downed"), 1)
-       managers.network:session():send_to_peers_synched("sync_contour_state", self._unit, -1, table.index_of(ContourExt.indexed_types, "teammate_cuffed"), false, 1)
+       managers.network:session():send_to_peers_synched("sync_contour_remove", self._unit, -1, table.index_of(ContourExt.indexed_types, "teammate_cuffed"))

@steam-test1
Copy link
Owner

The pager bug is a base game error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants