Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Dragon Nest Can't Extract .pak files

Featured Replies

  • Author
  • Localization

fags343, posted Fri Sep 04, 2015 6:50 am (7164)


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

Image

code
Code:
IDString "EyedentityGames Packing File 0.1"
goto 0x104
get Files long
get noffset long 
goto noffset 
for i = 0 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
  • Author
  • Localization

aluigi, posted Fri Sep 04, 2015 4:02 pm (7165)


Try replacing:
Code:
clog NAME OFFSET ZSIZE SIZE
with
Code:
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.
  • Author
  • Localization

fags343, posted Sat Sep 05, 2015 3:02 am (7182)


thanks :D it worked
  • Author
  • Localization

Omnitrix, posted Mon Dec 26, 2022 10:44 pm (74757)


aluigi wrote:
Try replacing:
Code:
clog NAME OFFSET ZSIZE SIZE
with
Code:
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
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.