Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 831 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 831 Bytes

Automatically tracked protobufs for Steam and Valve's games.

These protobufs are being dumped as updates come in the SteamTracking repository.

Protobufs are dumped using SteamKit's protobuf dumper.

For protobufs dumped from javascript files (in webui folder), we have a separate dumper which parses javascript files into abstract syntax tree and tries to find all the messages and services. As such, these dumps are not as complete as dumps from binary files because minified javascript files lack some information.

Note

Artifact and Underlords protobufs are no longer being updated automatically.