Tools for Pack / Unpack game archive files (*.PAK)
Unpacker - for unpack u need QuickBMS and script (included in archive)
HOW TO Unpack files:PHP 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
Example:Code:quickbms "DNUnpack.bms" "FILE_PATH" "DIR_FOR_UNPACK"
PackerCode:quickbms "DNUnpack.bms" "E:\Games\Dragon Nest\Resource01-English.pak" "E:\Games\Dragon Nest"
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.