-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add a flag to not download/save patch files #67
Comments
I will definitely implement this in the next version. GOG used to heavily rely on patches, but it seems they are very frequently replacing the base files to the latest versions, making patches a lot less important. I hope to implement a "smart" way for the script to tell if a patch is needed or not using version numbers where applicable... with the option to always skip patches if desired. |
I think there is a PR #60 from someone that adds this capability should you want to use that for now. I haven't tested it, but looks like it should work. |
I couldn't with all of my 15x games I own to see only a new version coming only with a patch so idk or dont understand the reply. To be honest I thought this project is dead, thanks for this script and keeping up with it. |
I used to want to skip all patches too to save space until I discovered that there are games where GOG has simply not updated the base game and a patch is the only way. Dragon Age Origins is one example I can remember, but there are definitely more like that. I don't think this list is large, but something to be aware, for those wishing to skip patches. I'm not sure if it's possible to include some logic, when skipping, to compare latest patch version vs latest base game version. I guess different version syntax for each game makes this far more easier said than done. |
Thanks. I'm thinking I can maybe parse out version numbers and only download patches if they appear to be newer than the base. The project is semi-dead :) Critical fixes only for now.. I have a new version in progress but it's very slow going and no ETA. |
Add a flag if saving the old version is not wanted.
There is no need to save patch files for new bought games.
The text was updated successfully, but these errors were encountered: