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.

Project cars 3 script update for audio extraction?

Featured Replies

  • Author
  • Localization

Kraken, posted Thu Jan 28, 2021 9:44 pm (61878)


Hi, just wondering if anyone has a way to get all the sound files out of the .bank files of project cars 3?

Using this default script:

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


In the case of the attached file, only extracts a "00000000.fsb" of about 328kb which once extracted is only 4 sound files, 2 rev limiter files and 2 idle engine sound files. Anyone know of any way to get it to extract the FULL .FSB with all the files? If we can get some, I'm sure we can get the rest somehow :).

Many thanks in advance.
  • Author
  • Localization

aluigi, posted Wed Feb 17, 2021 11:58 pm (62348)


fsbext -o -1 is a good way for automatically scanning the input file and extracting the FSB files in it.
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.