Home

Awesome

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.