Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.68 KB

1149.md

File metadata and controls

22 lines (14 loc) · 2.68 KB

How do I change the sound for the mysterybox?

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: Akrime
I'm already used to work with Aliases and the .csv files, but how do I replace the sound for the mysterybox? I'm looking for the specific name.


ModmeBot:

Reply By: Abnormal202
I just looked through the _zm_magicbox.gsc and I believe the sound you're looking for is called: "music_chest"


ModmeBot:

Reply By: TrueGamerCalls
Not 100% if this works, but I saw IceGrenade do this.

Make a folder in your sound_assets, name it whatever, then add your sound into that folder and name it whatever. Make sure its 48k project rate, and is like 4 seconds (Best time)

Add this in your user_aliases, if you use custom round sounds then add it under there

zmb_music_box,,,FOLDERNAME\SOUNDNAME.wav,,,UIN_MOD,,,,,BUS_FX,,,,,,85,85,50,400,401,,,,,3,oldest,,,1,1,,,,,,3d,wpn_all,,NONLOOPING,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

EDIT: Don't forget to change the FOLDERNAME and SOUNDNAME lol.

Double Edit: Lol took out the line of if you need help because you said your used to this.


ModmeBot:

Reply By: Akrime

TrueGamerCalls
Not 100% if this works, but I saw IceGrenade do this. Make a folder in your sound_assets, name it whatever, then add your sound into that folder and name it whatever. Make sure its 48k project rate, and is like 4 seconds (Best time) Add this in your user_aliases, if you use custom round sounds then add it under there zmb_music_box,,,FOLDERNAME\SOUNDNAME.wav,,,UIN_MOD,,,,,BUS_FX,,,,,,85,85,50,400,401,,,,,3,oldest,,,1,1,,,,,,3d,wpn_all,,NONLOOPING,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, EDIT: Don't forget to change the FOLDERNAME and SOUNDNAME lol. Double Edit: Lol took out the line of if you need help because you said your used to this.

^ This one worked.

Thank you very much! appreciate it.