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

Extract files without listfile #13

Closed
Ralle opened this issue Jan 1, 2017 · 2 comments
Closed

Extract files without listfile #13

Ralle opened this issue Jan 1, 2017 · 2 comments

Comments

@Ralle
Copy link

Ralle commented Jan 1, 2017

I am in the need of a feature to extract all files in a MPQ missing the listfile. My plan with the files is to index hashes to cross reference with resources uploaded on hiveworkshop.com to create automated attributions to authors of uploaded resources.
I imagine this working in multiple ways:

  1. Extract all files with sequential number naming
  2. Extract file by number (this exists in other MPQ tools) which requires a way to list all files by number (and other MPQ metadata)

Either way is fine with me.

@Kanma
Copy link
Owner

Kanma commented Jan 2, 2017

Is extracting a file by its number a feature of StormLib? I had a quick glance at its API, but it doesn't seems so. MPQExtractor is only a small layer on top of StormLib, but if this is supported somehow it should be easy to add this feature in MPQExtractor.

@Ralle
Copy link
Author

Ralle commented Jan 2, 2017 via email

@Kanma Kanma closed this as completed May 13, 2024
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

2 participants