WoW:CVar violenceLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__


This CVar controls the violence level setting of in-game combat. Default setting is "2". It is very noteworthy for parents with young children who play World of Warcraft.
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==
;2


==Possible Settings==
==Possible Settings==


Accepts settings in a range of 0-5, with each setting showing slightly more blood, and slightly more combat effects as the setting is highered.
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.
;0 :No combat effects.
*1 <span style="color:green;">Blood</span>, display of some combat effects.
;1 :<span style="color:green;">Blood</span>, display of some combat effects.
*2 <span style="color:red;">Blood</span>.
;2 :<span style="color:red;">Blood</span>.
*3 <span style="color:red;">Bloody</span>.
;3 :<span style="color:red;">Bloody</span>.
*4 <span style="color:red;">Bloodier</span>.
;4 :<span style="color:red;">Bloodier</span>.
*5 <span style="color:red;">Bloodiest</span>. Highest violence level. Alot of gore.
;5 :<span style="color:red;">Bloodiest</span>. Highest violence level. A lot of gore.


==Changing this setting==
==Changing this setting==
Requires UI restart to take effect.


;<i>NB Requires UI restart to take effect.</i>:
In-game, type the following;
In-game, type the following;
  /console violenceLevel (0-5)
  /console violenceLevel ''setting''
  /console reloadui
  /console reloadui


It is possible to make a macro for the above, simply use the macro command (/macro) to make a new one. Copy and paste the following code into wow chat for maximum gore;
Alternatively, you can exit wow, open [[Config.wtf]] file, and add the following line;
[code]/macro
SET violenceLevel "''setting''"
/console violenceLevel 5
/console reloadui[/code]


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


Alternatively, you can exit wow, open [[Config.wtf]] file, and add the following line;
Or copy and paste the following into [[Config.wtf]] file;
SET violenceLevel "setting" (0-5)
 
For those concerned about young players copy and paste the following into [[Config.wtf]] file;
  SET violenceLevel "0"
  SET violenceLevel "0"


OR in-game macro
==Patches==
[code]/macro
/console violenceLevel 0
/console reloadui[/code]
 


====Patches====
{{patch 1.6.0|note=Added in 1.6.0 or shortly earlier.}}
----
{{patched|patch=1.6.0|note=Added in 1.6.0 or shortly earlier.}}
[[Category:Console variables|violenceLevel]]
[[Category:Console variables|violenceLevel]]

Revision as of 19:49, 5 April 2010


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

2

Possible Settings

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

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

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

Template:Patch 1.6.0