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…')
 
m (Move page script moved page CVar violenceLevel to CVar violenceLevel without leaving a redirect)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Range of values available 0-5 inclusive.
{{cvar}}
This CVar controls the violence level setting of in-game combat. It is very noteworthy for parents with young children who play World of Warcraft.


0 = No effects<br>
==Default Setting==
1 = Green Blood effects and display of combat effects.<br>
;2
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 ===
==Possible Settings==


For those concerned about minors and violence add the following line to your Config.WTF file:
Accepts settings in a range of 0-5, with each setting showing slightly more blood, and slightly more combat effects as the setting is increased.
;0 :No combat effects.
;1 :<span style="color:green;">Blood</span>, display of some combat effects.
;2 :<span style="color:red;">Blood</span>.
;3 :<span style="color:red;">Bloody</span>.
;4 :<span style="color:red;">Bloodier</span>.
;5 :<span style="color:red;">Bloodiest</span>. Highest violence level. A lot of gore.


<code>SET violenceLevel "0"</code>
==Changing this setting==
Requires UI restart to take effect.


Alternatively it is possible to activate the violence level in game also;  
In-game, type the following;
/console violenceLevel ''setting''
/console reloadui


/console violencelevel=x ((where x= 0-5) followed by a reload of the UI)
Alternatively, you can exit wow, open [[Config.wtf]] file, and add the following line;
<br>
SET violenceLevel "''setting''"
/console reloadui


----
==Other Notes==
For those concerned about young players, do one of the following:
Type this in-game:
/console violenceLevel 0
/console reloadui


=== Sources ===
Or copy and paste the following into [[Config.wtf]] file;
SET violenceLevel "0"


[http://www.wowdaily.info/a.asp?a=2014990 www.wowdaily.info]
==Patches==
[http://www.wowinterface.com/forums/showpost.php?s=3ea542222163a03ae918979618c5b317&p=6432&postcount=5 www.wowinterface.com]
 
{{patch 1.6.0|note=Added in 1.6.0 or shortly earlier.}}
[[Category:Console variables|violenceLevel]]

Latest revision as of 04:48, 15 August 2023

Console variables < violenceLevel

This CVar controls the violence level setting of in-game combat. It is very noteworthy for parents with young children who play World of Warcraft.

Default Setting[edit]

2

Possible Settings[edit]

Accepts settings in a range of 0-5, with each setting showing slightly more blood, and slightly more combat effects as the setting is increased.

0
No combat effects.
1
Blood, display of some combat effects.
2
Blood.
3
Bloody.
4
Bloodier.
5
Bloodiest. Highest violence level. A lot of gore.

Changing this setting[edit]

Requires UI restart to take effect.

In-game, type the following;

/console violenceLevel setting
/console reloadui

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

SET violenceLevel "setting"

Other Notes[edit]

For those concerned about young players, do one of the following: Type this in-game:

/console violenceLevel 0
/console reloadui

Or copy and paste the following into Config.wtf file;

SET violenceLevel "0"

Patches[edit]

Template:Patch 1.6.0