I need help Dead or Alive 2 Ultimate Audio files .wva?
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
I need help Dead or Alive 2 Ultimate Audio files .wva?
I need help unpacking the games voice lines and repacking them. they are .wva? for the original Xbox this thread right here doesn't really help and I'm so confuse on what to do?
https://zenhax.com/viewtopic.php?f=6&t=4047
https://zenhax.com/viewtopic.php?f=6&t=4047
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
I made these script to extract and re/built the wva files here
Use QuickBMS to run the scripts.
To re/build the WVA file, use the build script and point it to the ini file that the extractor script generates.
To convert your audio use XboxADPCM tool
Also a warning: Whatever you do, don't ever modify/shifting/remove the sound slot around as it might crash the game! But renaming the WAV file is fine though.
Use QuickBMS to run the scripts.
To re/build the WVA file, use the build script and point it to the ini file that the extractor script generates.
To convert your audio use XboxADPCM tool
Also a warning: Whatever you do, don't ever modify/shifting/remove the sound slot around as it might crash the game! But renaming the WAV file is fine though.
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
It giving me an error??? do I have to use ninjatools to extract the .wva's or use .dvd file?BloodRaynare wrote:I made these script to extract and re/built the wva files here
doa2u_wva_scripts.zip
Use QuickBMS to run the scripts.
To re/build the WVA file, use the build script and point it to the ini file that the extractor script generates.
To convert your audio use XboxADPCM tool
Also a warning: Whatever you do, don't ever modify/shifting/remove the sound slot around as it might crash the game! But renaming the WAV file is fine though.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
You need to extract the the files first of course. I thought you've already extracted it. Use this tool to extract/repack the AFS file.dcooper wrote: It giving me an error??? do I have to use ninjatools to extract the .wva's or use .dvd file?
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
I didn't sorry. I open the afs but the command prompt keeps closing quick when I double click on it?BloodRaynare wrote:You need to extract the the files first of course. I thought you've already extracted it. Use this tool to extract/repack the AFS file.dcooper wrote: It giving me an error??? do I have to use ninjatools to extract the .wva's or use .dvd file?
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
It's a command line program, so you need to pass a parameter to make it work. Use command prompt or write an batch file (.bat) to extract the files. Here's some example:dcooper wrote: I didn't sorry. I open the afs but the command prompt keeps closing quick when I double click on it?
Code: Select all
AFSPacker -e data_hdd.afs data_hdd
Code: Select all
AFSPacker -c data_hdd data_hdd.afs
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
Can u send some screenshots or a video on how to do all this? Cause I'm loss at trying to do this. it just not working on my end.BloodRaynare wrote:It's a command line program, so you need to pass a parameter to make it work. Use command prompt or write an batch file (.bat) to extract the files. Here's some example:dcooper wrote: I didn't sorry. I open the afs but the command prompt keeps closing quick when I double click on it?
To repack the files back:Code: Select all
AFSPacker -e data_hdd.afs data_hdd
Code: Select all
AFSPacker -c data_hdd data_hdd.afs
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
Alright.
I don't know what OS are you on, so let's just assume you're on Win10. Though I'm using 8.1 but it should mostly be the same
I'm using AFSes from Tales of the Abyss as an example, because I don't have the dump of DOA2U at the moment.
1. Copy the AFS file to the same directory as the AFSPacker, like this:
Or better yet, copy the AFSPacker.exe to the same directory as the AFS file, like this:
2. In Windows Explorer, Go to "File" then "Open Command Prompt" -> "Open command Prompt" again:
3. After command prompt is opened, Enter the command from my previous reply above
Extracting:
Repacking:
I don't know what OS are you on, so let's just assume you're on Win10. Though I'm using 8.1 but it should mostly be the same
I'm using AFSes from Tales of the Abyss as an example, because I don't have the dump of DOA2U at the moment.
1. Copy the AFS file to the same directory as the AFSPacker, like this:
Or better yet, copy the AFSPacker.exe to the same directory as the AFS file, like this:
2. In Windows Explorer, Go to "File" then "Open Command Prompt" -> "Open command Prompt" again:
3. After command prompt is opened, Enter the command from my previous reply above
Extracting:
Repacking:
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
I'm on windows 10. and this happens? not recognized as a commandBloodRaynare wrote:Alright.
I don't know what OS are you on, so let's just assume you're on Win10. Though I'm using 8.1 but it should mostly be the same
I'm using AFSes from Tales of the Abyss as an example, because I don't have the dump of DOA2U at the moment.
1. Copy the AFS file to the same directory as the AFSPacker, like this:
Or better yet, copy the AFSPacker.exe to the same directory as the AFS file, like this:
2. In Windows Explorer, Go to "File" then "Open Command Prompt" -> "Open command Prompt" again:
3. After command prompt is opened, Enter the command from my previous reply above
Extracting:
Repacking:
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
How did you open the Command Prompt? From Windows Explorer or from Start Menu?dcooper wrote: I'm on windows 10. and this happens? not recognized as a command
Because if you did it from start menu that means you have to change directories by using cd command
What's the full address/path of the "New Folder"?
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
I use the start menu and change the path toBloodRaynare wrote:How did you open the Command Prompt? From Windows Explorer or from Start Menu?dcooper wrote: I'm on windows 10. and this happens? not recognized as a command
Because if you did it from start menu that means you have to change directories by using cd command
What's the full address/path of the "New Folder"?
c:/Users/demet/onedrive/Desktop/new Folder>ASFPacker -e data_hdd.afs data_hdd
Then I hit enter and it gave me a fatal error?
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
Give me the screenshot of the error
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
here you go.BloodRaynare wrote:Give me the screenshot of the error
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
It now said file data_hdd.afs has not been found? yet I have it in the folder?BloodRaynare wrote:dcooper wrote: here you go.
Ah yes I forgot. You need to install .NET Core Runtime first.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
Check the names again. Your AFS file doesn't have the underscore (_) on it's name.dcooper wrote: It now said file data_hdd.afs has not been found? yet I have it in the folder?
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
yeah, I check my games files in the do2 folder. they all not underscore only .afsBloodRaynare wrote:Check the names again. Your AFS file doesn't have the underscore (_) on it's name.dcooper wrote: It now said file data_hdd.afs has not been found? yet I have it in the folder?
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
So change the name of your AFS file input:dcooper wrote: yeah, I check my games files in the do2 folder. they all not underscore only .afs
Code: Select all
AFSPacker -e datahdd.afs datahdd
-
- Posts: 17
- Joined: Fri Nov 04, 2022 7:16 pm
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
it work. it gave me a .json what do I do now?BloodRaynare wrote:So change the name of your AFS file input:dcooper wrote: yeah, I check my games files in the do2 folder. they all not underscore only .afs
Code: Select all
AFSPacker -e datahdd.afs datahdd
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: I need help Dead or Alive 2 Ultimate Audio files .wva?
Check the folder with the same name as your AFS file then find the WVA files inside there.dcooper wrote: it work. it gave me a .json what do I do now?