Jump to content
 

I figured out how you can do your own commentary


Recommended Posts

Posted (edited)

Hi guys,

Man I'm so happy to share this with you. Thanks go to  J9001 on 2k forums on how you replace entrance music with hex.

I'm going to tell you how I did it.

Now go to WWE 2K15\DLC50\sound and backup  dlc_50.pck.

Download RavioliGameTools_v2.8 http://www.scampers.org/steve/sms/other/RavioliGameTools_v2.8.zip

Download RavioliGameTools_v2.8_Patch1 http://: http://www.scampers.org/steve/sms/other/RavioliGameTools_v2.8_Patch1.zip

Now extract RavioliGameTools_v2.8 to a folder

Now extract RavioliGameTools_v2.8_Patch1 and drag the folder Plugins into your RavioliGameTools_v2.8\ folder.

Now go to RavioliGameTools_v2.8 folder and run RExplorer.exe

Now go to WWE 2K15\DLC50\sound and open dlc_50.pck

We're going to modify one of Emma's pin commentary sounds.

Click the english(us) folder

Look for 342098587.WWISE

Click on it and it will play the sound.

Make or get a .wav file you want to replace it with.

I'm going to paste most of what J9001 said

What you need:
HXD or another Hex editor http://mh-nexus.de/en/hxd/
WWise https://www.audiokinetic.com/download/
Audio file that’s been converted into .wav file format. (I used icecream converter to convert).

Part 1: File conversion.
The first thing you need to do is to convert your file from .wav into something the game can read. To do this, we use Wwise.

Step 1: Open Wwise and press new, name the project and press OK. Press close on license manager.
Step 2: Click Project in the upper right hand side corner, and then project settings from the drop down list. Deselect all active platforms other than Windows. Press Ok.
Step 3: Click Project, import audio file.
Step 4: In the project explorer on the left hand side, click the small plus sign next to default worker unit, and then click on the audio file, then add file, then click Import as: "Sound SFX"  and choose Sound Voice then press import at the bottom.
Step 5: In the Sound property editor, change the voice scroll thing to 6 (Optional).
Step 6: in the contents editor, double click the small black and white icon next to the theme name. A new window will open, press source settings
Step 7: Tick override parent, and press the grey square with the two white arrows. Select Factory Conversion settings, then Vorbis Quality High. Next to this, press Edit. A new window will pop up.
Step 8: Change quality to 6 (with a blue line under it, default is 4). Change sample rate from “As Input” to 32000. Change Channels from “As Input” to Stereo. Press Edit, which is next to quality. A new window will open.
Step 9: Change Seek table granularity (At the bottom) to 4096, then press Ok. This window will close.
Step 10: Press Convert, ensure Windows is ticked, then okay. Theme will now convert.

The File will be located in Documents -> Wwise -> Project Name -> .Cache -> Windows -> Voices->English(US)


Part 2: Hex editing.

After that, convert the name into HEX. This is done by opening up Windows Calculator, pressing view and then programmer. Type the name in Dec, then press the Hex circle. The file I’m replacing is 342098587, which in hex is 9B 02 64 14. After that, flip it. 14 64 02 9B = 9B 02 64 14.

Step 1: Open your file .wem you made in Documents -> Wwise -> Project Name -> .Cache -> Windows -> Voices->English(US) with HXD. Press ctrl-A on your keyboard. This will highlight all the code.
Step 2: On the bottom bar it will indicate the length. Write this down, then flip it.
For example; My length is 95 74, flip this as 74 95. Hex is written in chunks of 2, so flip it like that.
Step 3: Open up dlc_50.pck located in WWE 2K15->DLC50->sound.
Step 4: Search for your file name 9B 02 64 14. Set the DataType to Hex-values
Step 5: Replace the file size. This is the first 3 chunks of 2 after 00 08 00 00. (Look at the HEX in image below)
Step 6: Go to the end of the dlc_50.pck , and click on the end of the last value. Start filling the file with 0’s, until you find an offset that ends with 000 or 800. Once you’ve done a couple of lines worth of 0’s, you can shift+up on your keyboard to highlight a couple of rows, copy and paste them in to speed it up. The one I have is 00B7D000. Divide it by 8 in calculator using the hex setting, note down the value and flip it. = 16 FA 00, flipped = 00 FA 16
Step 7: delete all the 0’s from this offset so that you’re at the end of the last line.
Step 8: Go back to your .wem Hex, press ctrl-A, then ctrl-C/Right click, copy.
Step 9: Go back to the dlc_50.pck Hex, and press ctrl-V/Right Click, Paste.
Step 10: Search for the original sound file hex value (9B 02 64 14) and move to your length  74 95
Step 11: Move over 1 chunk of 00 at the end 74 95 00 Replace the files offset 00 FA 16 after the first chunk of 00

You should have something like this.

000006D0 01 00 00 00 9B 02 64 14 00 08 00 00 74 95 00 00

000006E0 FA 16 00 00 01 00 00 00 DC BD 86 14 00 08 00 00

Now save dlc_50.pac in HXD

Go in game play a one on one match select Emma and another cpu person. Get Emma to pin your opponent. It might take 2 times before you hear your new commentary sound.

Hope everyone enjoys this. I'm glad I could give something back to the community for what others have done already. Keep up the great work guys. Tell me if you need any help trying to get this to work.  In the future I hope the community really uses this for future mods. I will be waiting to see what you guys can create for Commentary. :)

HEX Image

http://i.imgur.com/KaxowZZ.png

Here is my Paige sound files so you can follow it with the tutorial. You don't have to make a wem file in WWISE.

https://openload.co/f/paV4qslwiD0/Paige_pin.zip

Note: You can use anyone I just decided to use Emma.

Note: If your having trouble with odd filename hex numbers like this 95 DB AD E. Read this below for solution.

Here is an example of a how to fix a odd filename hex number. For example if you use filename 157137630 and you convert that to hex it's

95 DB AD E. All you do is put a zero in front of it like this. 095 DB AD E then space them out evenly like this 09 5D BA DE.

Here is an example of a odd filename number.

filename = 157137630

filename odd = 95 DB AD E
filename even = 09 5D BA DE
filename even flipped = DE BA 5D 09

length = 6C 4E 43
length flipped = 43 4E 6C

new offset 35069800 / 8 = 6A0D300 take off the two zero's to the right so you now have 6A 0D 3.

new offset 35069800 / 8  odd = 6A 0D 3
new offset 35069800 / 8 even = 06 A0 D3
new offset 35069800 / 8 even flipped = D3 A0 06

I hope this helps others out that is having problems with odd numbers. :)

Troubleshooting:

If you guys get errors trying to open the pck in Ravioli Game Tools download this patch

http://: http://www.scampers.org/steve/sms/other/RavioliGameTools_v2.8_Patch1.zip

Once you download it extract it and drag the folder Plugins into your RavioliGameTools_v2.8\ folder.

 

 

 

 

 

Edited by wwedarkman
  • Like 3
Posted

Interesting find here! I've been wanting to change the announcer clips of Cole calling out pins, etc to JR from 2K14. Also, doing Finkel's The Rock clip as well. It'd be nice if you could help me as well.

  • Like 1
Posted

Good find! I would like to change the default announcer files into Finkel ones, at least for the DLC characters that comes with the warrior showcase so I can use him outside the showcase mode! I've already change the announcer model into Finkel but not the sound files.

  • Like 1
Posted

Thanks so much! But if its possible can u make a video tutorial? 

  • Like 1
Posted (edited)

Hi guys thanks for the replies. I'm so glad people are so fired up about this as I am. :)  Has anyone been able to do it yet? If not I can help you out.

Good find! I would like to change the default announcer files into Finkel ones, at least for the DLC characters that comes with the warrior showcase so I can use him outside the showcase mode! I've already change the announcer model into Finkel but not the sound files.

MarsWarrior that sounds cool. If you need any help page me.

Thanks so much! But if its possible can u make a video tutorial? 

 

I will try and make a video tutorial on it.

Sure I can help you.

Thanks! PM me.

Sure I will page you.

 

Edited by wwedarkman
Posted (edited)

Hi guys I posted J9001's video tutorial at the top under Hex Image it's almost the same as we're doing. You can use this for the time being until I can make a video tutorial. Have fun! :)

Edited by wwedarkman
Posted (edited)

I just did my new commentary sound saying Paige hooks the legs with Michael Cole when you pin someone. :)

I'm going to try and make a video tutorial of it using Paige as your wrestler and when you pin someone it says Paige hooks the legs with Michael Cole as commentary. That way you finally have the commentary saying something about Paige during the match on the PC. :)

If your excited about this give me a Hell Yeah!

Edited by wwedarkman
  • Like 2
Posted (edited)

please give me the link of video

Everyone the new tutorial My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game is finally uploaded. It's at the top of the page under New Video Tutorial. Have fun. :)

Edited by wwedarkman
  • Like 1
Posted

please give me the link of video

Everyone the new tutorial My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game is finally uploaded. It's at the top of the page under New Video Tutorial. Have fun. :)

I just did my new commentary sound saying Paige hooks the legs with Michael Cole when you pin someone. :)

I'm going to try and make a video tutorial of it using Paige as your wrestler and when you pin someone it says Paige hooks the legs with Michael Cole as commentary. That way you finally have the commentary saying something about Paige during the match on the PC. :)

If your excited about this give me a Hell Yeah!

private? can't access it :3

Posted (edited)

please give me the link of video

Everyone the new tutorial My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game is finally uploaded. It's at the top of the page under New Video Tutorial. Have fun. :)

 

I just did my new commentary sound saying Paige hooks the legs with Michael Cole when you pin someone. :)

I'm going to try and make a video tutorial of it using Paige as your wrestler and when you pin someone it says Paige hooks the legs with Michael Cole as commentary. That way you finally have the commentary saying something about Paige during the match on the PC. :)

If your excited about this give me a Hell Yeah!

private? can't access it :3

Sorry about that It's public now. lol

Edited by wwedarkman
  • Like 1
Posted

Who here has watched my video tutorial My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game and completed it successfully? :)

Posted

Hi guys I uploaded my sound files. You can find a new link at the top under My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game link that says "Here is my Paige sound files." I hope this helps others out. :)

Posted

Thanks so much man for the Benoit edits! You're a hero!

Posted

Your welcome jakeypearce. :) If anybody else needs help PM.

Posted

Props to you man...I asked this question quite a few months back if this would be possible. Just one question where is the link to the video tutorial cant see it on this forum? Thanks again dude.

Posted

Hi sam123

I took the video tutorial down because I wasn't getting any replies from it. I was getting plenty of views but no replies. :(

Posted

Hi sam123

I took the video tutorial down because I wasn't getting any replies from it. I was getting plenty of views but no replies. :(

No Worries Dude, your doing great looking into this already, I might try adding the old commentary from the golden gen I have collected from Gorilla & Ventura when I get some time once I have figured this method out hence a vid would have been helpful, maybe if you put the vid on youtube you might get some feedback. Respect anyway!

Posted

Thanks sam123! :)

If you need any help I will try my best to assist you.

  • 4 weeks later...
Posted

Hey, can you please re upload the video link? Would really appreciate it...Thank You!

Posted

Awesome Progress bro but after it, could you do jeff hardy on alberto del rio retro  Goldberg on batista retro.It will be Damn Awesome

Posted

Awesome Progress bro but after it, could you do jeff hardy on alberto del rio retro  Goldberg on batista retro.It will be Damn Awesome

it would be nice if you started to find out which file is for who, which would be a great way to help him out

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.