zhouhang95 / neox_tools

GNU General Public License v3.0
97 stars 27 forks source link

scripts.npk only has .dat now #15

Open cybrejon opened 1 month ago

cybrejon commented 1 month ago

I'm sure Onmyoji Arena has made recent changes to their compression because now you can only extract .dat files from scripts.npk using extractor.py.

Before this you could extract sourcemaps in json, animation data, and the sort.

huudanh-gif commented 1 month ago

Me too. Now they can only extract .dat files and no other files.

MarcosVLl2 commented 2 weeks ago

If everyone is still having issues with this (like I did), try this:

Rename .dat to .zst

scripts.npk files are now getting saved as ZStandard files. Download any utility to unpack ZStandard (7Zip with In linux you can use "unzstd 0000000.zst".

Hope this helps!

Zverobob commented 2 weeks ago

Having the same issue, dats all the way. .zst doesnt work with the games I'm trying to extract files from

MarcosVLl2 commented 1 week ago

I opened a new fork and updated some things, perhaps now you can recover the files with my version