-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure reading binary VDF files #13
Comments
The extension says |
Any hint on how to parse it then? |
Seems like appinfo has a new format recently (january 2017). Parser for it would be highly appreciated. |
I had a look around and the format is as follows: appinfo
packageinfo
|
Parse appinfo.vdf properly (well, more properly than before) to find the Proton installation's app ID
Current beta client has updated the format: packageinfo
|
I wrote some C# code to fully parse these files if anyone is interested: https://github.com/SteamDatabase/SteamAppInfo |
|
When I try to read binary files such as
appcache/appinfo.vdf
orappcache/packageinfo.vdf
, I always see the same error:I tried using
alt_format=True
but it just errors too :/The text was updated successfully, but these errors were encountered: