Modme Forums

Sound that plays when game starts.

Game Modding | Call of Duty: Black Ops 3 | General Discussion


ModmeBot:

Thread By: Noah Gamerscore
So I have a song/sound that I would like to add into the map when you actually load up into the map, Like after the black screen goes away. If there is anyway that this is possible that would be awesome and would greatly appreciate it. Thank you for taking your time by looking and responding to my request.


ModmeBot:

Reply By: mathfag

level waittill("initial_blackscreen_passed");
ent playsound("soundalias");


ModmeBot:

Reply By: steviewonder87
Add this into one of your soundaliases and fill it in with your appropriate sound - mus_roundstart_first_intro


ModmeBot:

Reply By: Noah Gamerscore
Thank you guys for the help. It worked :)