WoW:CVar Sound AmbienceVolume: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New page: {{stub/Tech}} Ambience Volume in sound settings, from 0 to 1. Default: SET AmbienceVolume "0.6" AmbienceVolume)
 
No edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{stub/Tech}}
__NOTOC__
This CVar allows you to set the ambient volume (aka background sounds/noise) in-game. 


Ambience Volume in sound settings, from 0 to 1.
If [[CVar Sound_EnableAmbience|Sound_EnableAmbience]] is set to off, this cvar is ignored.


Default:
If the in-game chat is being used, this CVar is overridden by [[CVar Chat_AmbienceVolume|Chat_AmbienceVolume]].
SET AmbienceVolume "0.6"


[[Category:Console Variables|AmbienceVolume]]
==Default Setting==
;0.6
 
==Possible Settings==
This CVar accepts any number in a range from 0 to 1.0
;0 :Ambient Sound off
;1.0 :Ambient Sound full
 
==Changing this setting==
In-game, type the following
/console Sound_AmbienceVolume setting
 
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line:
SET Sound_AmbienceVolume setting
 
==Patches==
 
{{Patch 2.2.0|note=CVar name changed to Sound_AmbienceVolume due to settings for voice chat.}}
{{Patch 1.1.0|note=Added as AmbienceVolume}}
 
 
[[Category:Console variables|Sound_AmbienceVolume]]

Latest revision as of 06:58, 15 August 2023

This CVar allows you to set the ambient volume (aka background sounds/noise) in-game.

If Sound_EnableAmbience is set to off, this cvar is ignored.

If the in-game chat is being used, this CVar is overridden by Chat_AmbienceVolume.

Default Setting[edit]

0.6

Possible Settings[edit]

This CVar accepts any number in a range from 0 to 1.0

0
Ambient Sound off
1.0
Ambient Sound full

Changing this setting[edit]

In-game, type the following

/console Sound_AmbienceVolume setting

Alternatively, you can exit wow, open the Config.wtf file, and add the following line:

SET Sound_AmbienceVolume setting

Patches[edit]

Template:Patch 2.2.0 Template:Patch 1.1.0