[request] unpack file data.rvp

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
geritba
Posts: 5
Joined: Tue Aug 09, 2016 10:00 pm

[request] unpack file data.rvp

Post by geritba »

Hello, i used offzip to unpack the file and it did it somehow.

the problem is i know inside should be a folder "game" "config" "gui".

i could use the files without re-compressing but would need correct names of folders and files inside.

here is what it looked like after using offzip:
http://imgur.com/a/tiax5

This is the file:
https://mega.nz/#!094QSa6L!Tofm7TDyQtvy7NdI_F2Qoxau8QJk9AkKyteKpvCR38M
if someone can figure out how to extract the right files/folder names would be awesome.

PS: i tried to use fantasy_college.bms since it was for .rvp files like this one, but gave an error, probably this .rvp is different.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [request] unpack file data.rvp

Post by aluigi »

Name of the game?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [request] unpack file data.rvp

Post by aluigi »

geritba
Posts: 5
Joined: Tue Aug 09, 2016 10:00 pm

Re: [request] unpack file data.rvp

Post by geritba »

this is awesome really, worked like a charm :)
geritba
Posts: 5
Joined: Tue Aug 09, 2016 10:00 pm

Re: [request] unpack file data.rvp

Post by geritba »

Just one question please, is it possible to pack again the files after editing?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [request] unpack file data.rvp

Post by aluigi »

The script is valid for reimporting, you can read all the information about this method in section 3 of quickbms.txt.
geritba
Posts: 5
Joined: Tue Aug 09, 2016 10:00 pm

Re: [request] unpack file data.rvp

Post by geritba »

Code: Select all

C:\Users\Geri\Downloads\Compressed\quickbms>quickbms.exe -w -r fantasy_college.b
ms data.rvp test

QuickBMS generic files extractor and reimporter 0.7.5
by Luigi Auriemma
e-mail: me@aluigi.org
web:    aluigi.org
        (Jul 19 2016 - 13:49:18)

                   quickbms.aluigi.org  Homepage
                            zenhax.com  ZenHAX Forum
                               @zenhax  Twitter & Scripts

- REIMPORT mode enabled!
- open input file C:\Users\Geri\Downloads\Compressed\quickbms\data.rvp

- error in src\file.c line 220: fdnum_open()
Error: Permission denied

C:\Users\Geri\Downloads\Compressed\quickbms>


can you give me some hint what to look for since it gives this error
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [request] unpack file data.rvp

Post by aluigi »

It means that the file is read-only or your user can't write it.
geritba
Posts: 5
Joined: Tue Aug 09, 2016 10:00 pm

Re: [request] unpack file data.rvp

Post by geritba »

Now its compressing it. you are right folder was read only.

thank you very much