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.

[script] Call of Duty: Black Ops/Modern Warfare 3 (Wii) sound.pak [PAK0]

Featured Replies

  • Author
  • Localization

AlphaTwentyThree, posted Tue May 24, 2016 5:02 pm (13677)


Here's the script for the sound.pak for the Wii version of Call of Duty: Black Ops. The resulting dsp files can ve converted to genh with my script here: viewtopic.php?f=6&t=2512

Code:
# extracts the sound.pak from Call of Duty: Black Ops/Modern Warfare 3 (Wii)
# resulting dsp files can be converted with the script at http://zenhax.com/viewtopic.php?f=6&t=2512
# written by AlphaTwentyThree of Zenhax
# script for QuickBMS http://quickbms.aluigi.org

idstring "PAK0"
get UNK long
get FILES long
get MULTIPLIER long
get DATASTART long
for i = 1 <= FILES
   get CRC long
   get OFFSET long
   xmath OFFSET "OFFSET * MULTIPLIER DATASTART"
   get SIZE long
   get NAME basename
   string NAME p= "%s_0xx.dsp" NAME CRC
   log NAME OFFSET SIZE
next i
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.