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

    KnightAge CVF Unpack Script

    Author: Unknown
    Site: here

    For unpack you need QuickBMS Tool.

    PHP Code:
    idstring "SFILESYSTEM\0\0\0\0\0"
    get FILES long # doesn't seem to be the correct number
    set OFFSET long 0x120
    get TOTAL_SIZE asize

    for
       if 
    OFFSET >= TOTAL_SIZE
          cleanexit
       
    endif
       goto 
    OFFSET
       get ZIP long   
    # not verified
       
    getdstring NAME 0x100
       get ZSIZE long
       get SIZE long
       get DUMMY long
       get DUMMY long
       savepos OFFSET

       
    if ZIP == 1
          clog NAME OFFSET ZSIZE SIZE
       
    else
          
    log NAME OFFSET ZSIZE
       
    endif

       
    math OFFSET += ZSIZE
    next 
    HOW TO Use:

    1. Run QuickBMS
    2. Select script
    3. Select file for unpack
    4. Select dir to unpack
    5. Enjoy

  2. #2
    shop0pers
    shop0pers is offline
    Guest
    Join Date
    2013 Feb
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Is this to solve the problem in Installing the Knoghtage game?

Similar Threads

  1. [Info] Elsword KOP Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-27, 09:27 PM
  2. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  3. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  4. [Info] ShotOnline SOR Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:23 PM
  5. [Info] Maestia MVD Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-01-23, 05:37 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
  •