Open vadcx opened 1 year ago
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"))
The pager bug is a base game error
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.