-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Automatically fetch manifest through Steam #1
Conversation
Hey, First off, thanks a lot for your PR! I had looked into using Steamkit to accomplish exactly this but decided it wasnt worth effort - Seems like its not as much effort as I had thought It'd be! I'm gonna merge this however will do some changes / correct formatting before publishing it as an update. |
Yeah SteamKit documentation is definitely lacking. Not as bad as it seems though. I have a proof of concept solution for doing this process for any arbitrary installed application working in Python. I'll spend some time integrating it here as well. Next time I'll try to adhere more to your code style! |
The main problem with making this work for arbitrary apps is actually locating the correct depot ID to use, for various apps it can be pretty tricky from what my 5 minute google search gave me when I had considered making this that. |
If you have any DLC theres more, but yes I suppose brute force updating all of them might just work. |
Yeah just updating the manifest for everything under "InstalledDepots" should work. I'll experiment with that tomorrow. |
Released now, thanks again! |
Using SteamKit2, automatically fetch the latest Manifest ID and fill in the information in the textbox.
Also used a more robust .gitignore and a little bit of debugging which helped in getting this functioning.
Looking at abstracting this to other installed games.