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.

The Battle of Yu Yu Hakusho Shitou Ankoku Bujutsukai 120 (PS2)

Featured Replies

  • Author
  • Localization

reh, posted Sat Mar 14, 2020 7:38 am (54625)


Some way to decompress?this file?
I tried to use this script:
aluigi wrote:
Code:
get FILES long
goto 0x10
savepos BASE_OFF
xmath BASE_OFF "BASE_OFF (FILES * 16)"
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get ZERO long
    get DUMMY long  # reverse ID?
    math OFFSET BASE_OFF
    log "" OFFSET SIZE
next i


on FILELINK.BIN, but to no avail.
I thank you for your help!
  • Author
  • Localization

lisomn, posted Mon Mar 16, 2020 6:48 am (54676)


this is the correct script
Code:
# script for QuickBMS http://quickbms.aluigi.org
# by lisomn
get count long
get OFF_CHUNK_END long
goto 0x10
savepos table_off
for i = 0 < count
   goto table_off
   get off_table_offset long
   get off_table_count long
   for j = 0 < off_table_count
      goto off_table_offset
      get data_offset long
      get data_zsize long
      get zero byte
      get id long
      goto data_offset
      get data_size long
      math data_offset 4
      math data_zsize - 4
      ComType zlib
      clog "" data_offset data_zsize data_size
      math off_table_offset 16
   next j
   math table_off 16
next i
  • Author
  • Localization

reh, posted Sun Mar 22, 2020 5:44 am (54916)


Thank you so much for the scripts, they worked like a charm :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.