m
Move page script moved page CVar violenceLevel to WoW:CVar violenceLevel without leaving a redirect
(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 WoW:CVar violenceLevel without leaving a redirect) |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{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. | |||
==Default Setting== | |||
;2 | |||
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 :<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. | |||
==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== | |||
[ | |||
{{patch 1.6.0|note=Added in 1.6.0 or shortly earlier.}} | |||
[[Category:Console variables|violenceLevel]] | |||