WoW:CVar violenceLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with 'Range of values available 0-5 inclusive. 0 = No effects 1 = Green Blood effects and display of combat effects. 2 - 5 = More pronounced combat and blood effects progressively fro…')
 
(updated for boilerplate)
Line 1: Line 1:
Range of values available 0-5 inclusive.
__NOTOC__


0 = No effects<br>
This CVar sets the violence level of the fights in-game. Its a good setting for those with minor children playing.
1 = Green Blood effects and display of combat effects.<br>
2 - 5 = More pronounced combat and blood effects progressively from lower to higher numerals (the change is minimal from level to level, either 1 or 2 is sufficient for the effects display).
<br>


=== Example ===
==Default Setting==
;2


For those concerned about minors and violence add the following line to your Config.WTF file:
==Possible Settings==
This CVar accepts settings in a range of 0-5, with each setting showing slightly more blood, and slightly more combat effects as the setting is higher.
;0 :No effects
;1 :Green Blood effects and display of combat effects.
;2 :Red Blood effects, more pronounced combat
;3 :Red Blood effects, slightly more blood, more pronounced combat
;4 :Red Blood effects, slightly more blood, more pronounced combat
;5 :Red Blood effects, slightly more blood, more pronounced combat


<code>SET violenceLevel "0"</code>
==Changing this setting==
This setting requires a UI restart to go into effect.
In-game, type the following
/console violenceLevel setting
/console reloadui


Alternatively it is possible to activate the violence level in game also;
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line:
SET violenceLevel setting


/console violencelevel=x ((where x= 0-5) followed by a reload of the UI)
==Patches==
<br>
{{patched|patch=1.6.0|note=Added in 1.6.0 or shortly earlier.}}
/console reloadui


----
[[Category:Console variables|violenceLevel]]
 
=== Sources ===
 
[http://www.wowdaily.info/a.asp?a=2014990 www.wowdaily.info]
[http://www.wowinterface.com/forums/showpost.php?s=3ea542222163a03ae918979618c5b317&p=6432&postcount=5 www.wowinterface.com]

Revision as of 03:01, 28 February 2010


This CVar sets the violence level of the fights in-game. Its a good setting for those with minor children playing.

Default Setting

2

Possible Settings

This CVar accepts settings in a range of 0-5, with each setting showing slightly more blood, and slightly more combat effects as the setting is higher.

0
No effects
1
Green Blood effects and display of combat effects.
2
Red Blood effects, more pronounced combat
3
Red Blood effects, slightly more blood, more pronounced combat
4
Red Blood effects, slightly more blood, more pronounced combat
5
Red Blood effects, slightly more blood, more pronounced combat

Changing this setting

This setting requires a UI restart to go into effect. In-game, type the following

/console violenceLevel setting
/console reloadui

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

SET violenceLevel setting

Patches

Template:Patched