Modme Forums

Changing Fire Sale Music?

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


GiveMeWine:

Hello, I'm looking to change the fire sale music from Samantha's to Richtofen's. I have the new fire sale theme converted and ready, but am unsure where I am supposed to place it. Any help is appreciated, thanks!


ModsOnPoint:

Try the .szc file


D-2-K:

got this alias from zm_common_all

mus_fire_sale,,streamed,mus\zombie\firesale\mus_chap205_19.wav,,,,,,,,BUS_MUSIC,grp_music,snp_music,,67,0,88,88,400,1750,2000,allon,default,allon,default,3,priority,8,oldest,0,0,90,95,0.5,1,no,3d,music_all,,looping,,1,0,0,0,0,0.2,no,yes,,0,,no,,,,,,,,,yes,yes,no,0,0,yes,no,,,,,no,no,no,yes,,,,,,,,,,,,,800,3000,,no,no,no,no,no,no,no,,,,

add that line to your user_aliases.csv

make sure you have the path correct for the sound file

sound_assets\mus\zombie\firesale either create these folders and place your file into the firesale folder and edit mus_chap205_19.wav to your file name

Or

Just edit the Alias line above to where your file is located


GiveMeWine:

[USER=32]@D-2-K[/USER] Thank you!