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
It should be possible to auto-update these headers with your other project, steamworks_dumper. This will fix the headers breaking as the client updates. I've written OSWUpdater for OpenSteamClient, so if you need inspiration feel free to take it from there (I wouldn't copy paste the code though, it's pretty terribly written).
I've also forked the steamworks_dumper repo and made it dump IPC function info, which is really useful when typing the functions.
Example output available here
The text was updated successfully, but these errors were encountered:
I haven't had many issues yet. Of course with non-serialized interfaces like IClientEngine and IClientHTMLSurface I've had some issues, but the rest have worked quite fine with auto-dumping and manual typing (for vtable offsets)
It should be possible to auto-update these headers with your other project, steamworks_dumper. This will fix the headers breaking as the client updates. I've written OSWUpdater for OpenSteamClient, so if you need inspiration feel free to take it from there (I wouldn't copy paste the code though, it's pretty terribly written).
I've also forked the steamworks_dumper repo and made it dump IPC function info, which is really useful when typing the functions.
Example output available here
The text was updated successfully, but these errors were encountered: