You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Extract all files with sequential number naming
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.
The text was updated successfully, but these errors were encountered:
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.
Oh, okay.
Do you have any other idea for how to extract files without a listfile?
On Mon, Jan 2, 2017, at 10:03 AM, Philip Abbet wrote:
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.
— You are receiving this because you authored the thread. Reply to
this email directly, view it on GitHub[1], or mute the thread[2].
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:
Either way is fine with me.
The text was updated successfully, but these errors were encountered: