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
Right now there are many unmapped indices (meaning fields called index_XX in the models). It'd be nice to figure out their meaning and properly (de)serialize and name them.
A good place to start would probably to look at things like Cvoltons GDPS or nekit''s gd.py.
Alternatively, one can try to figure out which fields seem to be missing, open GD and wireshark, and try to specifically manipulate said field in-game so see how the requests/responses change.
The text was updated successfully, but these errors were encountered:
Right now there are many unmapped indices (meaning fields called
index_XX
in the models). It'd be nice to figure out their meaning and properly (de)serialize and name them.A good place to start would probably to look at things like Cvoltons GDPS or nekit''s gd.py.
Alternatively, one can try to figure out which fields seem to be missing, open GD and wireshark, and try to specifically manipulate said field in-game so see how the requests/responses change.
The text was updated successfully, but these errors were encountered: