Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  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 Oath AXP Unpacker

    Script by Tsukihime

    Unpack Script - for unpack u need QuickBMS.

    PHP Code:
    #Dragon Oath AXP extractor
    #quickbms script
    #by Tsukihime

    get idstring long
    get unk1 long
    get null long
    get unk2 long
    get offsetBlock long 
    #this block gives the offsets and data sizes
    get files long #includes the (list) block which holds all filenames and their data size
    get unk3 long
    get startOffset long 
    #not important, but the data for first file starts here.
    get unk4 long
    goto offsetBlock
    savepos offsetPtr

    get folder basename

    #get the (list) offset
    math temp files
    math temp 
    -= 1
    math temp 
    *= 12
    math temp 
    += offsetBlock

    goto temp
    get listOfs long

    #go to the first filename
    goto listOfs
    goto 9 0 SEEK_CUR
    savepos listPtr
    findloc newline string 
    "\n"
    math newline += 1
    goto newline
    savepos listPtr
    #list pointer is now set

    for files

       
    #======Get offset and size======
       
       
    goto offsetBlock
       get offset long
       get size long
       get unk long 
    #always 0x0000008
       
    savepos offsetBlock #remember where we are

       #======Get Filename=============
       #find the pipe character 0x7C
       
    goto listPtr
       findloc pipeOfs string 
    "|"

       
    #calculate string length
       
    math stringlen pipeOfs
       math stringlen 
    -= listPtr

       
    #get the string name
       
    getdstring name stringlen

       
    #update position of list pointer
       
    math listPtr pipeOfs
       math listPtr 
    += 19
       
    goto listPtr
       
       
    #========save file===============
       
    set outName folder
       string outName 
    += "/"
       
    string outName += name
      log outName offset size
    next i 
    HOW TO Use:

    Code:
    quickbms "DOAXP.bms" "AXP_FILE_PATH" "DIR_FOR_UNPACK"
    Added: AXPUnpack Tool Supported AXP files from Tian Long Ba Bu

    Please register or login to download attachments.

    Last edited by h4x0r; 2011-09-07 at 08:25 AM.

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


  3. #2
    mario
    mario is offline
    Guest
    Join Date
    2012 Jan
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    How to use?

    Okay Nice Work dude but i still don't know how to use it , can you make a video to show us how to use it?

  4. #3
    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 mario View Post
    Okay Nice Work dude but i still don't know how to use it , can you make a video to show us how to use it?
    what you don't know? how unpack?

    1º Open APX Unpack
    2º Ctrl+O
    3º Open APX file
    4º Waiting to load and extract content you want.
    5º End of story

  5. #4
    Baso
    Baso is offline
    New member
    Join Date
    2012 Jan
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    6
    Thanked in
    3 Posts
    Rep Power
    0
    there is a method to translate the file in english or some linguage? or to find the texture attach to the same 3d model?

  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 Baso View Post
    there is a method to translate the file in english or some linguage? or to find the texture attach to the same 3d model?
    what you wanna mod Baso? I don't understand you really.

  7. #6
    Baso
    Baso is offline
    New member
    Join Date
    2012 Jan
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    6
    Thanked in
    3 Posts
    Rep Power
    0
    the axp extractor that i had download here, when i open the file, they have all a chinese name or symbols, so i can't find the texture of a model with a search command... do you know a method to find them quickly?

  8. #7
    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 Baso View Post
    the axp extractor that i had download here, when i open the file, they have all a chinese name or symbols, so i can't find the texture of a model with a search command... do you know a method to find them quickly?
    generally I unpack all files for test it better, I never select some of them, try search it when unpack all files.

  9. #8
    Baso
    Baso is offline
    New member
    Join Date
    2012 Jan
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    6
    Thanked in
    3 Posts
    Rep Power
    0
    how can i extract all file in one time?

    edit: i have resolved the problem using quickbms
    Last edited by Baso; 2012-01-30 at 07:30 PM.

  10. #9
    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 Baso View Post
    how can i extract all file in one time?

    edit: i have resolved the problem using quickbms
    I don't have client installed now, you can give me via private message msn for connect into your PC via TEAM VIEWER see yaa.

  11. #10
    Baso
    Baso is offline
    New member
    Join Date
    2012 Jan
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    6
    Thanked in
    3 Posts
    Rep Power
    0
    i have found the method to find the texture in the 3d model, so i resolved all my problem

Page 1 of 3 123 LastLast

Similar Threads

  1. Dragon Nest PAK Unpacker / Packer
    By h4x0r in forum Game Files
    Replies: 10
    Last Post: 2017-04-19, 10:03 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. Black Dragon Injector 2.3
    By Swiftdude in forum Trash Bin
    Replies: 2
    Last Post: 2011-05-17, 01:51 AM
  5. Dragon Ball Online .PAK Files
    By snaity in forum Game Files
    Replies: 6
    Last Post: 2010-11-16, 07:40 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
  •