Important information: this site is currently scheduled to go offline indefinitely by end of the year.

I need help with reading the .npk file format

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
dangtuan9x
ultra-n00b
Posts: 2
Joined: Sat Sep 01, 2018 6:51 am

I need help with reading the .npk file format

Post by dangtuan9x »

In the zip file is the .npk file that I do not know how to open
I need help
It is taken from the game data file of Rules of Survival
help me
link filehttps://drive.google.com/open?id=16gjpu ... 39ymWkiIsQ
hyndai
advanced
Posts: 58
Joined: Tue Jun 03, 2008 9:55 pm
Has thanked: 4 times
Been thanked: 1 time

Re: I need help with reading the .npk file format

Post by hyndai »

There are bms script for that :

https://aluigi.altervista.org/bms/nxpk.bms

CeeYa.
CDHacker
ultra-n00b
Posts: 2
Joined: Wed Oct 07, 2020 5:16 am

Re: I need help with reading the .npk file format

Post by CDHacker »

hyndai wrote: Tue Feb 04, 2020 11:59 pm There are bms script for that :

https://aluigi.altervista.org/bms/nxpk.bms

CeeYa.
Hello. Can this same script be used to reimport the modified files? If yes could you tell me how. I am new to modding.
User avatar
ikskoks
Moderator
Posts: 1666
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 647 times
Been thanked: 431 times
Contact:

Re: I need help with reading the .npk file format

Post by ikskoks »

Yeah, in most cases it can be used for reimport.
Everything is explained in documentation https://aluigi.altervista.org/papers/quickbms.txt
CDHacker
ultra-n00b
Posts: 2
Joined: Wed Oct 07, 2020 5:16 am

Re: I need help with reading the .npk file format

Post by CDHacker »

ikskoks wrote: Sun Oct 11, 2020 3:51 pm Yeah, in most cases it can be used for reimport.
Everything is explained in documentation https://aluigi.altervista.org/papers/quickbms.txt
but it doesn't that's the issue. it says "script invalid for reimporting, it uses MEMORY_Files." Any solution?
User avatar
ikskoks
Moderator
Posts: 1666
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 647 times
Been thanked: 431 times
Contact:

Re: I need help with reading the .npk file format

Post by ikskoks »

if the original archive uses complex encryptions that require the
usage of MEMORY_FILEs to perform temporary decryption, then it's NOT
supported and the same is valid for chunked content (like those
scripts that use the command Append)
From version 0.6.6, QuickBMS has an experimental mode for reimporting
chunked files, it works very well with files saved directly to disk
and less well with those that use MEMORY_FILEs (most of my scripts).
In my opinion this feature is great but don't expect too much, with
some scripts you can have success but many others may not work.
I would suggest to use reimport2 mode or re-write the script to not use memory files.
Post Reply