Modme Forums

Sound Playing While Game Is Paused

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


The Original:

I want to fix something but I am not a script-er. When I added sound in the user_aliases for some of the community assets I noticed thatsound plays when the game is paused. I know there is a way to fix it but I don't know where to start. The only place I think might fix it is the SZC file in my map files. I noticed that the scripts I added in with a SZC stops when paused.

This can be annoying because when I test, I like to pause then work on things that need to be changed and I hear sounds in the background.


Spiki:

in your sound alias you need to make the Pauseable variable true


The Original:

in your sound alias you need to make the Pauseable variable true

GOT IT! I had no idea that there was a reference in the file like the levelcommon_weapons file. Thank you!