Game: https://store.steampowered.com/app/323220/Vagante/
Example: https://www109.zippyshare.com/v/S0k6yUae/file.html
Zlib
Vagante .vra
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 11
- Joined: Fri Dec 27, 2019 3:56 am
Re: Vagante .vra
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
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\ ?
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
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\ ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Vagante .vra
For reimporting you need to keep your TEMPORARY_FILE created during extraction.
Then remove the following lines:
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:
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