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.

Dead or Alive series (Xbox) .wva sound files

Featured Replies

  • Author
  • Localization

MarioSonicU, posted Mon Apr 03, 2017 3:53 pm (21931)


I was wondering what can extract sounds from these archives. Can anyone help, please?
  • Author
  • Localization

mauzerX, posted Wed Apr 05, 2017 5:05 am (21977)


VGM tool box (extract)
----------------------------
Note:Go to Misc.Tools->Extraction Tools->Generic->Advanced/Offset Finder
Criteria: 690001002256
Criteria2: 690001006842
Treat as Hex:
Extract Files:
Search String is at Offset: -64
Output File Extension: .bin
Use Terminator String: 690001002256
Use Terminator String2: 690001006842
Treat as Hex:
Cut to EOF when Terminator not found:
Files to Search: *.wva - soundpacks

VGM tool box (create headers for audio) to play with in_vgmstream
----------------------------
Note:Go to Misc.Tools->GENH->Create\Extract GENH
Source Files: DEV\\*.wva ->*.bin - sounds
Input File Format: XBOX 4-bit IMA ADPCM
Header Skip: 0
Interleave: 0x10
Channels: 1
Frequency: 22050
No Loops:
Click Create GENHs

batch for xbadpdec( add header\ convert to wav)
--------------------------------------------
for %%a in (*.bin) do xbadpdec.exe -f 22050 -c 1 -a "%%a" "%%a.xwav"
or
for %%a in (*.bin) do xbadpdec.exe -f 22050 -c 1 "%%a" "%%a.wav"
  • Author
  • Localization

MarioSonicU, posted Thu Apr 06, 2017 2:55 am (22004)


mauzerX wrote:
VGM tool box (extract)
----------------------------
Note:Go to Misc.Tools->Extraction Tools->Generic->Advanced/Offset Finder
Criteria: 690001002256
Criteria2: 690001006842
Treat as Hex:
Extract Files:
Search String is at Offset: -64
Output File Extension: .bin
Use Terminator String: 690001002256
Use Terminator String2: 690001006842
Treat as Hex:
Cut to EOF when Terminator not found:
Files to Search: *.wva - soundpacks

VGM tool box (create headers for audio) to play with in_vgmstream
----------------------------
Note:Go to Misc.Tools->GENH->Create\Extract GENH
Source Files: DEV\\*.wva ->*.bin - sounds
Input File Format: XBOX 4-bit IMA ADPCM
Header Skip: 0
Interleave: 0x10
Channels: 1
Frequency: 22050
No Loops:
Click Create GENHs

batch for xbadpdec( add header\ convert to wav)
--------------------------------------------
for %%a in (*.bin) do xbadpdec.exe -f 22050 -c 1 -a "%%a" "%%a.xwav"
or
for %%a in (*.bin) do xbadpdec.exe -f 22050 -c 1 "%%a" "%%a.wav"

Thank you.
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.