Please use the correct thread for asking questions. I didn't create it for being ignored. I'll help you with the errors in this thread only this one time. If you need more help, please ask your questions in the RH Repack questions thread linked in the first post. You have to replace SQLCONNECTIONSTRING in dbc config xml with a string containing your sql information. A sample string with to be changed values can be found in the xml commentary. I left it there so you may change them to whatever you like.
I found some old files which you can try.
RHStuff.7z
@chreadie: thank you
I can decode
D:\GameDev\RH\RHStuff>FileCrypt.exe decode mip cashshopbanner.rh.mip
Decrypting
Trying to encode back
D:\GameDev\RH\RHStuff>FileCrypt.exe encode mip output\cashshopbanner.rh.mip
Encrypting
but file still not encrypted
this was supposed to be without support but here goes:
If you are looking at the "stage" part from running the application without parameters you will see for example "mip" "dec" which means the stage of the file to process is mip or decrypted.
An Example of your commandline would be "exe encode dec output\cashshopbanner.rh"
which means you want to encode the file which currently is decrypted
as for decryption "exe decode mip cashshopbanner.rh.mip"
which means you want to decode aka decrypt the file which is currently "mip'd"
try using cmd.exe.
Click -> Windows Start Button -> click "Run.." (or on windows 7 just type cmd.exe) -> type cmd.exe -> press enter -> navigate to where the exe file is -> type its name -> press enter
On another topic, maybe its time for Rusty Hearts to get its own part of ragezone's forums.
Thank you!
@chreadie
how i encrypt the tables again?
I used your tool RHExtractorGUI to extract and decrypt,
but if I put them on the client without encrypting Error: Rusty Hearts send error reporting.
thank you!
Having trouble with this as well.
As a simple test, I took an ogg file from the japanese version of the game, packed it to a mip file, tossed it in the archive folder (along with the txt file that it generated, also tried without it) with the right folder structure and ran MPatcher.exe.
Now the file shows up in the pck files, problem is, it's 0KB.
Desperately want the Japanese voices in this game because the default ones blow.
edit: Appearantly I used the wrong syntax.. This time I used exe encode dec filename.ogg which generated a mip and text file, tossed it in the archive folder again. Shows up with the same filesize in the pck files but it seems either corrupted or encrypted somehow..
Last edited by DarkKaine; 09-02-13 at 09:30 AM.
Cannot connect to Database:
Its right that i just have to insert the database values into the php file?
Tables cant be in "text mode" and should only be hexedited to start with, secondly i think most tablefiles should be on the server side too. On the server side the files arent MIPs (im writing this from memory while booting my RH server) and should be processed differently.
Once the file is edited it should be enough for client side to run "exe encode dec FILE"
Is the client telling you its encrypted or corrupted? Are you getting an error at all?
i need something that can edit RH Table files (.rh) can any1 help me?
correct me if i m wrong, but isnt .rh table file encrypted using AES? didnt u made something that can extract .pck and decrypt .rh files?
encrypted .RH file can be opened in notepad, is it possible say edit the decrypted .rh file and then re-encrypt it? since i have no idea how to use a hex editor.....