Skip to content
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

When was skippatches removed? #45

Closed
gitscosh opened this issue Jun 28, 2021 · 4 comments
Closed

When was skippatches removed? #45

gitscosh opened this issue Jun 28, 2021 · 4 comments

Comments

@gitscosh
Copy link

I recently updated from an older version of your script, and when I tried to run it today with my typical py -2 gogrepoc.py download -skipgalaxy -skippatches -lang en -os windows mac I got the unrecognized argument message. Sure enough, searching through the python script, it has been removed. The old version (I don't remember which one, but I have the file downloaded) included it. Is there another way to accomplish the same thing? Why was skippatches removed?

@Kalanyr
Copy link
Owner

Kalanyr commented Jun 28, 2021 via email

@gitscosh
Copy link
Author

That is SUPER weird. Because I looked in the header of the file and the only info is this:

__appname__ = 'gogrepo.py'
__author__ = 'eddie3,kalynr'
__version__ = 'k0.3a'
__url__ = 'https://github.com/kalanyr/gogrepo'

I looked at all the current forks off of your project and can't seem to find which one it was. Oh, well. Sorry for the confusion!

@dckone
Copy link

dckone commented Oct 30, 2021

I would ask for this functionality, the amount of wasted space because of patches is enormous, i just measured my collection, around 112GB was just patch files. Cyberpunk alone has > 15GB patch files.

At least for windows patches it should be quite possible, all files appear to start with "patch_" and end with ".exe" (or ".bin" additionally for really big patches, like Cyberpunk).

If you would consider merging this i would be more than happy to provide a PR.

// edit: I created PR #47 for an initial version. works pretty well on my setup.

@gitscosh
Copy link
Author

-skipfiles does this just fine and already exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants