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.

Just Cause 3 .bank

Featured Replies

  • Author
  • Localization

FordGT90Concept, posted Tue Jan 30, 2018 2:32 pm (32045)


I used the unpacker attached here to obtain these samples. They're supposed to be fmod banks but the dump_fsb BMS scripts aren't working nor is fsbext or FsbExtractor. Some of them have one instance of FSB5 in it, but not always. They all start with RIFF and, except for the header data, look encrypted or compressed.

Any ideas?
  • Author
  • Localization

ponaromixxx, posted Wed Jan 31, 2018 12:02 am (32062)


1) Apply to .bank

Code:
for OFFSET = 0
    goto OFFSET
    findloc OFFSET string "FSB5"
    goto OFFSET
    getdstring FSB_SIGN 4   # FSOUND_FSB_HEADER_FSB5 (fsb.h)
    get version long
    get numsamples long
    get shdrsize long
    get namesize long
    get datasize long
    xmath SIZE "0x3c shdrsize namesize datasize"
    log "" OFFSET SIZE
next OFFSET SIZE


2) The resulting .fsb extract these tools:

fsb_aud_extr.zip

  • Author
  • Localization

FordGT90Concept, posted Wed Jan 31, 2018 7:37 am (32068)


It works, thank you! :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.