You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snap single should be fine. It will be in diffs and not the actual values. So m_X will not be the actual position but the diff to the last position. Thats still nice to see.
But regular snaps (partial snaps) will be messy. The first part might cut in the middle of a snap item. The 2nd and later parts might start their payload in the middle of a snap item. I am not sure if wireshark supports cross packet context and how smooth that could be integrated with libtw2.
So that one can distinguish e.g. whether it is a CNetObj_EntityEx or CNetObj_Laser. Further it would be great if the individual data within a snapshot are named, as for example with a CNetObj_Laser (https://github.com/C0D3D3V/ddnet/blob/bc80d83ec9ad929d7f36774d2a2391379c40ffcd/datasrc/network.py#L123-L130):
The text was updated successfully, but these errors were encountered: