wwedarkman Posted August 26, 2015 Posted August 26, 2015 (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.zipDownload RavioliGameTools_v2.8_Patch1 http://: http://www.scampers.org/steve/sms/other/RavioliGameTools_v2.8_Patch1.zipNow extract RavioliGameTools_v2.8 to a folderNow 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.exeNow go to WWE 2K15\DLC50\sound and open dlc_50.pckWe're going to modify one of Emma's pin commentary sounds.Click the english(us) folderLook for 342098587.WWISEClick 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 saidWhat 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 settingsStep 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-valuesStep 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 16Step 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 95Step 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 00You should have something like this.000006D0 01 00 00 00 9B 02 64 14 00 08 00 00 74 95 00 00000006E0 FA 16 00 00 01 00 00 00 DC BD 86 14 00 08 00 00Now save dlc_50.pac in HXDGo 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 Imagehttp://i.imgur.com/KaxowZZ.pngHere 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.zipNote: 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's95 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 = 157137630filename odd = 95 DB AD Efilename even = 09 5D BA DEfilename even flipped = DE BA 5D 09length = 6C 4E 43length flipped = 43 4E 6Cnew 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 3new offset 35069800 / 8 even = 06 A0 D3new offset 35069800 / 8 even flipped = D3 A0 06I 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 patchhttp://: http://www.scampers.org/steve/sms/other/RavioliGameTools_v2.8_Patch1.zipOnce you download it extract it and drag the folder Plugins into your RavioliGameTools_v2.8\ folder. Edited September 9, 2015 by wwedarkman 3 Quote
jakeypearce Posted August 26, 2015 Posted August 26, 2015 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. 1 Quote
MarsWarrior Posted August 26, 2015 Posted August 26, 2015 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. 1 Quote
yash1997 Posted August 26, 2015 Posted August 26, 2015 Thanks so much! But if its possible can u make a video tutorial? 1 Quote
wwedarkman Posted August 27, 2015 Author Posted August 27, 2015 (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 August 27, 2015 by wwedarkman Quote
wwedarkman Posted August 27, 2015 Author Posted August 27, 2015 (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 August 27, 2015 by wwedarkman Quote
wwedarkman Posted August 29, 2015 Author Posted August 29, 2015 (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 August 29, 2015 by wwedarkman 2 Quote
wwedarkman Posted August 29, 2015 Author Posted August 29, 2015 (edited) please give me the link of videoEveryone 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 August 29, 2015 by wwedarkman 1 Quote
xWeasel Posted August 29, 2015 Posted August 29, 2015 please give me the link of videoEveryone 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 Quote
wwedarkman Posted August 29, 2015 Author Posted August 29, 2015 (edited) please give me the link of videoEveryone 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 :3Sorry about that It's public now. lol Edited August 29, 2015 by wwedarkman 1 Quote
MOHIB Posted August 29, 2015 Posted August 29, 2015 (edited) thats great Edited August 29, 2015 by MOHIB Quote
wwedarkman Posted August 31, 2015 Author Posted August 31, 2015 Who here has watched my video tutorial My New WWE 2K15 PC MOD Add Your Own Commentary to Your Game and completed it successfully? Quote
wwedarkman Posted September 2, 2015 Author Posted September 2, 2015 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. Quote
jakeypearce Posted September 5, 2015 Posted September 5, 2015 Thanks so much man for the Benoit edits! You're a hero! Quote
wwedarkman Posted September 5, 2015 Author Posted September 5, 2015 Your welcome jakeypearce. If anybody else needs help PM. Quote
sam123 Posted September 8, 2015 Posted September 8, 2015 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. Quote
wwedarkman Posted September 9, 2015 Author Posted September 9, 2015 Hi sam123I took the video tutorial down because I wasn't getting any replies from it. I was getting plenty of views but no replies. Quote
sam123 Posted September 9, 2015 Posted September 9, 2015 Hi sam123I 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! Quote
wwedarkman Posted September 9, 2015 Author Posted September 9, 2015 Thanks sam123! If you need any help I will try my best to assist you. Quote
yash1997 Posted October 3, 2015 Posted October 3, 2015 Hey, can you please re upload the video link? Would really appreciate it...Thank You! Quote
MOHIB Posted October 3, 2015 Posted October 3, 2015 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 Quote
xWeasel Posted October 3, 2015 Posted October 3, 2015 Awesome Progress bro but after it, could you do jeff hardy on alberto del rio retro Goldberg on batista retro.It will be Damn Awesomeit would be nice if you started to find out which file is for who, which would be a great way to help him out Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.