Results 1 to 3 of 3

Thread: volume down all game sounds except one

  1. #1
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts

    volume down all game sounds except one

    Hello everyone,

    Is it possible to volume down all game sounds except one, explosion sound? I want to do something like nuke shellshock.

    Regards, RobsoN.
    "Don't worry if your code doesn't work correctly - if everything worked, you would not work" ~Mosher's right

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by RobsoN View Post
    Hello everyone,

    Is it possible to volume down all game sounds except one, explosion sound? I want to do something like nuke shellshock.

    Regards, RobsoN.
    Not that I know of. Unless there is a third-party program out there that can do it, I don't see how it can be done. There certainly isn't any sliders in the stock game that can be used, or any config file edits that can do it.

  3. The Following User Says Thank You to Tally For This Useful Post:

    RobsoN (7th November 2013)

  4. #3
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts
    Got it, .shock

    PHP Code:
    cg_shock_volume_auto "0.1"
    cg_shock_volume_auto2d "0.9"
    cg_shock_volume_menu "0.1"
    cg_shock_volume_weapon "0.1"
    cg_shock_volume_voice "0.1"
    cg_shock_volume_item "0.1"
    cg_shock_volume_body "0.1"
    cg_shock_volume_local "0.1"
    cg_shock_volume_music "0.1"
    cg_shock_volume_announcer "0.4"
    cg_shock_volume_shellshock "0.7" 
    "Don't worry if your code doesn't work correctly - if everything worked, you would not work" ~Mosher's right

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •