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

    Rusty Hearts Table (RH) Decryptor

    Tool for decrypt table files. These files can be found in the folder "Table". Use PCK Extractor for extract.

    Output files with extension .dec


    Tested only on XP


    Decrypted file format :

    I haven't found anywhere that uses a columnType of 2.
    From this point in the file, it's just a matter of reading all of the row data which should be extremely straightforward.

    Code:
    rhFile
    {
       numRows (int32)
       numColumns (int32)
       columnNames (array of widechar pascal strings)
       columnTypes (array of int32)
       rowData
    }
    
    enum columnTypes
    {
       int32,
       float32,
       string = 3,
       int64
    }
    
    I'd add: Used UTF-16
    Thanks to Fiel

    Have fun

    Please register or login to download attachments.


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


  3. #2
    sleepstun
    sleepstun is offline
    Guest
    Join Date
    2012 Aug
    Location
    Philipin
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Class not Registered

    open rh file : Class not Registered ???

  4. #3
    caijunfeng
    caijunfeng is offline
    New member
    Join Date
    2012 Jul
    Posts
    15
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts
    Rep Power
    0
    thanks for your share,but it's have error,Class not Registered .

  5. #4
    wwwfox6462
    wwwfox6462 is offline
    Guest
    Join Date
    2012 Sep
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    thanks for your share,but it's have error,Class not Registered

  6. #5
    pwrest
    pwrest is offline
    Guest
    Join Date
    2012 Nov
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Question

    Please anyone knows how to fix Class not Registered ?

Similar Threads

  1. [Release] Rusty Hearts DAT / MIP Decryptor
    By h4x0r in forum Game Files
    Replies: 8
    Last Post: 2014-06-16, 09:25 AM
  2. Rusty Hearts PCK Extractor
    By h4x0r in forum Game Files
    Replies: 20
    Last Post: 2012-09-20, 04:26 PM
  3. Rusty Hearts 3ds max importer
    By chrrox in forum Game Models and Graphic
    Replies: 5
    Last Post: 2012-07-12, 08:42 AM
  4. [Request] Rusty Hearts
    By chrrox in forum Game Files
    Replies: 9
    Last Post: 2011-11-29, 09:22 PM
  5. Rusty hearts Xtrap bypass/disabler
    By ezomniix in forum Research Requests
    Replies: 1
    Last Post: 2011-11-16, 07:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •