We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For Steam, this involves reading appinfo.vdf.
appinfo.vdf
Some of the parsing logic could be learned from here. https://github.com/tralph3/Steam-Metadata-Editor
(It produces a modifications.json on export)
modifications.json
https://github.com/SteamDatabase/SteamAppInfo Also contains some relevant code.
Modifying https://github.com/pdfrod/appinfo-vdf to support SHA1 of text generation should be sufficient.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For Steam, this involves reading
appinfo.vdf
.Some of the parsing logic could be learned from here.
https://github.com/tralph3/Steam-Metadata-Editor
(It produces a
modifications.json
on export)https://github.com/SteamDatabase/SteamAppInfo
Also contains some relevant code.
Modifying https://github.com/pdfrod/appinfo-vdf to support SHA1 of text generation should be sufficient.
The text was updated successfully, but these errors were encountered: