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.

Night of azure 2 gz extraction PSVITA

Featured Replies

  • Author
  • Localization

xperiagenerator, posted Thu Apr 12, 2018 7:26 am (33989)


Hi
i m trying to extract model from this archive
i found this bms script for the pc version but it doesnt work for the psvita

i wonder if a little fix will solve the problem


Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.html

//Decompression
comtype zlib_noerror
get NAME basename
do
   get ZSIZE long
   savepos OFFSET
   append
   clog memory_file OFFSET ZSIZE ZSIZE
   append
   math OFFSET ZSIZE
   goto OFFSET
while ZSIZE != 0
//Extraction
goto 0x0 -1
idstring -1 "CRAE"
get UNK long -1
get TOTAL_DATA_SZ long -1
get START_TABLE long -1
get TABLE_SZ long -1
get FILES long -1
get UNK2 long -1
for i = 0 < FILES
   get OFFSET long -1
   get SIZE long -1
   getdstring NAME 0x40 -1
   log NAME OFFSET SIZE -1
next i


  • Author
  • Localization

Acewell, posted Thu Apr 12, 2018 8:04 am (33991)


that looks like one i posted on Xentax :)
http://forum.xentax.com/viewtopic.php?p=137369#p137369
anyway this works on your PSVita sample
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

idstring "CRAE"
get UNK long
get TOTAL_DATA_SZ long
get START_TABLE long
get TABLE_SZ long
get FILES long
get UNK2 long
for i = 0    get OFFSET long
   get SIZE long
   getdstring NAME 0x40
   log NAME OFFSET SIZE
next i
  • Author
  • Localization

xperiagenerator, posted Thu Apr 12, 2018 8:24 am (33992)


it works thankyou

and yes i found it on xentax
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.