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.

Monster Hunter: World (PS4) .BIN

Featured Replies

  • Author
  • Localization

aluigi, posted Mon Jun 04, 2018 11:33 am (35575)


The good news is that I have the script while the bad news is that the compression algorithm seems oodle (0x8c) but it's something different.
Additionally the non-compressed files are just garbage.

I leave the work-in-progress script in case someone needs it for studying the format and algorithm (which means DO NOT USE IT!!!):
Code:
comtype oodle   # ???

callfunction QUICKBMS_4GB_CHECK 1
idstring "CMP\0"
get FILES long
for i = 0 < FILES
    int FLAGS:2
    int SIZE:22
    int OFFSET:40
    putarray 0 i FLAGS
    putarray 1 i SIZE
    putarray 2 i OFFSET
next i

sortarray 2 1

for i = 0 < FILES
    getarray FLAGS  0 i
    getarray SIZE   1 i
    getarray OFFSET 2 i
    math i 1
    getarray ZSIZE  2 i
    math ZSIZE - OFFSET

    if FLAGS & 2
        clog "" OFFSET ZSIZE SIZE
    else
        log  "" OFFSET ZSIZE
    endif
next

startfunction QUICKBMS_4GB_CHECK
    math TMP64 = 0x10000000
    math TMP64 * 16
    if TMP64 == 0
        print "you must use quickbms_4gb_files.exe with big archives"
        cleanexit
    endif
endfunction
  • Author
  • Localization

bxaimc, posted Mon Jun 04, 2018 2:48 pm (35582)


Thanks! Now to play the waiting game :3
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.