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.

TimeSplitters 1 (2000) PS2 | BMSscript to extract SFX.PAK

Featured Replies

  • Author
  • Localization

JackKrowell, posted Sat Jan 15, 2022 7:56 pm (69113)


Could anybody here provide me with a BMSscript to extract the SFX.PAK file of TimeSplitters 1 (2000, the first ever TimeSplitters released) of the PS2 console.

I'll be providing a download link for said .PAK file that I'm referring to:


https://drive.google.com/file/d/1xH35B6a1TX9AMPcp2YT4YBJ6SLc9kioF/view?usp=sharing
  • Author
  • Localization

BloodRaynare, posted Sat Jan 15, 2022 11:22 pm (69116)


Here's the BMS script for your sample:

Code:
IDstring "P4CK"
get INFO_OFF long
get INFO_LEN long
xmath FILES "INFO_LEN / 0x3c"
goto INFO_OFF

for i = 0 < FILES
   getDstring NAME 0x30
   get OFFSET long
   get SIZE long
   get ZERO long
   log NAME OFFSET SIZE
next i


Note: There are some duplicate files inside there, just overwrite them if QuickBMS asks you to do so.

There are already too many tools/media players that supports Sony VAG format, just use whatever suits you.
  • Author
  • Localization

JackKrowell, posted Sun Jan 16, 2022 2:32 am (69120)


Thanks for the Script my friend, it extracted all the files with great success. And you were right about those duplicate files as well, I merely decided to overwrite them all.
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.