Not Extracting? Values changed maybe...
Solarkoid opened this issue · 6 comments
So I have this 1 GB file of Wad... and It extracted 10 pics
thats it... Try checking everything... I think values changed.
what? Is there an error or something? what file are you trying to extract?
I can't help you just saying: stuff doesn't work, fix it!
So Im trying to extract default-assets.wad It is 1 GBs and it is strange I have normal code (Renamed file cause of reasons).
`var WadParser = require('lol-wad-parser'),
wad = new WadParser();
wad.extract('assets.wad', 'unpacked_stuff_3', function (error) {
console.log(data);
});
`
I didnt say I to fix it, it is just odd that last patches assets just extracted on huge amounts but this one was just 10 or so pictures?
what is the error you are getting? you are doing console.log(data);
instead of console.log(error)
.
I am not getting any errors... It just starts and finishes only extracting those materials... Tried 3 times already.
@Solarkoid What you may have experienced was the new compression with zstandard
. However there was a error thrown in that case so you should have been at least getting that.
The library has been updated to support that, so you may be able to get it working now.