Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    h4x0r
    h4x0r is offline
    h4x0r's Avatar
    Join Date
    2011 Aug
    Location
    ..\root\home\pgc
    Posts
    826
    Thanks Thanks Given 
    64
    Thanks Thanks Received 
    525
    Thanked in
    205 Posts
    Rep Power
    14

    Dragon Nest PAK Unpacker / Packer

    Tools for Pack / Unpack game archive files (*.PAK)

    Unpacker - for unpack u need QuickBMS and script (included in archive)

    PHP Code:
    IDString "EyedentityGames Packing File 0.1" 
    goto 0x104
    get Files long
    get noffset long
    goto noffset
    for 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 
    HOW TO Unpack files:

    Code:
    quickbms "DNUnpack.bms" "FILE_PATH" "DIR_FOR_UNPACK"
    Example:

    Code:
    quickbms "DNUnpack.bms" "E:\Games\Dragon Nest\Resource01-English.pak" "E:\Games\Dragon Nest"
    Packer

    HOW TO Pack files:

    Step 1: Download DNPack.rar and extract it into a folder of your choice.

    Step 2: Copy and Paste the files you wish to edit into where they would normally go in the resource folder, if the folder is missing, make a new folder with that name. Remember, you don't need to include all of the files into the subfolder, only the ones you want to edit.

    Step 3:Edit Pack-all so that it includes the sub folders you wish to pack, but remember you need to include each sub folder seperately.

    Step 4: Run Pack-All and put the file that is created into the "Nexon/Dragon Nest" folder with the other .pak files (Resource00.pak, Resource01.pak, Resource02.pak, Resource03.pak)

    Step 5: Run Dragon Nest and test out your changes.

    Source Code (Packer) : View

    Please register or login to download attachments.


  2. The Following 3 Users Say Thank You to h4x0r For This Useful Post:


  3. #2
    CriticalError
    CriticalError is offline
    Senior Member CriticalError's Avatar
    Join Date
    2011 Jun
    Posts
    204
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    44
    Thanked in
    27 Posts
    Rep Power
    0
    anyway old unpacker, I get it some time ago but thanks anyway for contribution, credits are for aluigi, great help for script.

  4. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Gee, unpacker already exists... so it will save some of my time and I can use this time for creating others things
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #4
    gimel19
    gimel19 is offline
    Guest
    Join Date
    2011 Aug
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    whats the use of this unpacker??? anyone???

  6. #5
    CriticalError
    CriticalError is offline
    Senior Member CriticalError's Avatar
    Join Date
    2011 Jun
    Posts
    204
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    44
    Thanked in
    27 Posts
    Rep Power
    0
    Quote Originally Posted by gimel19 View Post
    whats the use of this unpacker??? anyone???
    you need use quickbms program and script him post.

    1º Open quickbms and select bms script.
    2º Select .PAK
    3º Select outut folder for unpack

    Please register or login to download attachments.


  7. #6
    iammtxd
    iammtxd is offline
    Guest
    Join Date
    2011 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Smile thx~~!!!

    I really need this for my japan sound

  8. The Following User Says Thank You to iammtxd For This Useful Post:


  9. #7
    Viks
    Viks is offline
    New member
    Join Date
    2011 Jul
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    А музончик как вытащить? Програмулина может это сделать?

  10. #8
    Grooguz
    Grooguz is offline
    BanHammer Holder
    Grooguz's Avatar
    Join Date
    2010 May
    Posts
    678
    Thanks Thanks Given 
    152
    Thanks Thanks Received 
    537
    Thanked in
    167 Posts
    Rep Power
    14
    Quote Originally Posted by Viks View Post
    А музончик как вытащить? Програмулина может это сделать?
    If you mean "how to get music from this game", unpacker will extract all data from client

  11. #9
    blackreaperz
    blackreaperz is offline
    New member
    Join Date
    2013 Jan
    Location
    Klang
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Good,realy need this tool anyway thx for share....

  12. #10
    tungproxxxx
    tungproxxxx is offline
    Guest
    Join Date
    2014 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Smile Dragon Nest PAK Unpacker / Packer

    Tools for Pack / Unpack game archive files (*.PAK)

    Unpacker - for unpack u need QuickBMS and script (included in archive)

    Code:
    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
    HOW TO Unpack files:

    Code:
    quickbms "DNUnpack.bms" "FILE_PATH" "DIR_FOR_UNPACK"
    Example:

    Code:
    quickbms "DNUnpack.bms" "E:\Games\Dragon Nest\Resource01-English.pak" "E:\Games\Dragon Nest"
    Packer

    HOW TO Pack files:

    Step 1: Download DNPack.rar and extract it into a folder of your choice.

    Step 2: Copy and Paste the files you wish to edit into where they would normally go in the resource folder, if the folder is missing, make a new folder with that name. Remember, you don't need to include all of the files into the subfolder, only the ones you want to edit.

    Step 3:Edit Pack-all so that it includes the sub folders you wish to pack, but remember you need to include each sub folder seperately.

    Step 4: Run Pack-All and put the file that is created into the "Nexon/Dragon Nest" folder with the other .pak files (Resource00.pak, Resource01.pak, Resource02.pak, Resource03.pak)

    Step 5: Run Dragon Nest and test out your changes.

    Source Code (Packer) : View

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] deSQP - Sqp archive packer/unpacker
    By Dwar in forum Game Files
    Replies: 46
    Last Post: 2017-06-05, 07:15 PM
  2. Dragon Nest (NA) Multi-client
    By D3m0tol in forum Dragon Nest Bots, Hacks, Cheats
    Replies: 2
    Last Post: 2012-01-24, 01:33 PM
  3. [Request] Dragon Nest SEA
    By ashH in forum Dragon Nest
    Replies: 28
    Last Post: 2011-12-02, 01:39 AM
  4. [Info] Dragon Nest CN manual unpacking zip archive
    By Dwar in forum Other MMO
    Replies: 0
    Last Post: 2011-06-29, 06:12 AM
  5. [Release] dVDK - vdk files Packer/Unpacker
    By Dwar in forum Requiem Online
    Replies: 63
    Last Post: 2011-03-01, 02:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •