Vadim (vadcx)
Vadim (vadcx)
About contours, update 238 (Oil Rig map, Crude Awakening Heist) reworked contour sync code. Example: ```diff - 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"),...
This is a neat and condensed explanation of **what the ...** these codes do. I've seen them yesterday for the first time when I read the README again and they...