Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

VCRAZ File header

Featured Replies

  • Author
  • Localization

Garo, posted Wed Nov 18, 2020 6:14 pm (60406)


I was using QuickBMS with the Namco Museum script to rip from Namco Museum Remix, when you run the initial Lempel-Ziv-Stac file through QuickBMS it gives you a raw data file with a header of VCRAZ. Yes, I have decompressed the raw data file with QuickBMS by running it through the program a second time, but I want to know if you can compress VCRAZ files. Does anyone know if this may be a U8 archive? Thanks in advance
  • Author
  • Localization

aluigi, posted Thu Nov 19, 2020 5:39 pm (60450)


This script can compress the VCRA file into SLZ (I don't remember what's the original extension):
Code:
comtype lzss0_compress

get SIZE asize
clog MEMORY_FILE2 0 SIZE SIZE
get ZSIZE asize MEMORY_FILE2

log MEMORY_FILE 0 0
putdstring "SSZL" 4 MEMORY_FILE
put 0 long MEMORY_FILE
put ZSIZE long MEMORY_FILE
put SIZE long MEMORY_FILE

get NAME filename
string NAME ".slz"
log NAME 0 16 MEMORY_FILE
append
log NAME 0 ZSIZE MEMORY_FILE2
append

While if you need to edit the VCRA file, try the reimport feature while running namco_museum.bms.
  • Author
  • Localization

Garo, posted Mon Nov 23, 2020 11:37 pm (60556)


Thanks Luigi, I'll try it out!
  • Author
  • Localization

Garo, posted Mon Nov 23, 2020 11:46 pm (60557)


Wait, I need to pack the folder as one big file. Is there some way to do this that I'm missing?
  • Author
  • Localization

aluigi, posted Wed Nov 25, 2020 3:23 pm (60589)


You can use reimport2.bat for that job.
  • Author
  • Localization

Garo, posted Fri Nov 27, 2020 8:30 pm (60681)


Hey I'm sorry for making this a long topic, but will you publish that .lzs compression script on the QuickBMS website? I am making a program that quickly extracts the files of Namco Museum Remix and it uses the original namco_museum.bms script and the script you replied to this post with. Thanks for the help!
  • Author
  • Localization

aluigi, posted Sat Nov 28, 2020 11:01 am (60699)


It's a simple script so I guess I will leave it here in the post without indexing it on the quickbms homepage.
Very happy of your project :D
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.