Results 1 to 4 of 4
  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

    JX Online 3 (The Legend of the Swordman Online III) PAK Unpack Script

    Script by aluigi
    Game: JX Online 3

    For unpack you need QuickBMS Tool.

    PHP Code:
    comtype NRV2b 
    idstring PACK 
    get FILES long 
    get INFO_OFF long 
    get BASE_OFF long 
    goto INFO_OFF 
    for FILES 
        get CRC long 
        get OFFSET long 
        get SIZE long 
        get ZSIZE long 

        set doit long 0 
        
    if CRC == -360607879    # some files are invalid! 
        #elif CRC == 12345678   # put their crc/name here 
        
    else                    # for skipping them! 
            
    set doit long 1 
        
    endif 

        if 
    doit != 
            
    if ZSIZE 0x10000000 
                math ZSIZE 
    &= 0x0fffffff 
                callfunction unpack_0x10000000 
            elif ZSIZE 
    0x20000000 
                math ZSIZE 
    &= 0x0fffffff 
                clog CRC OFFSET ZSIZE SIZE 
            elif ZSIZE 
    0x40000000 
                
    print "Error: type 0x40000000 not supported" 
                
    cleanexit 
            elif ZSIZE 
    0x80000000 
                
    print "Error: type 0x80000000 not supported" 
                
    cleanexit 
            
    else 
                
    log CRC OFFSET SIZE 
            
    endif 
        endif 
    next i 

    startfunction unpack_0x10000000 
        savepos TMP 
        
    goto OFFSET 
        get CHUNKS long 
        get CHUNKS_OFFSET long 
        math CHUNKS_OFFSET 
    += OFFSET 
        
    goto CHUNKS_OFFSET 
        putvarchr MEMORY_FILE SIZE 0    
    # pre-allocate for speed 
        
    log MEMORY_FILE 0 0             # reset 
        
    append 
        
    for CHUNKS 
            get OFFSETX long 
            get SIZEX long 
            get ZSIZEX long 
            math OFFSETX 
    += OFFSET 
            
    if ZSIZEX 0x10000000 
                
    print "Error: type2 0x10000000 not supported" 
                
    cleanexit 
            elif ZSIZEX 
    0x20000000 
                math ZSIZEX 
    &= 0x0fffffff 
                clog MEMORY_FILE OFFSETX ZSIZEX SIZEX 
            elif ZSIZEX 
    0x40000000 
                
    print "Error: type2 0x40000000 not supported" 
                
    cleanexit 
            elif ZSIZEX 
    0x80000000 
                
    print "Error: type2 0x80000000 not supported" 
                
    cleanexit 
            
    else 
                
    log MEMORY_FILE OFFSETX SIZEX 
            
    endif 
        
    next x 
        append 
        log CRC 0 SIZE MEMORY_FILE 
        
    goto TMP 
    endfunction 

  2. #2
    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 file mesh an texture do you know in which format are them?

  3. #3
    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
    Dunno

  4. #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
    the file in the .pak have no extension

Similar Threads

  1. [Info] JX3 Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 3
    Last Post: 2016-06-03, 12:52 PM
  2. [Info] Cabal Online II PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 8
    Last Post: 2015-07-12, 08:20 AM
  3. [Info] CW Online Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:24 PM
  4. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  5. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09: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
  •