CVar cvar_reset

From Warcraft Wiki
Jump to navigation Jump to search

Sets the value of a CVar to its "startup" value.

Examples

Returns all cvars back to their startup values.

/console cvar_reset

Sets the maxFPS cvar back to its startup value (0).

/console cvar_reset maxFPS

Differences

It's mostly graphics CVars which have differing startup and default values, possibly depending on the user's current hardware.

CVar cvar_reset cvar_default
checkAddonVersion 0 1
componentTextureLevel 0 1
engineSurvey 8 0
entityLodDist 8 10
entityShadowFadeScale 20 25
expandUpgradePanel 0 1
farclip 6000 7000
gameTip 101 0
graphicsQuality 7 4
graphicsShadowQuality 6 5
graphicsSSAO 5 4
graphicsTextureFiltering 6 5
graphicsViewDistance 6 7
groundEffectDensity 80 16
groundEffectDist 185 70
gxApi D3D12 auto
horizonStart 1700 1900
hwDetect 0 1
lastAddonVersion 80300 0
lodObjectCullSize 19 15
lodObjectFadeScale 90 100
lodObjectMinSize 0 20
maxFPS 0 100
mouseSpeed 1 1.0
MSAAQuality 1,0 0
particleDensity 50 100
particleMTDensity 70 100
playIntroMovie 8 5
projectedTextures 1 0
RAIDDepthBasedOpacity 1 0
RAIDentityLodDist 10 8
RAIDentityShadowFadeScale 25 20
RAIDfarclip 7000 6000
raidGraphicsDepthEffects 4 1
raidGraphicsEnvironmentDetail 7 6
raidGraphicsGroundClutter 7 6
raidGraphicsLiquidDetail 3 2
raidGraphicsOutlineMode 3 1
raidGraphicsParticleDensity 4 2
raidGraphicsProjectedTextures 2 1
RAIDgraphicsQuality 7 4
raidGraphicsShadowQuality 4 3
raidGraphicsSSAO 4 2
raidGraphicsSunshafts 3 1
raidGraphicsTextureFiltering 6 4
raidGraphicsViewDistance 7 5
RAIDgroundEffectDist 200 185
RAIDhorizonStart 1900 1400
RAIDlodObjectCullSize 18 19
RAIDlodObjectFadeScale 100 90
raidOrBattleCount 30 0
RAIDOutlineEngineMode 2 0
RAIDparticleDensity 80 10
RAIDparticleMTDensity 100 20
RAIDprojectedTextures 1 0
RAIDrefraction 2 0
RAIDrippleDetail 1 0
RAIDshadowMode 2 1
RAIDshadowTextureSize 2048 1024
RAIDSSAO 3 1
RAIDsunShafts 2 0
RAIDterrainLodDist 500 400
RAIDtextureFilteringMode 5 3
RAIDVolumeFogLevel 2 1
RAIDWaterDetail 2 1
RAIDweatherDensity 3 0
RAIDwmoLodDist 400 350
refraction 2 0
RenderScale 1 1.0
ResampleQuality 1 0
shadowMode 3 2
Sound_AmbienceVolume 0.2384186 0.6
Sound_EnableMusic 0 1
Sound_MusicVolume 0.0596046 0.4
SSAO 4 3
sunShafts 2 0
textureFilteringMode 5 4
videoOptionsVersion 22 0
volumeFogLevel 1 2
waterDetail 3 0
weatherDensity 1 2
wmoLodDist 350 400

See also