Vagante .vra

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Vagante .vra

Post by makc_ar »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Vagante .vra

Post by aluigi »

csanchez
Posts: 11
Joined: Fri Dec 27, 2019 3:56 am

Re: Vagante .vra

Post by csanchez »

Hi, i'm trying translate this game in spanish, I have some problem reimporting a file
This is the bat to extract the files
quickbms.exe vagante_vra.bms data.vra vangate_data

to reimport just
quickbms.exe -G -w -r vagante_vra.bms data.vra vangate_data

I have this error
Image
TEPORARY_FILE?
I'm doing something wrong?

I modified just the file 'loading.png' in gfx\gui\
btw, about that, how I can extract some specific file/directory?
like data.vra\gfx\gui\loading.png or data.vra\gfx\gui\ ?
csanchez
Posts: 11
Joined: Fri Dec 27, 2019 3:56 am

Re: Vagante .vra

Post by csanchez »

Nothing? Anybody? :(
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Vagante .vra

Post by aluigi »

For reimporting you need to keep your TEMPORARY_FILE created during extraction.
Then remove the following lines:

Code: Select all

comtype zlib_noerror
get SIZE asize
clog TEMPORARY_FILE 0 SIZE SIZE
open "." TEMPORARY_FILE

Use reimport.bat selecting TEMPORARY_FILE, remember that you cannot change the size of your files.
Then you must compress TEMPORARY_FILE and renaming it as the original archive, use this script for compressing:

Code: Select all

comptype zlib_compress
get SIZE asize
clog "new_file" 0 SIZE SIZE