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

    Rift: Planes of Telara (Assests , PAK) Unpack Script

    Author: h4x0r
    Site: here
    Client Version: 1.9+

    For unpack you need QuickBMS Tool.

    Script for PAK


    PHP Code:
    # Rift: Planes of Telara (v1.0+) (PAK format)

    # Written by Ekey (h4x0r)
    # https://progamercity.net

    # script for QuickBMS http://quickbms.aluigi.org

    get VERSION long
    get PAKSIZE long
    get UNKNOWN long
    get TABLESIZE long

    math FILES 
    TABLESIZE
    math FILES 
    /= 0x3c

    for 1 to FILES
      getdstring TRASH 0xc
      get HASH long
      get NULLS long
      get ZSIZE long
      get SIZE long
      get UNKNOWN long
      get OFFSET long
      getdstring TRASH 0x18
      string NAME p
    "%08X" HASH
      
    if ZSIZE == SIZE
        log NAME POINTER SIZE
      
    else
        
    clog NAME POINTER ZSIZE SIZE
      
    endif
    next i 
    Script for Assests 0xx


    PHP Code:
    # Rift: Planes of Telara (v1.9+) (Assests format)

    # Written by Ekey (h4x0r)
    # https://progamercity.net

    # script for QuickBMS http://quickbms.aluigi.org

    comtype unzip_dynamic

    idstring 
    "TWAD"
    get VERSION long
    get DUMMY long
    get FILES long
    get DUMMY long

    for FILES
      get ID1 long
      get ID2 long
      get OFFSET long
      get SIZE long
      get SIZED long
      get DUMMY long
      getdstring SHA1 0x14
      string NAME p
    "%04X%04X" ID1 ID2
      clog NAME OFFSET SIZE SIZE
    next i 
    HOW TO Use:

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

  2. The Following User Says Thank You to h4x0r For This Useful Post:


  3. #2
    plechito
    plechito is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0
    Can someone upload works bsm scripts?

    Thanks for answer

  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
    thanks a lot h4x0r, grateful.

  5. #4
    wes643
    wes643 is offline
    Guest
    Join Date
    2014 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Unhappy

    Hello, i tried this but when i see extracted files them don't have a format and files is 1000+

  6. #5
    raykingnihong
    raykingnihong is offline
    New member
    Join Date
    2014 May
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Cool raykingnihong

    Thanks for sharing, the first script that can extract without suffix, the second script has failed unable to decompress. Hope to have the script updates

  7. #6
    blabba
    blabba is offline
    Guest
    Join Date
    2014 May
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Thanks a lot for these scripts!

    Any idea about Assets files with .00 etc... extensions?

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. [Tool] Rift: Planes of Telara PAK Extractor
    By h4x0r in forum Game Files
    Replies: 3
    Last Post: 2015-05-16, 08:57 AM
  3. [Info] ShotOnline SOR Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:23 PM
  4. [Info] What is the Rift Planes of Telara
    By Grooguz in forum Rift: Planes of Telara
    Replies: 0
    Last Post: 2011-03-22, 05:28 PM
  5. New subforum for Rift Planes of Telara
    By Dwar in forum Rules/Announcements
    Replies: 0
    Last Post: 2011-03-03, 03:46 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
  •