Dragon Nest Can't Extract .pak files

Doubts, help and support about QuickBMS and other game research tools
fags343
Posts: 3
Joined: Thu Sep 03, 2015 5:15 pm

Dragon Nest Can't Extract .pak files

Post by fags343 »

hello
i can't extract dragon nest .pak files
i'm using the quickbms 0.6.6a and dragonnest.bms

Image

code

Code: Select all

IDString "EyedentityGames Packing File 0.1"
goto 0x104
get Files long
get noffset long 
goto noffset 
for i = 0 < FILES
getdstring NAME 0x100
get ZSIZE long
get SIZE long
get ZSIZE1 long
get OFFSET long
get UNK3 long
getdstring NULL1 0x28
clog NAME OFFSET ZSIZE SIZE
next i


can you help me?
thanks
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Dragon Nest Can't Extract .pak files

Post by aluigi »

Try replacing:

Code: Select all

clog NAME OFFSET ZSIZE SIZE
with

Code: Select all

if SIZE <= ZSIZE
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif

Dragon Nest X used the same strange way to specify non-compressed files, so with an uncompressed size minor than the compressed one.
fags343
Posts: 3
Joined: Thu Sep 03, 2015 5:15 pm

Re: Dragon Nest Can't Extract .pak files

Post by fags343 »

thanks :D it worked
Omnitrix
Posts: 19
Joined: Fri Aug 31, 2018 11:24 pm

Re: Dragon Nest Can't Extract .pak files

Post by Omnitrix »

aluigi wrote:Try replacing:

Code: Select all

clog NAME OFFSET ZSIZE SIZE
with

Code: Select all

if SIZE <= ZSIZE
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif
Dragon Nest X used the same strange way to specify non-compressed files, so with an uncompressed size minor than the compressed one.
Hello, happy holidays! Sorry for resurrecting this thread. I have the same error with another Dragon nest .pak. I already changed what you told above but still got this error. here is the file, it's 27 mb. https://www.mediafire.com/file/colladrc ... 1.pak/file
111.JPG