WoW:CVar violenceLevel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page CVar violenceLevel to CVar violenceLevel without leaving a redirect) |
||
(2 intermediate revisions by 2 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 | |||
==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 | 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== | ==Changing this setting== | ||
Requires UI restart to take effect. | |||
In-game, type the following; | In-game, type the following; | ||
/console violenceLevel | /console violenceLevel ''setting'' | ||
/console reloadui | /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" | SET violenceLevel "0" | ||
==Patches== | |||
{{patch 1.6.0|note=Added in 1.6.0 or shortly earlier.}} | |||
{{ | |||
[[Category:Console variables|violenceLevel]] | [[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"