hax0r31337 / denpk2

Unpacks the NXPK files from games with NetEase NeoX 2 Engine
6 stars 2 forks source link

Recent change #1

Open lastlament opened 5 months ago

lastlament commented 5 months ago

Last night (test server addition with Faro Lady) NPK encryption is changed drastically and doesn't even work with another tool (zhouhang95/neox_tools). thank you for continuing to work on this even with big changes 🥺 how can I run it for myself (or is it still in progress?)

hax0r31337 commented 5 months ago

it's still WIP, the pyc restorer is incomplete, I will continue to code it while I have spare time.

btw, this unpacker is designed to unpack and restore the pyc file for creating bots and cheats on Identity V instead of unpacking game assets

lastlament commented 5 months ago

it's still WIP, the pyc restorer is incomplete, I will continue to code it while I have spare time.

btw, this unpacker is designed to unpack and restore the pyc file for creating bots and cheats on Identity V instead of unpacking game assets

i see! Thank you for your work again 🙏 most likely, it can unpack game assets as well (hopefully)?

hax0r31337 commented 5 months ago

well I don't think it will work, there's a special encryption dedicated to pyc files different to the one used on game assets even on the old version of the engine.
but I'll try adding support for game assets when I get some free time

hax0r31337 commented 4 months ago

I have implemented the feature to decrypt resources, but it failed to decrypt some of the files, I'm still finding a workaround to fix it

hax0r31337 commented 4 months ago

The decryption should be fully functioning now