Thread Tools Display Modes
04-29-16, 05:46 PM   #1
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
CVars updates or changes

I've been poking around with CVars as part of my project. What I have found is contrary to both Wowprogramming and Wowpedia (Gamepedia), the latter of which was updated in September, 2015.

Not working or removed:
  • advancedWorldMap (not sure what it did)
  • ffxDeath (enabled or disabled the full screen death effect when you were a ghost)
Exists, yet not documented:
  • autoQuestProgress (set to "0" by default, no idea what it does)
  • wholeChatWindowClickable (set to "0" by default, no idea what it does)
Is there a way to dump all the current CVars for WoD and Legion?

Edit: here is my config-cache.wtf. As you can see, there are other CVars that are unknown in what they do. I am playing on the free live servers, so don't have a current paid subscription. That shouldn't matter, however.
Lua Code:
  1. SET deselectOnClick "1"
  2. SET autoDismountFlying "1"
  3. SET alwaysCompareItems "1"
  4. SET showTargetOfTarget "1"
  5. SET targetOfTargetMode "4"
  6. SET reducedLagTolerance "1"
  7. SET maxSpellStartRecoveryOffset "100"
  8. SET scriptErrors "1"
  9. SET displayWorldPVPObjectives "2"
  10. SET countdownForCooldowns "1"
  11. SET autoQuestProgress "0"
  12. SET advancedWatchFrame "1"
  13. SET watchFrameBaseAlpha "1"
  14. SET watchFrameState "1"
  15. SET flaggedTutorials "v"
  16. SET trackQuestSorting "proximity"
  17. SET profanityFilter "0"
  18. SET chatBubbles "0"
  19. SET removeChatDelay "1"
  20. SET guildShowOffline "0"
  21. SET chatStyle "classic"
  22. SET wholeChatWindowClickable "0"
  23. SET alwaysShowActionBars "1"
  24. SET UnitNamePlayerGuild "0"
  25. SET UnitNamePlayerPVPTitle "0"
  26. SET UnitNameEnemyGuardianName "1"
  27. SET UnitNameEnemyTotemName "1"
  28. SET UnitNameFriendlyPlayerName "0"
  29. SET UnitNameFriendlyPetName "0"
  30. SET fctCombatState "1"
  31. SET fctDamageReduction "1"
  32. SET fctRepChanges "1"
  33. SET fctFriendlyHealers "1"
  34. SET fctEnergyGains "1"
  35. SET fctPeriodicEnergyGains "1"
  36. SET fctHonorGains "1"
  37. SET fctAuras "1"
  38. SET fctSpellMechanics "1"
  39. SET fctSpellMechanicsOther "1"
  40. SET xpBarText "1"
  41. SET playerStatusText "1"
  42. SET petStatusText "1"
  43. SET partyStatusText "1"
  44. SET targetStatusText "1"
  45. SET alternateResourceText "1"
  46. SET statusTextDisplay "BOTH"
  47. SET cameraPitchMoveSpeed "100"
  48. SET cameraYawMoveSpeed "200"
  49. SET cameraView "5"
  50. SET cameraDistanceE "49.000401"
  51. SET cameraPitchE "34.024883"
  52. SET cameraYawE "0.000000"
  53. SET cameraSmoothStyle "1"
  54. SET cameraDistanceMax "50"
  55. SET cameraDistanceMaxFactor "2"
  56. SET showTutorials "0"
  57. SET showNPETutorials "0"
  58. SET serviceTypeFilter "2"
  59. SET talentFrameShown "1"
  60. SET addFriendInfoShown "1"
  61. SET pendingInviteInfoShown "1"
  62. SET timeMgrUseLocalTime "1"
  63. SET violenceLevel "5"
  64. SET colorChatNamesByClass "1"
  65. SET dontShowEquipmentSetsOnItems "1"
  66. SET ActionButtonUseKeyDown "0"
  67. SET petJournalFilters "D"
  68. SET mountJournalFilters "D"
  69. SET toyBoxCollectedFilters ""
  70. SET toyBoxSourceFilters ""
  71. SET heirloomCollectedFilters ""
  72. SET heirloomSourceFilters ""
  73. SET advJournalLastOpened "1461866663"

Last edited by myrroddin : 04-29-16 at 05:57 PM. Reason: code paste of my config-cache.wtf
  Reply With Quote
04-30-16, 06:08 AM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
I made a list a few months ago for an addon, it includes nothing from legion but it's pretty comprehensive.
Lua Code:
  1. CVars = {
  2. ["portal"] = "Name of Battle.net portal to use",
  3. ["textLocale"] = "Set the game locale for text",
  4. ["audioLocale"] = "Set the game locale for audio content",
  5. ["locale"] = "Set the game locale",
  6. ["agentUID"] = "The UID provided by Battle.net to be passed to Agent",
  7. ["timingTestError"] = "Error reported by the timing validation system",
  8. ["timingMethod"] = "Desired method for game timing",
  9. ["launchAgent"] = "Set this to have the client start up Agent",
  10. ["readTOS"] = "",
  11. ["readEULA"] = "",
  12. ["readScanning"] = "",
  13. ["readContest"] = "",
  14. ["showToolsUI"] = "",
  15. ["readTerminationWithoutNotice"] = "",
  16. ["installType"] = "",
  17. ["enterWorld"] = "",
  18. ["hwDetect"] = "",
  19. ["gxWindow"] = "",
  20. ["gxMaximize"] = "",
  21. ["videoOptionsVersion"] = "",
  22. ["mouseSpeed"] = "",
  23. ["Gamma"] = "",
  24. ["ChatMusicVolume"] = "",
  25. ["ChatSoundVolume"] = "",
  26. ["ChatAmbienceVolume"] = "",
  27. ["VoiceActivationSensitivity"] = "",
  28. ["Sound_MasterVolume"] = "",
  29. ["Sound_MusicVolume"] = "",
  30. ["Sound_AmbienceVolume"] = "",
  31. ["Sound_EnableSoundWhenGameIsInBG"] = "",
  32. ["farclip"] = "",
  33. ["particleDensity"] = "",
  34. ["rippleDetail"] = "",
  35. ["reflectionMode"] = "",
  36. ["projectedTextures"] = "",
  37. ["shadowTextureSize"] = "",
  38. ["textureFilteringMode"] = "",
  39. ["gameTip"] = "",
  40. ["Sound_SFXVolume"] = "",
  41. ["questLogCollapseFilter"] = "",
  42. ["uiScale"] = "",
  43. ["installLocale"] = "",
  44. ["gxApi"] = "",
  45. ["showNewbieTips"] = "",
  46. ["Sound_EnableErrorSpeech"] = "",
  47. ["wmoLodDist"] = "",
  48. ["repositionfrequency"] = "",
  49. ["bloatnameplates"] = "",
  50. ["graphicsQuality"] = "",
  51. ["waterDetail"] = "",
  52. ["sunShafts"] = "",
  53. ["SSAOBlur"] = "",
  54. ["componentTextureLevel"] = "",
  55. ["Sound_EnableMusic"] = "",
  56. ["SSAO"] = "",
  57. ["Sound_OutputDriverName"] = "",
  58. ["useUiScale"] = "",
  59. ["maxAnimThreads"] = "",
  60. ["lastAddonVersion"] = "",
  61. ["lastReadTOS"] = "",
  62. ["lastReadEULA"] = "",
  63. ["bloatTest"] = "",
  64. ["bloatthreat"] = "",
  65. ["Sound_EnableEmoteSounds"] = "",
  66. ["Sound_EnablePetSounds"] = "",
  67. ["taintLog"] = "",
  68. ["scriptProfile"] = "",
  69. ["maxFPS"] = "",
  70. ["lastReadTerminationWithoutNotice"] = "",
  71. ["groundEffectDensity"] = "",
  72. ["groundEffectDist"] = "",
  73. ["RAIDgraphicsQuality"] = "",
  74. ["playIntroMovie"] = "",
  75. ["refraction"] = "",
  76. ["terrainTextureLod"] = "",
  77. ["terrainMipLevel"] = "",
  78. ["worldBaseMip"] = "",
  79. ["RAIDsettingsInit"] = "",
  80. ["RAIDfarclip"] = "",
  81. ["RAIDWaterDetail"] = "",
  82. ["RAIDSSAOBlur"] = "",
  83. ["RAIDgroundEffectDensity"] = "",
  84. ["RAIDgroundEffectDist"] = "",
  85. ["RAIDshadowMode"] = "",
  86. ["RAIDterrainTextureLod"] = "",
  87. ["RAIDwmoLodDist"] = "",
  88. ["RAIDterrainMipLevel"] = "",
  89. ["RAIDworldBaseMip"] = "",
  90. ["RAIDtextureFilteringMode"] = "",
  91. ["RAIDprojectedTextures"] = "",
  92. ["RAIDreflectionMode"] = "",
  93. ["RAIDrippleDetail"] = "",
  94. ["RAIDparticleDensity"] = "",
  95. ["weatherDensity"] = "",
  96. ["RAIDweatherDensity"] = "",
  97. ["trackerSorting"] = "",
  98. ["showKeyring"] = "",
  99. ["trackerFilter"] = "",
  100. ["mapQuestDifficulty"] = "",
  101. ["Sound_NumChannels"] = "",
  102. ["seenCharacterUpgradePopup"] = "",
  103. ["realmName"] = "",
  104. ["engineSurvey"] = "",
  105. ["particleMTDensity"] = "",
  106. ["shadowMode"] = "",
  107. ["OutlineEngineMode"] = "",
  108. ["RAIDSSAO"] = "",
  109. ["RAIDshadowTextureSize"] = "",
  110. ["RAIDsunShafts"] = "",
  111. ["RAIDparticleMTDensity"] = "",
  112. ["RAIDrefraction"] = "",
  113. ["RAIDOutlineEngineMode"] = "",
  114. ["RAIDcomponentTextureLevel"] = "",
  115. ["advancedCombatLogging"] = "",
  116. ["checkAddonVersion"] = "",
  117. ["raidOrBattleCount"] = "",
  118. ["screenshotFormat"] = "",
  119. ["screenshotQuality"] = "",
  120. ["realmListbn"] = "Address of Battle.net server",
  121. ["serverAlert"] = "Get the glue-string tag for the URL",
  122. ["overrideArchive"] = "Whether or not the client loads alternate data",
  123. ["simd"] = "Enable SIMD features (e.g. SSE)",
  124. ["processAffinityMask"] = "Sets which core(s) WoW may execute on - changes require restart to take effect",
  125. ["streamingCameraRadius"] = "Base radius of the streaming camera.",
  126. ["streamingCameraMaxRadius"] = "Max radius of the streaming camera.",
  127. ["streamingCameraLookAheadTime"] = "Look ahead time for streaming.",
  128. ["asyncThreadSleep"] = "Engine option: Async read thread sleep",
  129. ["asyncHandlerTimeout"] = "Engine option: Async read main thread timeout",
  130. ["enableBGDL"] = "Background Download (on async net thread) Enabled",
  131. ["maxFPSBk"] = "Set background FPS limit",
  132. ["gxAdapter"] = "Force to run the specified adapter index (-1 to let client choose)",
  133. ["gxDepthResolveHandleCaching"] = "Caching of the target handle for the depth resolve",
  134. ["gxAFRDevicesCount"] = "Force to set number of AFR devices",
  135. ["gxMonitor"] = "monitor",
  136. ["gxColorBits"] = "color bits",
  137. ["gxDepthBits"] = "depth bits",
  138. ["gxDisableStencil"] = "disable stencil buffer",
  139. ["gxResolution"] = "resolution",
  140. ["gxRefresh"] = "refresh rate",
  141. ["gxTripleBuffer"] = "triple buffer",
  142. ["gxVSync"] = "vsync on or off",
  143. ["gxAspect"] = "constrain window aspect",
  144. ["gxCursor"] = "toggle hardware cursor",
  145. ["gxFixLag"] = "prevent cursor lag",
  146. ["gxMaxFrameLatency"] = "maximum number of frames ahead of GPU the CPU can be",
  147. ["gxStereoEnabled"] = "Enable stereoscopic rendering",
  148. ["gxOverride"] = "gx overrides",
  149. ["windowResizeLock"] = "prevent resizing in windowed mode",
  150. ["gxStereoConvergence"] = "Set stereoscopic rendering convergence depth",
  151. ["gxStereoSeparation"] = "Set stereoscopic rendering separation percentage",
  152. ["M2UseThreads"] = "multithread model animations",
  153. ["M2ForceAdditiveParticleSort"] = "force all particles to sort as though they were additive",
  154. ["M2UseInstancing"] = "use hardware instancing",
  155. ["M2UseLOD"] = "use model lod",
  156. ["maxAnimJobs"] = "Max anim jobs a scene will construct",
  157. ["animFrameSkipLOD"] = "animations will skip frames at distance",
  158. ["BrowserNavigateLog"] = "Enables Logging of browser navigation requests (Requires /reload)",
  159. ["movieSubtitle"] = "Show movie subtitles",
  160. ["enableMouseSpeed"] = "Enables setting a custom mouse sensitivity to override the setting from the operating system.",
  161. ["fullDump"] = "When you crash, generate a full memory dump",
  162. ["Errors"] = "",
  163. ["showErrors"] = "",
  164. ["ErrorLevelMin"] = "",
  165. ["ErrorLevelMax"] = "",
  166. ["ErrorFilter"] = "",
  167. ["DesktopGamma"] = "",
  168. ["lastCharacterIndex"] = "Last character selected",
  169. ["expandUpgradePanel"] = "Controls whether the upgrade panel is expanded or collapsed.",
  170. ["useIPv6"] = "Enable the usage of IPv6 sockets",
  171. ["disableServerNagle"] = "Disable server-side nagle algorithm",
  172. ["bnetLogSeverity"] = "Set Battle.net's debug logging severity level",
  173. ["skipStartGear"] = "Whether we should show starter gear on character create",
  174. ["hdPlayerModels"] = "Use high definition replacements for player models",
  175. ["preloadPlayerModels"] = "Preload all local racial models into memory",
  176. ["StartTalkingDelay"] = "",
  177. ["StartTalkingTime"] = "",
  178. ["StopTalkingDelay"] = "",
  179. ["StopTalkingTime"] = "",
  180. ["OutboundChatVolume"] = "The software amplification factor (0.0 - 2.0)",
  181. ["InboundChatVolume"] = "The volume of all other chat you hear (0.0 - 1.0)",
  182. ["VoiceChatMode"] = "Push to talk(0) or voice activation(1)",
  183. ["EnableMicrophone"] = "Enables the microphone so you can speak.",
  184. ["EnableVoiceChat"] = "Enables the voice chat feature.",
  185. ["VoiceChatSelfMute"] = "Turn off your ability to talk.",
  186. ["PushToTalkButton"] = "String representation of the Push-To-Talk button.",
  187. ["Sound_EnableReverb"] = "",
  188. ["Sound_EnableSoftwareHRTF"] = "",
  189. ["Sound_OutputDriverIndex"] = "",
  190. ["Sound_VoiceChatInputDriverIndex"] = "",
  191. ["Sound_VoiceChatInputDriverName"] = "",
  192. ["Sound_VoiceChatOutputDriverIndex"] = "",
  193. ["Sound_VoiceChatOutputDriverName"] = "",
  194. ["Sound_DSPBufferSize"] = "sound buffer size, default 0",
  195. ["Sound_OutputSampleRate"] = "output sample rate",
  196. ["Sound_EnableMode2"] = "test",
  197. ["Sound_EnableMixMode2"] = "test",
  198. ["Sound_EnableSFX"] = "",
  199. ["Sound_EnableAmbience"] = "Enable Ambience",
  200. ["Sound_EnablePetBattleMusic"] = "Enables music in pet battles",
  201. ["Sound_EnableAllSound"] = "",
  202. ["Sound_EnableDialog"] = "all dialog",
  203. ["Sound_DialogVolume"] = "Dialog Volume (0.0 to 1.0)",
  204. ["Sound_ListenerAtCharacter"] = "lock listener at character",
  205. ["Sound_ZoneMusicNoDelay"] = "",
  206. ["Sound_EnableArmorFoleySoundForSelf"] = "",
  207. ["Sound_EnableArmorFoleySoundForOthers"] = "",
  208. ["Sound_EnableDSPEffects"] = "",
  209. ["Sound_MaxCacheSizeInBytes"] = "Max cache size in bytes",
  210. ["Sound_MaxCacheableSizeInBytes"] = "Max sound size that will be cached, larger files will be streamed instead",
  211. ["FootstepSounds"] = "play footstep sounds",
  212. ["SoundUseNewBusSystem"] = "use the new bus structure or fallback to the old one",
  213. ["SoundPerf_VariationCap"] = "Limit sound kit variations to cut down on memory usage and disk thrashing on 32-bit machines",
  214. ["detailDoodadInstancing"] = "Detail doodad instancing",
  215. ["doodadUnloadDist"] = "Doodad unload distance",
  216. ["nearclip"] = "Near clip plane distance",
  217. ["horizonFarclipScale"] = "Far clip plane scale for horizon",
  218. ["horizonNearclipScale"] = "Near clip plane scale for horizon",
  219. ["reflectionDownscale"] = "Reflection downscale",
  220. ["bspcache"] = "BSP node caching",
  221. ["worldPoolUsage"] = "Usage static/dynamic/stream",
  222. ["terrainAlphaBitDepth"] = "Terrain alpha map bit depth",
  223. ["groundEffectFade"] = "Ground effect fade",
  224. ["environmentDetail"] = "Environment detail",
  225. ["hwPCF"] = "Hardware PCF Filtering",
  226. ["gxTextureCacheSize"] = "GX Texture Cache Size",
  227. ["maxLightCount"] = "Maximum lights to render",
  228. ["maxLightDist"] = "Maximum distance to render lights",
  229. ["SSAODistance"] = "SSAO distance",
  230. ["DepthBasedOpacity"] = "Enable/Disable Soft Edge Effect",
  231. ["preloadStreamingDistTerrain"] = "Terrain preload distance when streaming",
  232. ["preloadStreamingDistObject"] = "Object preload distance when streaming",
  233. ["preloadLoadingDistTerrain"] = "Terrain preload distance when loading",
  234. ["preloadLoadingDistObject"] = "Object preload distance when loading",
  235. ["SkyCloudLOD"] = "Texture resolution for clouds",
  236. ["terrainLodDist"] = "Terrain level of detail distance",
  237. ["wmoDoodadDist"] = "Wmo doodad load distance",
  238. ["entityLodDist"] = "Entity level of detail distance",
  239. ["worldMaxMipLevel"] = "World maximum texture mip level",
  240. ["terrainHoles"] = "Terrain holes affect occlusion",
  241. ["lightMode"] = "Quality of lighting",
  242. ["minimapPortalMax"] = "Max Number of Portals to traverse for minimap",
  243. ["RenderScale"] = "Render scale (for supersampling or undersampling)",
  244. ["ResampleQuality"] = "Resample quality",
  245. ["MSAAQuality"] = "Multisampling AA quality",
  246. ["MSAAAlphaTest"] = "Enable MSAA for alpha-tested geometry",
  247. ["RAIDsettingsEnabled"] = "Raid graphic settings are available",
  248. ["RAIDDepthBasedOpacity"] = "Raid Enable/Disable Soft Edge Effect",
  249. ["RAIDgroundEffectFade"] = "Raid Ground effect fade",
  250. ["RAIDterrainLodDist"] = "Raid Terrain level of detail distance",
  251. ["RAIDenvironmentDetail"] = "Environment detail",
  252. ["RAIDLightMode"] = "Quality of lighting",
  253. ["componentThread"] = "Multi thread character component processing",
  254. ["componentCompress"] = "Character component texture compression",
  255. ["componentTexLoadLimit"] = "Character component texture loading limit per frame",
  256. ["componentTexCacheSize"] = "Character component texture cache size (in MB)",
  257. ["shadowCull"] = "enable shadow frustum culling",
  258. ["shadowScissor"] = "enable scissoring when rendering shadowmaps",
  259. ["shadowInstancing"] = "enable instancing when rendering shadowmaps",
  260. ["hbaoNormals"] = "Use Normals for HBAO",
  261. ["hbaoBias"] = "HBAO Bias",
  262. ["hbaoRadius"] = "HBAO Radius",
  263. ["hbaoPowerExp"] = "HBAO Power Exponent",
  264. ["hbaoBlurSharp"] = "HBAO Blur Sharpness",
  265. ["enableWowMouse"] = "Enable Steelseries World of Warcraft Mouse",
  266. ["releaseUITextures"] = "Release Hidden UI Textures by default",
  267. ["synchronizeSettings"] = "Whether client settings should be stored on the server",
  268. ["ffxRectangle"] = "use rectangle texture for full screen effects",
  269. ["ffxAntiAliasingMode"] = "Anti Aliasing Mode",
  270. ["daltonize"] = "Attempt to correct for color blindness (set colorblindSimulator to type of colorblindness)",
  271. ["colorblindWeaknessFactor"] = "Amount of sensitivity. e.g. Protanope (red-weakness) 0.0 = not colorblind, 1.0 = full weakness(Protanopia), 0.5 = mid weakness(Protanomaly)",
  272. ["colorblindSimulator"] = "Type of color blindness",
  273. ["portal"] = "Name of Battle.net portal to use",
  274. ["textLocale"] = "Set the game locale for text",
  275. ["audioLocale"] = "Set the game locale for audio content",
  276. ["locale"] = "Set the game locale",
  277. ["agentUID"] = "The UID provided by Battle.net to be passed to Agent",
  278. ["timingTestError"] = "Error reported by the timing validation system",
  279. ["timingMethod"] = "Desired method for game timing",
  280. ["launchAgent"] = "Set this to have the client start up Agent",
  281. ["readTOS"] = "",
  282. ["readEULA"] = "",
  283. ["readScanning"] = "",
  284. ["readContest"] = "",
  285. ["showToolsUI"] = "",
  286. ["readTerminationWithoutNotice"] = "",
  287. ["installType"] = "",
  288. ["enterWorld"] = "",
  289. ["hwDetect"] = "",
  290. ["gxWindow"] = "",
  291. ["gxMaximize"] = "",
  292. ["videoOptionsVersion"] = "",
  293. ["mouseSpeed"] = "",
  294. ["Gamma"] = "",
  295. ["ChatMusicVolume"] = "",
  296. ["ChatSoundVolume"] = "",
  297. ["ChatAmbienceVolume"] = "",
  298. ["VoiceActivationSensitivity"] = "",
  299. ["Sound_MasterVolume"] = "",
  300. ["Sound_MusicVolume"] = "",
  301. ["Sound_AmbienceVolume"] = "",
  302. ["Sound_EnableSoundWhenGameIsInBG"] = "",
  303. ["farclip"] = "",
  304. ["particleDensity"] = "",
  305. ["rippleDetail"] = "",
  306. ["reflectionMode"] = "",
  307. ["projectedTextures"] = "",
  308. ["shadowTextureSize"] = "",
  309. ["textureFilteringMode"] = "",
  310. ["gameTip"] = "",
  311. ["Sound_SFXVolume"] = "",
  312. ["questLogCollapseFilter"] = "",
  313. ["uiScale"] = "",
  314. ["installLocale"] = "",
  315. ["gxApi"] = "",
  316. ["showNewbieTips"] = "",
  317. ["Sound_EnableErrorSpeech"] = "",
  318. ["wmoLodDist"] = "",
  319. ["repositionfrequency"] = "",
  320. ["bloatnameplates"] = "",
  321. ["graphicsQuality"] = "",
  322. ["waterDetail"] = "",
  323. ["sunShafts"] = "",
  324. ["SSAOBlur"] = "",
  325. ["componentTextureLevel"] = "",
  326. ["Sound_EnableMusic"] = "",
  327. ["SSAO"] = "",
  328. ["Sound_OutputDriverName"] = "",
  329. ["useUiScale"] = "",
  330. ["maxAnimThreads"] = "",
  331. ["lastAddonVersion"] = "",
  332. ["lastReadTOS"] = "",
  333. ["lastReadEULA"] = "",
  334. ["bloatTest"] = "",
  335. ["bloatthreat"] = "",
  336. ["Sound_EnableEmoteSounds"] = "",
  337. ["Sound_EnablePetSounds"] = "",
  338. ["taintLog"] = "",
  339. ["scriptProfile"] = "",
  340. ["maxFPS"] = "",
  341. ["lastReadTerminationWithoutNotice"] = "",
  342. ["groundEffectDensity"] = "",
  343. ["groundEffectDist"] = "",
  344. ["RAIDgraphicsQuality"] = "",
  345. ["playIntroMovie"] = "",
  346. ["refraction"] = "",
  347. ["terrainTextureLod"] = "",
  348. ["terrainMipLevel"] = "",
  349. ["worldBaseMip"] = "",
  350. ["RAIDsettingsInit"] = "",
  351. ["RAIDfarclip"] = "",
  352. ["RAIDWaterDetail"] = "",
  353. ["RAIDSSAOBlur"] = "",
  354. ["RAIDgroundEffectDensity"] = "",
  355. ["RAIDgroundEffectDist"] = "",
  356. ["RAIDshadowMode"] = "",
  357. ["RAIDterrainTextureLod"] = "",
  358. ["RAIDwmoLodDist"] = "",
  359. ["RAIDterrainMipLevel"] = "",
  360. ["RAIDworldBaseMip"] = "",
  361. ["RAIDtextureFilteringMode"] = "",
  362. ["RAIDprojectedTextures"] = "",
  363. ["RAIDreflectionMode"] = "",
  364. ["RAIDrippleDetail"] = "",
  365. ["RAIDparticleDensity"] = "",
  366. ["weatherDensity"] = "",
  367. ["RAIDweatherDensity"] = "",
  368. ["trackerSorting"] = "",
  369. ["showKeyring"] = "",
  370. ["trackerFilter"] = "",
  371. ["mapQuestDifficulty"] = "",
  372. ["Sound_NumChannels"] = "",
  373. ["seenCharacterUpgradePopup"] = "",
  374. ["realmName"] = "",
  375. ["engineSurvey"] = "",
  376. ["particleMTDensity"] = "",
  377. ["shadowMode"] = "",
  378. ["OutlineEngineMode"] = "",
  379. ["RAIDSSAO"] = "",
  380. ["RAIDshadowTextureSize"] = "",
  381. ["RAIDsunShafts"] = "",
  382. ["RAIDparticleMTDensity"] = "",
  383. ["RAIDrefraction"] = "",
  384. ["RAIDOutlineEngineMode"] = "",
  385. ["RAIDcomponentTextureLevel"] = "",
  386. ["advancedCombatLogging"] = "",
  387. ["checkAddonVersion"] = "",
  388. ["raidOrBattleCount"] = "",
  389. ["screenshotFormat"] = "",
  390. ["screenshotQuality"] = "",
  391. ["realmListbn"] = "Address of Battle.net server",
  392. ["serverAlert"] = "Get the glue-string tag for the URL",
  393. ["overrideArchive"] = "Whether or not the client loads alternate data",
  394. ["simd"] = "Enable SIMD features (e.g. SSE)",
  395. ["processAffinityMask"] = "Sets which core(s) WoW may execute on - changes require restart to take effect",
  396. ["streamingCameraRadius"] = "Base radius of the streaming camera.",
  397. ["streamingCameraMaxRadius"] = "Max radius of the streaming camera.",
  398. ["streamingCameraLookAheadTime"] = "Look ahead time for streaming.",
  399. ["asyncThreadSleep"] = "Engine option: Async read thread sleep",
  400. ["asyncHandlerTimeout"] = "Engine option: Async read main thread timeout",
  401. ["enableBGDL"] = "Background Download (on async net thread) Enabled",
  402. ["maxFPSBk"] = "Set background FPS limit",
  403. ["gxAdapter"] = "Force to run the specified adapter index (-1 to let client choose)",
  404. ["gxDepthResolveHandleCaching"] = "Caching of the target handle for the depth resolve",
  405. ["gxAFRDevicesCount"] = "Force to set number of AFR devices",
  406. ["gxMonitor"] = "monitor",
  407. ["gxColorBits"] = "color bits",
  408. ["gxDepthBits"] = "depth bits",
  409. ["gxDisableStencil"] = "disable stencil buffer",
  410. ["gxResolution"] = "resolution",
  411. ["gxRefresh"] = "refresh rate",
  412. ["gxTripleBuffer"] = "triple buffer",
  413. ["gxVSync"] = "vsync on or off",
  414. ["gxAspect"] = "constrain window aspect",
  415. ["gxCursor"] = "toggle hardware cursor",
  416. ["gxFixLag"] = "prevent cursor lag",
  417. ["gxMaxFrameLatency"] = "maximum number of frames ahead of GPU the CPU can be",
  418. ["gxStereoEnabled"] = "Enable stereoscopic rendering",
  419. ["gxOverride"] = "gx overrides",
  420. ["windowResizeLock"] = "prevent resizing in windowed mode",
  421. ["gxStereoConvergence"] = "Set stereoscopic rendering convergence depth",
  422. ["gxStereoSeparation"] = "Set stereoscopic rendering separation percentage",
  423. ["M2UseThreads"] = "multithread model animations",
  424. ["M2ForceAdditiveParticleSort"] = "force all particles to sort as though they were additive",
  425. ["M2UseInstancing"] = "use hardware instancing",
  426. ["M2UseLOD"] = "use model lod",
  427. ["maxAnimJobs"] = "Max anim jobs a scene will construct",
  428. ["animFrameSkipLOD"] = "animations will skip frames at distance",
  429. ["BrowserNavigateLog"] = "Enables Logging of browser navigation requests (Requires /reload)",
  430. ["movieSubtitle"] = "Show movie subtitles",
  431. ["enableMouseSpeed"] = "Enables setting a custom mouse sensitivity to override the setting from the operating system.",
  432. ["fullDump"] = "When you crash, generate a full memory dump",
  433. ["Errors"] = "",
  434. ["showErrors"] = "",
  435. ["ErrorLevelMin"] = "",
  436. ["ErrorLevelMax"] = "",
  437. ["ErrorFilter"] = "",
  438. ["DesktopGamma"] = "",
  439. ["lastCharacterIndex"] = "Last character selected",
  440. ["expandUpgradePanel"] = "Controls whether the upgrade panel is expanded or collapsed.",
  441. ["useIPv6"] = "Enable the usage of IPv6 sockets",
  442. ["disableServerNagle"] = "Disable server-side nagle algorithm",
  443. ["bnetLogSeverity"] = "Set Battle.net's debug logging severity level",
  444. ["skipStartGear"] = "Whether we should show starter gear on character create",
  445. ["hdPlayerModels"] = "Use high definition replacements for player models",
  446. ["preloadPlayerModels"] = "Preload all local racial models into memory",
  447. ["StartTalkingDelay"] = "",
  448. ["StartTalkingTime"] = "",
  449. ["StopTalkingDelay"] = "",
  450. ["StopTalkingTime"] = "",
  451. ["OutboundChatVolume"] = "The software amplification factor (0.0 - 2.0)",
  452. ["InboundChatVolume"] = "The volume of all other chat you hear (0.0 - 1.0)",
  453. ["VoiceChatMode"] = "Push to talk(0) or voice activation(1)",
  454. ["EnableMicrophone"] = "Enables the microphone so you can speak.",
  455. ["EnableVoiceChat"] = "Enables the voice chat feature.",
  456. ["VoiceChatSelfMute"] = "Turn off your ability to talk.",
  457. ["PushToTalkButton"] = "String representation of the Push-To-Talk button.",
  458. ["Sound_EnableReverb"] = "",
  459. ["Sound_EnableSoftwareHRTF"] = "",
  460. ["Sound_OutputDriverIndex"] = "",
  461. ["Sound_VoiceChatInputDriverIndex"] = "",
  462. ["Sound_VoiceChatInputDriverName"] = "",
  463. ["Sound_VoiceChatOutputDriverIndex"] = "",
  464. ["Sound_VoiceChatOutputDriverName"] = "",
  465. ["Sound_DSPBufferSize"] = "sound buffer size, default 0",
  466. ["Sound_OutputSampleRate"] = "output sample rate",
  467. ["Sound_EnableMode2"] = "test",
  468. ["Sound_EnableMixMode2"] = "test",
  469. ["Sound_EnableSFX"] = "",
  470. ["Sound_EnableAmbience"] = "Enable Ambience",
  471. ["Sound_EnablePetBattleMusic"] = "Enables music in pet battles",
  472. ["Sound_EnableAllSound"] = "",
  473. ["Sound_EnableDialog"] = "all dialog",
  474. ["Sound_DialogVolume"] = "Dialog Volume (0.0 to 1.0)",
  475. ["Sound_ListenerAtCharacter"] = "lock listener at character",
  476. ["Sound_ZoneMusicNoDelay"] = "",
  477. ["Sound_EnableArmorFoleySoundForSelf"] = "",
  478. ["Sound_EnableArmorFoleySoundForOthers"] = "",
  479. ["Sound_EnableDSPEffects"] = "",
  480. ["Sound_MaxCacheSizeInBytes"] = "Max cache size in bytes",
  481. ["Sound_MaxCacheableSizeInBytes"] = "Max sound size that will be cached, larger files will be streamed instead",
  482. ["FootstepSounds"] = "play footstep sounds",
  483. ["SoundUseNewBusSystem"] = "use the new bus structure or fallback to the old one",
  484. ["SoundPerf_VariationCap"] = "Limit sound kit variations to cut down on memory usage and disk thrashing on 32-bit machines",
  485. ["detailDoodadInstancing"] = "Detail doodad instancing",
  486. ["doodadUnloadDist"] = "Doodad unload distance",
  487. ["nearclip"] = "Near clip plane distance",
  488. ["horizonFarclipScale"] = "Far clip plane scale for horizon",
  489. ["horizonNearclipScale"] = "Near clip plane scale for horizon",
  490. ["reflectionDownscale"] = "Reflection downscale",
  491. ["bspcache"] = "BSP node caching",
  492. ["worldPoolUsage"] = "Usage static/dynamic/stream",
  493. ["terrainAlphaBitDepth"] = "Terrain alpha map bit depth",
  494. ["groundEffectFade"] = "Ground effect fade",
  495. ["environmentDetail"] = "Environment detail",
  496. ["hwPCF"] = "Hardware PCF Filtering",
  497. ["gxTextureCacheSize"] = "GX Texture Cache Size",
  498. ["maxLightCount"] = "Maximum lights to render",
  499. ["maxLightDist"] = "Maximum distance to render lights",
  500. ["SSAODistance"] = "SSAO distance",
  501. ["DepthBasedOpacity"] = "Enable/Disable Soft Edge Effect",
  502. ["preloadStreamingDistTerrain"] = "Terrain preload distance when streaming",
  503. ["preloadStreamingDistObject"] = "Object preload distance when streaming",
  504. ["preloadLoadingDistTerrain"] = "Terrain preload distance when loading",
  505. ["preloadLoadingDistObject"] = "Object preload distance when loading",
  506. ["SkyCloudLOD"] = "Texture resolution for clouds",
  507. ["terrainLodDist"] = "Terrain level of detail distance",
  508. ["wmoDoodadDist"] = "Wmo doodad load distance",
  509. ["entityLodDist"] = "Entity level of detail distance",
  510. ["worldMaxMipLevel"] = "World maximum texture mip level",
  511. ["terrainHoles"] = "Terrain holes affect occlusion",
  512. ["lightMode"] = "Quality of lighting",
  513. ["minimapPortalMax"] = "Max Number of Portals to traverse for minimap",
  514. ["RenderScale"] = "Render scale (for supersampling or undersampling)",
  515. ["ResampleQuality"] = "Resample quality",
  516. ["MSAAQuality"] = "Multisampling AA quality",
  517. ["MSAAAlphaTest"] = "Enable MSAA for alpha-tested geometry",
  518. ["RAIDsettingsEnabled"] = "Raid graphic settings are available",
  519. ["RAIDDepthBasedOpacity"] = "Raid Enable/Disable Soft Edge Effect",
  520. ["RAIDgroundEffectFade"] = "Raid Ground effect fade",
  521. ["RAIDterrainLodDist"] = "Raid Terrain level of detail distance",
  522. ["RAIDenvironmentDetail"] = "Environment detail",
  523. ["RAIDLightMode"] = "Quality of lighting",
  524. ["componentThread"] = "Multi thread character component processing",
  525. ["componentCompress"] = "Character component texture compression",
  526. ["componentTexLoadLimit"] = "Character component texture loading limit per frame",
  527. ["componentTexCacheSize"] = "Character component texture cache size (in MB)",
  528. ["shadowCull"] = "enable shadow frustum culling",
  529. ["shadowScissor"] = "enable scissoring when rendering shadowmaps",
  530. ["shadowInstancing"] = "enable instancing when rendering shadowmaps",
  531. ["hbaoNormals"] = "Use Normals for HBAO",
  532. ["hbaoBias"] = "HBAO Bias",
  533. ["hbaoRadius"] = "HBAO Radius",
  534. ["hbaoPowerExp"] = "HBAO Power Exponent",
  535. ["hbaoBlurSharp"] = "HBAO Blur Sharpness",
  536. ["enableWowMouse"] = "Enable Steelseries World of Warcraft Mouse",
  537. ["releaseUITextures"] = "Release Hidden UI Textures by default",
  538. ["synchronizeSettings"] = "Whether client settings should be stored on the server",
  539. ["ffxRectangle"] = "use rectangle texture for full screen effects",
  540. ["ffxAntiAliasingMode"] = "Anti Aliasing Mode",
  541. ["daltonize"] = "Attempt to correct for color blindness (set colorblindSimulator to type of colorblindness)",
  542. ["colorblindWeaknessFactor"] = "Amount of sensitivity. e.g. Protanope (red-weakness) 0.0 = not colorblind, 1.0 = full weakness(Protanopia), 0.5 = mid weakness(Protanomaly)",
  543. ["colorblindSimulator"] = "Type of color blindness",
  544. ["synchronizeConfig"] = "",
  545. ["synchronizeBindings"] = "",
  546. ["synchronizeMacros"] = "",
  547. ["synchronizeChatFrames"] = "",
  548. ["forceEnglishNames"] = "",
  549. ["showGameTips"] = "",
  550. ["streamBeams"] = "Use vertex streaming for beams (Gfx Driver Workaround). 0=Auto Detect, 1=Never Stream, 2=Always Stream",
  551. ["sceneOcclusionEnable"] = "Scene software occlusion",
  552. ["NamePlateStlye"] = "Template used to create nameplates",
  553. ["nameplateMotion"] = "Defines the movement/collison model for nameplates",
  554. ["maxAlgoplates"] = "max number nameplates on screen before overlapping nameplates are used",
  555. ["nameplateOverlapH"] = "Percentage amount for horizontal overlap of nameplates",
  556. ["nameplateOverlapV"] = "Percentage amount for vertical overlap of nameplates",
  557. ["nameplateSmoothHealth"] = "Determines if nameplate health updates should be smoothed",
  558. ["nameplateShowAbsorbs"] = "Determines if nameplate health absorbs are visible",
  559. ["showfootprintparticles"] = "toggles rendering of footprint particles",
  560. ["pathSmoothing"] = "NPC will round corners on ground paths",
  561. ["POIShiftComplete"] = "",
  562. ["deselectOnClick"] = "Clear the target when clicking on terrain",
  563. ["autoInteract"] = "Toggles auto-move to interact target",
  564. ["autoStand"] = "Automatically stand when needed",
  565. ["autoDismount"] = "Automatically dismount when needed",
  566. ["autoDismountFlying"] = "If enabled, your character will automatically dismount before casting while flying",
  567. ["autoUnshift"] = "Automatically leave shapeshift form when needed",
  568. ["autoClearAFK"] = "Automatically clear AFK when moving or chatting",
  569. ["blockTrades"] = "Whether to automatically block trade requests",
  570. ["blockChannelInvites"] = "Whether to automatically block chat channel invites",
  571. ["lootUnderMouse"] = "Whether the loot window should open under the mouse",
  572. ["autoLootDefault"] = "Automatically loot items when the loot window opens",
  573. ["autoLootRate"] = "Rate in milliseconds to tick auto loot",
  574. ["autoOpenLootHistory"] = "Automatically opens the Loot History window when certain items drop",
  575. ["alwaysCompareItems"] = "Always show item comparison tooltips",
  576. ["SpellTooltip_DisplayAvgValues"] = "Toggles the spread from (min-max) to (avg)",
  577. ["breakUpLargeNumbers"] = "Toggles using commas in large numbers",
  578. ["superTrackerDist"] = "",
  579. ["spellBookSort"] = "",
  580. ["interactOnLeftClick"] = "Test CVar for interacting with NPC's on left click",
  581. ["assistAttack"] = "Whether to start attacking after an assist",
  582. ["autoSelfCast"] = "Whether spells should automatically be cast on you if you don't have a valid target",
  583. ["stopAutoAttackOnTargetChange"] = "Whether to stop attacking when changing targets",
  584. ["showTargetOfTarget"] = "Whether the target of target frame should be shown",
  585. ["targetOfTargetMode"] = "The conditions under which target of target should be shown",
  586. ["showTargetCastbar"] = "Show the spell your current target is casting",
  587. ["showVKeyCastbar"] = "If the V key display is up for your current target, show the enemy cast bar with the target's health bar in the game field",
  588. ["showVKeyCastbarOnlyOnTarget"] = "",
  589. ["showVKeyCastbarSpellName"] = "",
  590. ["displaySpellActivationOverlays"] = "Whether to display Spell Activation Overlays (a.k.a. Spell Alerts)",
  591. ["spellActivationOverlayOpacity"] = "The opacity of the Spell Activation Overlays (a.k.a. Spell Alerts)",
  592. ["reducedLagTolerance"] = "Enables the Reduced Lag Tolerance slider. (Doesn't actually change anything. Use \"MaxSpellStartRecoveryOffset\" for that.)",
  593. ["maxSpellStartRecoveryOffset"] = "Determines how far ahead of the end of a spell start recovery the spell system can be before allowing spell request to be sent to the server",
  594. ["lossOfControl"] = "Enables loss of control spell banner",
  595. ["lossOfControlFull"] = "Setting for Loss of Control - Full Loss",
  596. ["lossOfControlInterrupt"] = "Setting for Loss of Control - Interrupt",
  597. ["lossOfControlSilence"] = "Setting for Loss of Control - Silence",
  598. ["lossOfControlDisarm"] = "Setting for Loss of Control - Disarm",
  599. ["lossOfControlRoot"] = "Setting for Loss of Control - Root",
  600. ["rotateMinimap"] = "Whether to rotate the entire minimap instead of the player arrow",
  601. ["minimapZoom"] = "The current outdoor minimap zoom level",
  602. ["minimapInsideZoom"] = "The current indoor minimap zoom level",
  603. ["scriptErrors"] = "Whether or not the UI shows Lua errors",
  604. ["scriptWarnings"] = "Whether or not the UI shows Lua warnings",
  605. ["screenEdgeFlash"] = "Whether to show a red flash while you are in combat with the world map up",
  606. ["displayFreeBagSlots"] = "Whether or not the backpack button should indicate how many inventory slots you've got free",
  607. ["displayWorldPVPObjectives"] = "Whether to show world PvP objectives",
  608. ["colorblindMode"] = "Enables colorblind accessibility features in the game",
  609. ["enableMovePad"] = "Enables the MovePad accessibility feature in the game",
  610. ["streamStatusMessage"] = "Whether to display status messages while streaming content",
  611. ["emphasizeMySpellEffects"] = "Whether other player's spell impacts are toned down or not.",
  612. ["allowCompareWithToggle"] = "",
  613. ["countdownForCooldowns"] = "Whether to use number countdown instead of radial swipe for action button cooldowns or not.",
  614. ["autoQuestWatch"] = "Whether to automatically watch all quests when you obtain them",
  615. ["autoQuestProgress"] = "Whether to automatically watch all quests when they are updated",
  616. ["showQuestTrackingTooltips"] = "Displays quest tracking information in unit and object tooltips",
  617. ["questLogCollapseHeaderFilter"] = "bit filed for saving off the state of the headers in Quest Log",
  618. ["autoQuestPopUps"] = "Saves current pop-ups for quests that are automatically acquired or completed.",
  619. ["questLogOpen"] = "Whether the quest log appears the side of the windowed map. ",
  620. ["advancedWatchFrame"] = "Enables advanced Objectives tracking features",
  621. ["watchFrameIgnoreCursor"] = "Disables Objectives frame mouseover and title dropdown.",
  622. ["watchFrameBaseAlpha"] = "Objectives frame opacity.",
  623. ["watchFrameState"] = "Stores Objectives frame locked and collapsed states",
  624. ["showQuestObjectivesOnMap"] = "Shows quest POIs on the main map.",
  625. ["trackedQuests"] = "Internal cvar for saving automatically tracked quests in order",
  626. ["hardTrackedQuests"] = "Internal cvar for saving hard (user manually selected) tracked quests in order",
  627. ["trackedAchievements"] = "Internal cvar for saving tracked achievements in order",
  628. ["flaggedTutorials"] = "Internal cvar for saving completed tutorials in order",
  629. ["lockedWorldMap"] = "Whether the world map is locked when sized down",
  630. ["worldMapOpacity"] = "Opacity for the world map when sized down",
  631. ["mapFade"] = "Whether to fade out the world map when moving",
  632. ["trackQuestSorting"] = "Whether to sort the last tracked quest to the top of the quest tracker or use proximity sorting",
  633. ["mapAnimMinAlpha"] = "Alpha value to animate to when player moves with windowed world map open",
  634. ["mapAnimDuration"] = "Duration for the alpha animation",
  635. ["mapAnimStartDelay"] = "Start delay for the alpha animation",
  636. ["profanityFilter"] = "Whether to enable mature language filtering",
  637. ["spamFilter"] = "Whether to enable spam filtering",
  638. ["chatBubbles"] = "Whether to show in-game chat bubbles",
  639. ["chatBubblesParty"] = "Whether to show in-game chat bubbles for party chat",
  640. ["removeChatDelay"] = "Remove Chat Hover Delay",
  641. ["guildShowOffline"] = "Show offline guild members in the guild UI",
  642. ["guildMemberNotify"] = "Receive notification when guild members log on/off",
  643. ["guildRewardsUsable"] = "Show usable guild rewards only",
  644. ["guildRewardsCategory"] = "Show category of guild rewards",
  645. ["lfgAutoFill"] = "Whether to automatically add party members while looking for a group",
  646. ["lfgAutoJoin"] = "Whether to automatically join a party while looking for a group",
  647. ["friendsViewButtons"] = "Whether to show the friends list view buttons",
  648. ["friendsSmallView"] = "Whether to use smaller buttons in the friends list",
  649. ["chatStyle"] = "The style of Edit Boxes for the ChatFrame. Valid values: \"classic\", \"im\"",
  650. ["wholeChatWindowClickable"] = "Whether the user may click anywhere on a chat window to change EditBox focus (only works in IM style)",
  651. ["conversationMode"] = "The action new Real ID Conversations take by default: \"popout\", \"inline\", \"popout_and_inline\"",
  652. ["bnWhisperMode"] = "The action new Real ID Whispers take by default: \"popout\", \"inline\", \"popout_and_inline\"",
  653. ["whisperMode"] = "The action new whispers take by default: \"popout\", \"inline\", \"popout_and_inline\"",
  654. ["showTimestamps"] = "The format of timestamps in chat or \"none\"",
  655. ["chatMouseScroll"] = "Whether the user can use the mouse wheel to scroll through chat",
  656. ["enableTwitter"] = "Whether Twitter integration is enabled",
  657. ["twitterGetConfigTime"] = "Last time that we got Twitter configuration data successfully",
  658. ["twitterShortUrlLength"] = "Number of characters that non-https URLS get shortened to",
  659. ["twitterShortUrlLengthHttps"] = "Number of characters that https URLS get shortened to",
  660. ["twitterCharactersPerMedia"] = "Number of characters needed when attaching media to a Twitter post",
  661. ["lockActionBars"] = "Whether the action bars should be locked, preventing changes",
  662. ["alwaysShowActionBars"] = "Whether to always show the action bar grid",
  663. ["secureAbilityToggle"] = "Whether you should be protected against accidentally double-clicking an aura",
  664. ["UnitNameOwn"] = "",
  665. ["UnitNameNPC"] = "",
  666. ["UnitNameHostleNPC"] = "",
  667. ["UnitNameForceHideMinus"] = "",
  668. ["UnitNamePlayerGuild"] = "",
  669. ["UnitNamePlayerPVPTitle"] = "",
  670. ["UnitNameEnemyPlayerName"] = "",
  671. ["UnitNameEnemyPetName"] = "",
  672. ["UnitNameEnemyGuardianName"] = "",
  673. ["UnitNameEnemyTotemName"] = "",
  674. ["UnitNameFriendlyPlayerName"] = "",
  675. ["UnitNameFriendlyPetName"] = "",
  676. ["UnitNameFriendlyGuardianName"] = "",
  677. ["UnitNameFriendlyTotemName"] = "",
  678. ["UnitNameNonCombatCreatureName"] = "",
  679. ["UnitNameFriendlySpecialNPCName"] = "",
  680. ["UnitNameGuildTitle"] = "",
  681. ["WorldTextStartPosRandomness"] = "",
  682. ["WorldTextRandomXY"] = "",
  683. ["WorldTextRandomZBase"] = "",
  684. ["WorldTextRandomZ"] = "",
  685. ["WorldTextNonRandomZ"] = "",
  686. ["WorldTextGravity"] = "",
  687. ["CombatDamage"] = "Display damage numbers over hostile creatures when damaged",
  688. ["CombatDamageStyle"] = "Which method for displaying damage numbers over creatures (1 - new, 2 - old CPU killer)",
  689. ["CombatLogPeriodicSpells"] = "Display damage caused by periodic effects",
  690. ["PetMeleeDamage"] = "Display pet melee damage in the world",
  691. ["PetSpellDamage"] = "Display pet spell damage in the world",
  692. ["CombatHealing"] = "Display amount of healing you did to the target",
  693. ["CombatHealingAbsorbTarget"] = "Display amount of shield added to the target.",
  694. ["CombatHealingAbsorbSelf"] = "Shows a message when you gain a shield.",
  695. ["enableCombatText"] = "Whether to show floating combat text",
  696. ["combatTextFloatMode"] = "The combat text float mode",
  697. ["enablePetBattleCombatText"] = "Whether to show floating combat text for pet battles",
  698. ["fctCombatState"] = "",
  699. ["fctDodgeParryMiss"] = "",
  700. ["fctDamageReduction"] = "",
  701. ["fctRepChanges"] = "",
  702. ["fctReactives"] = "",
  703. ["fctFriendlyHealers"] = "",
  704. ["fctComboPoints"] = "",
  705. ["fctLowManaHealth"] = "",
  706. ["fctEnergyGains"] = "",
  707. ["fctPeriodicEnergyGains"] = "",
  708. ["fctHonorGains"] = "",
  709. ["fctAuras"] = "",
  710. ["fctAllSpellMechanics"] = "",
  711. ["fctSpellMechanics"] = "",
  712. ["fctSpellMechanicsOther"] = "",
  713. ["xpBarText"] = "Whether the XP bar shows the numeric experience value",
  714. ["playerStatusText"] = "Whether the player portrait shows numeric health/mana values",
  715. ["petStatusText"] = "Whether the pet portrait shows numeric health/mana values",
  716. ["partyStatusText"] = "Whether the party portraits shows numeric health/mana values",
  717. ["targetStatusText"] = "Whether the target portrait shows numeric health/mana values",
  718. ["alternateResourceText"] = "Whether the alternate power bars show numeric values",
  719. ["statusTextDisplay"] = "Whether numeric health/mana values are shown as raw values or percentages, or both",
  720. ["showPartyBackground"] = "Show a background behind party members",
  721. ["partyBackgroundOpacity"] = "The opacity of the party background",
  722. ["showPartyPets"] = "Whether to show pets in the party UI",
  723. ["showArenaEnemyFrames"] = "Show arena enemy frames while in an Arena",
  724. ["showArenaEnemyCastbar"] = "Show the spell enemies are casting on the Arena Enemy frames",
  725. ["showArenaEnemyPets"] = "Show the enemy team's pets on the ArenaEnemy frames",
  726. ["fullSizeFocusFrame"] = "Increases the size of the focus frame to that of the target frame",
  727. ["useCompactPartyFrames"] = "Use the new raid frames for parties",
  728. ["buffDurations"] = "Whether to show buff durations",
  729. ["showDispelDebuffs"] = "Show only Debuffs that the player can dispel.  Only applies to raids.",
  730. ["showCastableBuffs"] = "Show only Buffs the player can cast.  Only applies to raids.",
  731. ["consolidateBuffs"] = "Consolidates buffs displayed for the player.",
  732. ["showAllEnemyDebuffs"] = "Show all debuffs on enemy targets.",
  733. ["showToastOnline"] = "Whether to show Battle.net message for friend coming online",
  734. ["showToastOffline"] = "Whether to show Battle.net message for friend going offline",
  735. ["showToastBroadcast"] = "Whether to show Battle.net message for broadcasts",
  736. ["showToastFriendRequest"] = "Whether to show Battle.net message for friend requests",
  737. ["showToastConversation"] = "Whether to show Battle.net message for conversations",
  738. ["showToastWindow"] = "Whether to show Battle.net system messages in a toast window",
  739. ["toastDuration"] = "How long to display Battle.net toast windows, in seconds",
  740. ["cameraSavedDistance"] = "",
  741. ["cameraSavedVehicleDistance"] = "",
  742. ["cameraSavedPetBattleDistance"] = "",
  743. ["cameraSavedPitch"] = "",
  744. ["mouseInvertYaw"] = "",
  745. ["mouseInvertPitch"] = "",
  746. ["cameraBobbing"] = "",
  747. ["cameraDistanceMoveSpeed"] = "",
  748. ["cameraPitchMoveSpeed"] = "",
  749. ["cameraYawMoveSpeed"] = "",
  750. ["cameraBobbingSmoothSpeed"] = "",
  751. ["cameraFoVSmoothSpeed"] = "",
  752. ["cameraDistanceSmoothSpeed"] = "",
  753. ["cameraGroundSmoothSpeed"] = "",
  754. ["cameraHeightSmoothSpeed"] = "",
  755. ["cameraPitchSmoothSpeed"] = "",
  756. ["cameraTargetSmoothSpeed"] = "",
  757. ["cameraYawSmoothSpeed"] = "",
  758. ["cameraFlyingMountHeightSmoothSpeed"] = "",
  759. ["cameraViewBlendStyle"] = "",
  760. ["cameraView"] = "",
  761. ["camerasmooth"] = "",
  762. ["cameraSmoothPitch"] = "",
  763. ["cameraSmoothYaw"] = "",
  764. ["cameraSmoothStyle"] = "",
  765. ["cameraSmoothTrackingStyle"] = "",
  766. ["cameraCustomViewSmoothing"] = "",
  767. ["cameraSmoothNeverIdleDelay"] = "",
  768. ["cameraSmoothNeverIdleFactor"] = "",
  769. ["cameraSmoothNeverStopDelay"] = "",
  770. ["cameraSmoothNeverStopFactor"] = "",
  771. ["cameraSmoothNeverTrackDelay"] = "",
  772. ["cameraSmoothNeverTrackFactor"] = "",
  773. ["cameraSmoothNeverMoveDelay"] = "",
  774. ["cameraSmoothNeverMoveFactor"] = "",
  775. ["cameraSmoothNeverStrafeDelay"] = "",
  776. ["cameraSmoothNeverStrafeFactor"] = "",
  777. ["cameraSmoothNeverTurnDelay"] = "",
  778. ["cameraSmoothNeverTurnFactor"] = "",
  779. ["cameraSmoothNeverFearDelay"] = "",
  780. ["cameraSmoothNeverFearFactor"] = "",
  781. ["cameraSmoothViewDataNeverDistanceDelay"] = "",
  782. ["cameraSmoothViewDataNeverDistanceFactor"] = "",
  783. ["cameraSmoothViewDataNeverPitchDelay"] = "",
  784. ["cameraSmoothViewDataNeverPitchFactor"] = "",
  785. ["cameraSmoothViewDataNeverYawDelay"] = "",
  786. ["cameraSmoothViewDataNeverYawFactor"] = "",
  787. ["cameraTerrainTiltNeverFallAbsorb"] = "",
  788. ["cameraTerrainTiltNeverFallDelay"] = "",
  789. ["cameraTerrainTiltNeverFallFactor"] = "",
  790. ["cameraTerrainTiltNeverFearAbsorb"] = "",
  791. ["cameraTerrainTiltNeverFearDelay"] = "",
  792. ["cameraTerrainTiltNeverFearFactor"] = "",
  793. ["cameraTerrainTiltNeverIdleAbsorb"] = "",
  794. ["cameraTerrainTiltNeverIdleDelay"] = "",
  795. ["cameraTerrainTiltNeverIdleFactor"] = "",
  796. ["cameraTerrainTiltNeverJumpAbsorb"] = "",
  797. ["cameraTerrainTiltNeverJumpDelay"] = "",
  798. ["cameraTerrainTiltNeverJumpFactor"] = "",
  799. ["cameraTerrainTiltNeverMoveAbsorb"] = "",
  800. ["cameraTerrainTiltNeverMoveDelay"] = "",
  801. ["cameraTerrainTiltNeverMoveFactor"] = "",
  802. ["cameraTerrainTiltNeverStrafeAbsorb"] = "",
  803. ["cameraTerrainTiltNeverStrafeDelay"] = "",
  804. ["cameraTerrainTiltNeverStrafeFactor"] = "",
  805. ["cameraTerrainTiltNeverSwimAbsorb"] = "",
  806. ["cameraTerrainTiltNeverSwimDelay"] = "",
  807. ["cameraTerrainTiltNeverSwimFactor"] = "",
  808. ["cameraTerrainTiltNeverTaxiAbsorb"] = "",
  809. ["cameraTerrainTiltNeverTaxiDelay"] = "",
  810. ["cameraTerrainTiltNeverTaxiFactor"] = "",
  811. ["cameraTerrainTiltNeverTrackAbsorb"] = "",
  812. ["cameraTerrainTiltNeverTrackDelay"] = "",
  813. ["cameraTerrainTiltNeverTrackFactor"] = "",
  814. ["cameraTerrainTiltNeverTurnAbsorb"] = "",
  815. ["cameraTerrainTiltNeverTurnDelay"] = "",
  816. ["cameraTerrainTiltNeverTurnFactor"] = "",
  817. ["cameraSmoothSmartIdleDelay"] = "",
  818. ["cameraSmoothSmartIdleFactor"] = "",
  819. ["cameraSmoothSmartStopDelay"] = "",
  820. ["cameraSmoothSmartStopFactor"] = "",
  821. ["cameraSmoothSmartTrackDelay"] = "",
  822. ["cameraSmoothSmartTrackFactor"] = "",
  823. ["cameraSmoothSmartMoveDelay"] = "",
  824. ["cameraSmoothSmartMoveFactor"] = "",
  825. ["cameraSmoothSmartStrafeDelay"] = "",
  826. ["cameraSmoothSmartStrafeFactor"] = "",
  827. ["cameraSmoothSmartTurnDelay"] = "",
  828. ["cameraSmoothSmartTurnFactor"] = "",
  829. ["cameraSmoothSmartFearDelay"] = "",
  830. ["cameraSmoothSmartFearFactor"] = "",
  831. ["cameraSmoothViewDataSmartDistanceDelay"] = "",
  832. ["cameraSmoothViewDataSmartDistanceFactor"] = "",
  833. ["cameraSmoothViewDataSmartPitchDelay"] = "",
  834. ["cameraSmoothViewDataSmartPitchFactor"] = "",
  835. ["cameraSmoothViewDataSmartYawDelay"] = "",
  836. ["cameraSmoothViewDataSmartYawFactor"] = "",
  837. ["cameraTerrainTiltSmartFallAbsorb"] = "",
  838. ["cameraTerrainTiltSmartFallDelay"] = "",
  839. ["cameraTerrainTiltSmartFallFactor"] = "",
  840. ["cameraTerrainTiltSmartFearAbsorb"] = "",
  841. ["cameraTerrainTiltSmartFearDelay"] = "",
  842. ["cameraTerrainTiltSmartFearFactor"] = "",
  843. ["cameraTerrainTiltSmartIdleAbsorb"] = "",
  844. ["cameraTerrainTiltSmartIdleDelay"] = "",
  845. ["cameraTerrainTiltSmartIdleFactor"] = "",
  846. ["cameraTerrainTiltSmartJumpAbsorb"] = "",
  847. ["cameraTerrainTiltSmartJumpDelay"] = "",
  848. ["cameraTerrainTiltSmartJumpFactor"] = "",
  849. ["cameraTerrainTiltSmartMoveAbsorb"] = "",
  850. ["cameraTerrainTiltSmartMoveDelay"] = "",
  851. ["cameraTerrainTiltSmartMoveFactor"] = "",
  852. ["cameraTerrainTiltSmartStrafeAbsorb"] = "",
  853. ["cameraTerrainTiltSmartStrafeDelay"] = "",
  854. ["cameraTerrainTiltSmartStrafeFactor"] = "",
  855. ["cameraTerrainTiltSmartSwimAbsorb"] = "",
  856. ["cameraTerrainTiltSmartSwimDelay"] = "",
  857. ["cameraTerrainTiltSmartSwimFactor"] = "",
  858. ["cameraTerrainTiltSmartTaxiAbsorb"] = "",
  859. ["cameraTerrainTiltSmartTaxiDelay"] = "",
  860. ["cameraTerrainTiltSmartTaxiFactor"] = "",
  861. ["cameraTerrainTiltSmartTrackAbsorb"] = "",
  862. ["cameraTerrainTiltSmartTrackDelay"] = "",
  863. ["cameraTerrainTiltSmartTrackFactor"] = "",
  864. ["cameraTerrainTiltSmartTurnAbsorb"] = "",
  865. ["cameraTerrainTiltSmartTurnDelay"] = "",
  866. ["cameraTerrainTiltSmartTurnFactor"] = "",
  867. ["cameraSmoothAlwaysIdleDelay"] = "",
  868. ["cameraSmoothAlwaysIdleFactor"] = "",
  869. ["cameraSmoothAlwaysStopDelay"] = "",
  870. ["cameraSmoothAlwaysStopFactor"] = "",
  871. ["cameraSmoothAlwaysTrackDelay"] = "",
  872. ["cameraSmoothAlwaysTrackFactor"] = "",
  873. ["cameraSmoothAlwaysMoveDelay"] = "",
  874. ["cameraSmoothAlwaysMoveFactor"] = "",
  875. ["cameraSmoothAlwaysStrafeDelay"] = "",
  876. ["cameraSmoothAlwaysStrafeFactor"] = "",
  877. ["cameraSmoothAlwaysTurnDelay"] = "",
  878. ["cameraSmoothAlwaysTurnFactor"] = "",
  879. ["cameraSmoothAlwaysFearDelay"] = "",
  880. ["cameraSmoothAlwaysFearFactor"] = "",
  881. ["cameraSmoothViewDataAlwaysDistanceDelay"] = "",
  882. ["cameraSmoothViewDataAlwaysDistanceFactor"] = "",
  883. ["cameraSmoothViewDataAlwaysPitchDelay"] = "",
  884. ["cameraSmoothViewDataAlwaysPitchFactor"] = "",
  885. ["cameraSmoothViewDataAlwaysYawDelay"] = "",
  886. ["cameraSmoothViewDataAlwaysYawFactor"] = "",
  887. ["cameraTerrainTiltAlwaysFallAbsorb"] = "",
  888. ["cameraTerrainTiltAlwaysFallDelay"] = "",
  889. ["cameraTerrainTiltAlwaysFallFactor"] = "",
  890. ["cameraTerrainTiltAlwaysFearAbsorb"] = "",
  891. ["cameraTerrainTiltAlwaysFearDelay"] = "",
  892. ["cameraTerrainTiltAlwaysFearFactor"] = "",
  893. ["cameraTerrainTiltAlwaysIdleAbsorb"] = "",
  894. ["cameraTerrainTiltAlwaysIdleDelay"] = "",
  895. ["cameraTerrainTiltAlwaysIdleFactor"] = "",
  896. ["cameraTerrainTiltAlwaysJumpAbsorb"] = "",
  897. ["cameraTerrainTiltAlwaysJumpDelay"] = "",
  898. ["cameraTerrainTiltAlwaysJumpFactor"] = "",
  899. ["cameraTerrainTiltAlwaysMoveAbsorb"] = "",
  900. ["cameraTerrainTiltAlwaysMoveDelay"] = "",
  901. ["cameraTerrainTiltAlwaysMoveFactor"] = "",
  902. ["cameraTerrainTiltAlwaysStrafeAbsorb"] = "",
  903. ["cameraTerrainTiltAlwaysStrafeDelay"] = "",
  904. ["cameraTerrainTiltAlwaysStrafeFactor"] = "",
  905. ["cameraTerrainTiltAlwaysSwimAbsorb"] = "",
  906. ["cameraTerrainTiltAlwaysSwimDelay"] = "",
  907. ["cameraTerrainTiltAlwaysSwimFactor"] = "",
  908. ["cameraTerrainTiltAlwaysTaxiAbsorb"] = "",
  909. ["cameraTerrainTiltAlwaysTaxiDelay"] = "",
  910. ["cameraTerrainTiltAlwaysTaxiFactor"] = "",
  911. ["cameraTerrainTiltAlwaysTrackAbsorb"] = "",
  912. ["cameraTerrainTiltAlwaysTrackDelay"] = "",
  913. ["cameraTerrainTiltAlwaysTrackFactor"] = "",
  914. ["cameraTerrainTiltAlwaysTurnAbsorb"] = "",
  915. ["cameraTerrainTiltAlwaysTurnDelay"] = "",
  916. ["cameraTerrainTiltAlwaysTurnFactor"] = "",
  917. ["cameraSmoothSplineIdleDelay"] = "",
  918. ["cameraSmoothSplineIdleFactor"] = "",
  919. ["cameraSmoothSplineStopDelay"] = "",
  920. ["cameraSmoothSplineStopFactor"] = "",
  921. ["cameraSmoothSplineTrackDelay"] = "",
  922. ["cameraSmoothSplineTrackFactor"] = "",
  923. ["cameraSmoothSplineMoveDelay"] = "",
  924. ["cameraSmoothSplineMoveFactor"] = "",
  925. ["cameraSmoothSplineStrafeDelay"] = "",
  926. ["cameraSmoothSplineStrafeFactor"] = "",
  927. ["cameraSmoothSplineTurnDelay"] = "",
  928. ["cameraSmoothSplineTurnFactor"] = "",
  929. ["cameraSmoothSplineFearDelay"] = "",
  930. ["cameraSmoothSplineFearFactor"] = "",
  931. ["cameraSmoothViewDataSplineDistanceDelay"] = "",
  932. ["cameraSmoothViewDataSplineDistanceFactor"] = "",
  933. ["cameraSmoothViewDataSplinePitchDelay"] = "",
  934. ["cameraSmoothViewDataSplinePitchFactor"] = "",
  935. ["cameraSmoothViewDataSplineYawDelay"] = "",
  936. ["cameraSmoothViewDataSplineYawFactor"] = "",
  937. ["cameraTerrainTiltSplineFallAbsorb"] = "",
  938. ["cameraTerrainTiltSplineFallDelay"] = "",
  939. ["cameraTerrainTiltSplineFallFactor"] = "",
  940. ["cameraTerrainTiltSplineFearAbsorb"] = "",
  941. ["cameraTerrainTiltSplineFearDelay"] = "",
  942. ["cameraTerrainTiltSplineFearFactor"] = "",
  943. ["cameraTerrainTiltSplineIdleAbsorb"] = "",
  944. ["cameraTerrainTiltSplineIdleDelay"] = "",
  945. ["cameraTerrainTiltSplineIdleFactor"] = "",
  946. ["cameraTerrainTiltSplineJumpAbsorb"] = "",
  947. ["cameraTerrainTiltSplineJumpDelay"] = "",
  948. ["cameraTerrainTiltSplineJumpFactor"] = "",
  949. ["cameraTerrainTiltSplineMoveAbsorb"] = "",
  950. ["cameraTerrainTiltSplineMoveDelay"] = "",
  951. ["cameraTerrainTiltSplineMoveFactor"] = "",
  952. ["cameraTerrainTiltSplineStrafeAbsorb"] = "",
  953. ["cameraTerrainTiltSplineStrafeDelay"] = "",
  954. ["cameraTerrainTiltSplineStrafeFactor"] = "",
  955. ["cameraTerrainTiltSplineSwimAbsorb"] = "",
  956. ["cameraTerrainTiltSplineSwimDelay"] = "",
  957. ["cameraTerrainTiltSplineSwimFactor"] = "",
  958. ["cameraTerrainTiltSplineTaxiAbsorb"] = "",
  959. ["cameraTerrainTiltSplineTaxiDelay"] = "",
  960. ["cameraTerrainTiltSplineTaxiFactor"] = "",
  961. ["cameraTerrainTiltSplineTrackAbsorb"] = "",
  962. ["cameraTerrainTiltSplineTrackDelay"] = "",
  963. ["cameraTerrainTiltSplineTrackFactor"] = "",
  964. ["cameraTerrainTiltSplineTurnAbsorb"] = "",
  965. ["cameraTerrainTiltSplineTurnDelay"] = "",
  966. ["cameraTerrainTiltSplineTurnFactor"] = "",
  967. ["cameraSmoothSmarterIdleDelay"] = "",
  968. ["cameraSmoothSmarterIdleFactor"] = "",
  969. ["cameraSmoothSmarterStopDelay"] = "",
  970. ["cameraSmoothSmarterStopFactor"] = "",
  971. ["cameraSmoothSmarterTrackDelay"] = "",
  972. ["cameraSmoothSmarterTrackFactor"] = "",
  973. ["cameraSmoothSmarterMoveDelay"] = "",
  974. ["cameraSmoothSmarterMoveFactor"] = "",
  975. ["cameraSmoothSmarterStrafeDelay"] = "",
  976. ["cameraSmoothSmarterStrafeFactor"] = "",
  977. ["cameraSmoothSmarterTurnDelay"] = "",
  978. ["cameraSmoothSmarterTurnFactor"] = "",
  979. ["cameraSmoothSmarterFearDelay"] = "",
  980. ["cameraSmoothSmarterFearFactor"] = "",
  981. ["cameraSmoothViewDataSmarterDistanceDelay"] = "",
  982. ["cameraSmoothViewDataSmarterDistanceFactor"] = "",
  983. ["cameraSmoothViewDataSmarterPitchDelay"] = "",
  984. ["cameraSmoothViewDataSmarterPitchFactor"] = "",
  985. ["cameraSmoothViewDataSmarterYawDelay"] = "",
  986. ["cameraSmoothViewDataSmarterYawFactor"] = "",
  987. ["cameraTerrainTiltSmarterFallAbsorb"] = "",
  988. ["cameraTerrainTiltSmarterFallDelay"] = "",
  989. ["cameraTerrainTiltSmarterFallFactor"] = "",
  990. ["cameraTerrainTiltSmarterFearAbsorb"] = "",
  991. ["cameraTerrainTiltSmarterFearDelay"] = "",
  992. ["cameraTerrainTiltSmarterFearFactor"] = "",
  993. ["cameraTerrainTiltSmarterIdleAbsorb"] = "",
  994. ["cameraTerrainTiltSmarterIdleDelay"] = "",
  995. ["cameraTerrainTiltSmarterIdleFactor"] = "",
  996. ["cameraTerrainTiltSmarterJumpAbsorb"] = "",
  997. ["cameraTerrainTiltSmarterJumpDelay"] = "",
  998. ["cameraTerrainTiltSmarterJumpFactor"] = "",
  999. ["cameraTerrainTiltSmarterMoveAbsorb"] = "",
  1000. ["cameraTerrainTiltSmarterMoveDelay"] = "",
  1001. ["cameraTerrainTiltSmarterMoveFactor"] = "",
  1002. ["cameraTerrainTiltSmarterStrafeAbsorb"] = "",
  1003. ["cameraTerrainTiltSmarterStrafeDelay"] = "",
  1004. ["cameraTerrainTiltSmarterStrafeFactor"] = "",
  1005. ["cameraTerrainTiltSmarterSwimAbsorb"] = "",
  1006. ["cameraTerrainTiltSmarterSwimDelay"] = "",
  1007. ["cameraTerrainTiltSmarterSwimFactor"] = "",
  1008. ["cameraTerrainTiltSmarterTaxiAbsorb"] = "",
  1009. ["cameraTerrainTiltSmarterTaxiDelay"] = "",
  1010. ["cameraTerrainTiltSmarterTaxiFactor"] = "",
  1011. ["cameraTerrainTiltSmarterTrackAbsorb"] = "",
  1012. ["cameraTerrainTiltSmarterTrackDelay"] = "",
  1013. ["cameraTerrainTiltSmarterTrackFactor"] = "",
  1014. ["cameraTerrainTiltSmarterTurnAbsorb"] = "",
  1015. ["cameraTerrainTiltSmarterTurnDelay"] = "",
  1016. ["cameraTerrainTiltSmarterTurnFactor"] = "",
  1017. ["cameraTerrainTilt"] = "",
  1018. ["cameraTerrainTiltTimeMin"] = "",
  1019. ["cameraTerrainTiltTimeMax"] = "",
  1020. ["cameraWaterCollision"] = "",
  1021. ["cameraHeightIgnoreStandState"] = "",
  1022. ["cameraPivot"] = "",
  1023. ["cameraPivotDXMax"] = "",
  1024. ["cameraPivotDYMin"] = "",
  1025. ["cameraDive"] = "",
  1026. ["cameraSurfacePitch"] = "",
  1027. ["cameraSubmergePitch"] = "",
  1028. ["cameraSurfaceFinalPitch"] = "",
  1029. ["cameraSubmergeFinalPitch"] = "",
  1030. ["cameraDistanceMax"] = "",
  1031. ["cameraDistanceMaxFactor"] = "",
  1032. ["cameraPitchSmoothMin"] = "",
  1033. ["cameraPitchSmoothMax"] = "",
  1034. ["cameraYawSmoothMin"] = "",
  1035. ["cameraYawSmoothMax"] = "",
  1036. ["cameraSmoothTimeMin"] = "",
  1037. ["cameraSmoothTimeMax"] = "",
  1038. ["UberTooltips"] = "Show verbose tooltips",
  1039. ["showTutorials"] = "display tutorials",
  1040. ["showNPETutorials"] = "display NPE tutorials",
  1041. ["raidOptionSortMode"] = "The way to sort raid frames",
  1042. ["raidOptionKeepGroupsTogether"] = "The way to group raid frames",
  1043. ["raidOptionLocked"] = "Whether the raid frames are locked",
  1044. ["raidOptionDisplayPets"] = "Whether to display pets on the raid frames",
  1045. ["raidOptionDisplayMainTankAndAssist"] = "Whether to display main tank and main assist units in the raid frames",
  1046. ["raidOptionIsShown"] = "Whether the Raid Frames are shown",
  1047. ["raidFramesDisplayAggroHighlight"] = "Whether to display aggro highlights on Raid Frames",
  1048. ["raidFramesDisplayOnlyDispellableDebuffs"] = "Whether to display only dispellable debuffs on Raid Frames",
  1049. ["raidFramesDisplayPowerBars"] = "Whether to display mana, rage, etc. on Raid Frames",
  1050. ["raidFramesPosition"] = "Where the raid frames should be placed",
  1051. ["raidFramesHeight"] = "The height of the individual raid frames",
  1052. ["raidFramesWidth"] = "The width of the individual raid frames",
  1053. ["raidFramesHealthText"] = "How to display health text on the raid frames",
  1054. ["raidOptionShowBorders"] = "Displays borders around the raid frames.",
  1055. ["raidFramesDisplayClassColor"] = "Colors raid frames with the class color",
  1056. ["calendarShowWeeklyHolidays"] = "Whether weekly holidays should appear in the calendar",
  1057. ["calendarShowDarkmoon"] = "Whether Darkmoon Faire holidays should appear in the calendar",
  1058. ["calendarShowBattlegrounds"] = "Whether Battleground holidays should appear in the calendar",
  1059. ["calendarShowLockouts"] = "Whether raid lockouts should appear in the calendar",
  1060. ["calendarShowResets"] = "Whether raid resets should appear in the calendar",
  1061. ["nameplateShowEnemies"] = "",
  1062. ["nameplateShowEnemyPets"] = "",
  1063. ["nameplateShowEnemyGuardians"] = "",
  1064. ["nameplateShowEnemyTotems"] = "",
  1065. ["nameplateShowEnemyMinus"] = "",
  1066. ["nameplateShowFriends"] = "",
  1067. ["nameplateShowFriendlyPets"] = "",
  1068. ["nameplateShowFriendlyGuardians"] = "",
  1069. ["nameplateShowFriendlyTotems"] = "",
  1070. ["unitHighlights"] = "Whether the highlight circle around units should be displayed",
  1071. ["enablePVPNotifyAFK"] = "The ability to shutdown the AFK notification system",
  1072. ["serviceTypeFilter"] = "Which trainer services to show",
  1073. ["autojoinPartyVoice"] = "Automatically join the voice session in party/raid chat",
  1074. ["autojoinBGVoice"] = "Automatically join the voice session in battleground chat",
  1075. ["PushToTalkSound"] = "Play a sound when voice recording activates and deactivates",
  1076. ["showBattlefieldMinimap"] = "Whether or not the battlefield minimap is shown",
  1077. ["playerStatLeftDropdown"] = "The player stat selected in the left dropdown",
  1078. ["playerStatRightDropdown"] = "The player stat selected in the right dropdown",
  1079. ["talentFrameShown"] = "The talent UI has been shown",
  1080. ["talentPointsSpent"] = "The player has spent a talent point",
  1081. ["auctionDisplayOnCharacter"] = "Show auction items on the dress-up paperdoll",
  1082. ["addFriendInfoShown"] = "The info for Add Friend has been shown",
  1083. ["pendingInviteInfoShown"] = "The info for pending invites has been shown",
  1084. ["guildRosterView"] = "The current guild roster display mode",
  1085. ["timeMgrUseMilitaryTime"] = "Toggles the display of either 12 or 24 hour time",
  1086. ["timeMgrUseLocalTime"] = "Toggles the use of either the realm time or your system time",
  1087. ["timeMgrAlarmTime"] = "The time manager's alarm time in minutes",
  1088. ["timeMgrAlarmMessage"] = "The time manager's alarm message",
  1089. ["timeMgrAlarmEnabled"] = "Toggles whether or not the time manager's alarm will go off",
  1090. ["combatLogRetentionTime"] = "The maximum duration in seconds to retain combat log entries",
  1091. ["combatLogReducedRetentionTime"] = "The maximum duration in seconds to retain combat log entries when we're low on memory",
  1092. ["currencyTokensUnused1"] = "Currency token types marked as unused.",
  1093. ["currencyTokensUnused2"] = "Currency token types marked as unused.",
  1094. ["currencyTokensBackpack1"] = "Currency token types shown on backpack.",
  1095. ["currencyTokensBackpack2"] = "Currency token types shown on backpack.",
  1096. ["currencyCategoriesCollapsed"] = "Internal CVar for tracking collapsed currency categories.",
  1097. ["showTokenFrame"] = "The token UI has been shown",
  1098. ["showTokenFrameHonor"] = "The token UI has shown Honor",
  1099. ["predictedHealth"] = "Whether or not to use predicted health values in the UI",
  1100. ["predictedPower"] = "Whether or not to use predicted power values in the UI",
  1101. ["threatWarning"] = "Whether or not to show threat warning UI (0 = off, 1 = in dungeons, 2 = in party/raid, 3 = always)",
  1102. ["threatWorldText"] = "Whether or not to show threat floaters in combat",
  1103. ["threatShowNumeric"] = "Whether or not to show numeric threat on the target and focus frames",
  1104. ["threatPlaySounds"] = "Whether or not to sounds when certain threat transitions occur",
  1105. ["violenceLevel"] = "Sets the violence level of the game",
  1106. ["ShowClassColorInNameplate"] = "use this to display the class color in the nameplate health bar",
  1107. ["nameplateClassColorName"] = "Colors the nameplate names by class color",
  1108. ["lfgSelectedRoles"] = "Stores what roles the player is willing to take on.",
  1109. ["lfdCollapsedHeaders"] = "Stores which LFD headers are collapsed.",
  1110. ["lfdSelectedDungeons"] = "Stores which LFD dungeons are selected.",
  1111. ["pvpSelectedRoles"] = "Stores what roles the player will fulfill in a BG.",
  1112. ["lfgListSearchLanguages"] = "A simple bitfield for what languages we want to search in.",
  1113. ["lastTalkedToGM"] = "Stores the last GM someone was talking to in case they reload the UI while the GM chat window is open.",
  1114. ["autoCompleteResortNamesOnRecency"] = "Shows people you recently spoke with higher up on the AutoComplete list.",
  1115. ["autoCompleteWhenEditingFromCenter"] = "If you edit a name by inserting characters into the center, a smarter auto-complete will occur.",
  1116. ["autoCompleteUseContext"] = "The system will, for example, only show people in your guild when you are typing /gpromote. Names will also never be removed.",
  1117. ["colorChatNamesByClass"] = "If enabled, the name of a player speaking in chat will be colored according to his class.",
  1118. ["autoFilledMultiCastSlots"] = "Bitfield that saves whether multi-cast slots have been automatically filled.",
  1119. ["minimapTrackedInfov2"] = "Stores the minimap tracking that was active last session.",
  1120. ["minimapShapeshiftTracking"] = "Stores shapeshift-specific tracking spells that were active last session.",
  1121. ["showBosses"] = "If enabled, boss icons will be shown on dungeon maps",
  1122. ["showTamers"] = "If enabled, pet tamer icons will be shown on world maps",
  1123. ["questPOI"] = "If enabled, the quest POI system will be used.",
  1124. ["digSites"] = "If enabled, the archaeological dig site system will be used.",
  1125. ["miniWorldMap"] = "Whether or not the world map has been toggled to smaller size",
  1126. ["characterFrameCollapsed"] = "Whether or not the Character Frame has been collapsed to a smaller size",
  1127. ["statCategoriesCollapsed"] = "Bitfield for whether or not each stat category on the Character Frame has been collapsed",
  1128. ["statCategoriesCollapsed_2"] = "Bitfield for whether or not each stat category on the Character Frame has been collapsed in your secondary spec",
  1129. ["petStatCategoriesCollapsed"] = "Bitfield for whether or not each stat category on the Character Frame has been collapsed",
  1130. ["statCategoryOrder"] = "Integer list for the order of stat categories on the character sheet",
  1131. ["statCategoryOrder_2"] = "Integer list for the order of stat categories on the character sheet",
  1132. ["petStatCategoryOrder"] = "Integer list for the order of stat categories on the character sheet",
  1133. ["reputationsCollapsed"] = "List of reputation categories that have been collapsed in the Reputation tab",
  1134. ["dontShowEquipmentSetsOnItems"] = "Don't show which equipment sets an item is associated with",
  1135. ["guildNewsFilter"] = "Stores the guild news filters",
  1136. ["ActionButtonUseKeyDown"] = "Activate the action button on a keydown",
  1137. ["lfGuildSettings"] = "Bit field of Looking For Guild player settings",
  1138. ["lfGuildComment"] = "Stores the player's Looking For Guild comment",
  1139. ["activeCUFProfile"] = "The last active CUF Profile.",
  1140. ["lastVoidStorageTutorial"] = "Stores the last void storage tutorial the player has accepted",
  1141. ["lastGarrisonMissionTutorial"] = "Stores the last garrison mission tutorial the player has accepted",
  1142. ["shipyardMissionTutorialFirst"] = "Stores whether the player has accepted the first mission tutorial",
  1143. ["shipyardMissionTutorialBlockade"] = "Stores whether the player has accepted the first blockade mission tutorial",
  1144. ["shipyardMissionTutorialAreaBuff"] = "Stores whether the player has accepted the first area buff mission tutorial",
  1145. ["minimapShowQuestBlobs"] = "Stores whether to show the quest blobs on the minimap.",
  1146. ["minimapShowArchBlobs"] = "Stores whether to show the quest blobs on the minimap.",
  1147. ["closedInfoFrames"] = "Bitfield for which help frames have been acknowledged by the user",
  1148. ["dangerousShipyardMissionWarningAlreadyShown"] = "Boolean indicating whether the shipyard's dangerous mission warning has been shown",
  1149. ["petJournalFilters"] = "Bitfield for which top level filters are applied in the pet journal",
  1150. ["petJournalSort"] = "Sorting value for the pet journal",
  1151. ["mountJournalFilters"] = "Bitfield for which filters are applied in the mount journal",
  1152. ["toyBoxCollectedFilters"] = "Bitfield for which collected filters are applied in the toybox",
  1153. ["toyBoxSourceFilters"] = "Bitfield for which source filters are applied in the toybox",
  1154. ["heirloomCollectedFilters"] = "Bitfield for which collected filters are applied in the heirloom journal",
  1155. ["heirloomSourceFilters"] = "Bitfield for which source filters are applied in the heirloom journal",
  1156. ["petJournalTab"] = "Stores the last tab the pet journal was opened to",
  1157. ["EJLootClass"] = "Stores the last class that loot was filtered by in the encounter journal",
  1158. ["EJLootSpec"] = "Stores the last spec that loot was filtered by in the encounter journal",
  1159. ["EJRaidDifficulty"] = "Stores the last raid difficulty viewed in the encounter journal",
  1160. ["EJDungeonDifficulty"] = "Stores the last dungeon difficulty viewed in the encounter journal",
  1161. ["pvpBlacklistMaps0"] = "Blacklist PVP Map",
  1162. ["pvpBlacklistMaps1"] = "Blacklist PVP Map",
  1163. ["displayedRAFFriendInfo"] = "Stores whether we already told a recruited person about their new BattleTag friend",
  1164. ["Outline"] = "Outline Mode",
  1165. ["EmitterCombatRange"] = "Range to stop shoulder/weapon emissions during combat",
  1166. ["NonEmitterCombatRange"] = "Range to stop shoulder/weapon emissions outside combat",
  1167. ["advJournalLastOpened"] = "Last time the Adventure Journal opened",
  1168. ["showAdventureJournalAlerts"] = "Show alerts on the Adventure Journal Microbutton",
  1169. ["splashScreenNormal"] = "Show normal splash screen id",
  1170. ["splashScreenBoost"] = "Show boost splash screen id ",
  1171. ["seenAsiaCharacterUpgradePopup"] = "Seen the free character upgrade popup (Asia)",
  1172. ["showSpectatorTeamCircles"] = "Determines if the team color circles are visible while spectating or commentating a wargame",
  1173. ["spellClutter"] = "Enables/Disables spell clutter",
  1174. ["spellClutterRangeConstant"] = "How many yards before the priority is doubled (min 1.0)",
  1175. ["spellClutterPlayerScalarMultiplier"] = "Increases number of effects on \"interesting\" targets multiplicatively (min 0.1)",
  1176. ["spellClutterDefaultTargetScalar"] = "Starting target scalar value (min 0.1)",
  1177. ["spellClutterPartySizeScalar"] = "Scales the targetScalar by how different the party size is from this (min 1)",
  1178. ["spellClutterHostileScalar"] = "Scalar we apply to the hostile creature spells (min 0.001)",
  1179. ["spellClutterMinSpellCount"] = "Min spells on a target before we apply clutter logic (min 0)",
  1180. ["ffxGlow"] = "full screen glow effect",
  1181. ["PraiseTheSun"] = "",
  1182. ["ObjectSelectionCircle"] = "",
  1183. ["outlineMouseOverFadeDuration"] = "",
  1184. ["outlineSelectionFadeDuration"] = "",
  1185. ["bodyQuota"] = "Maximum number of componented bodies seen at once",
  1186. ["GameObjForceMouseOver"] = "0=off 1=on",
  1187. ["MaxObservedPetBattles"] = "Maximum number of observed pet battles",
  1188. ["smoothUnitPhasing"] = "The client will try to smoothly switch between the same on model different phases.",
  1189. ["smoothUnitPhasingDistThreshold"] = "Distance threshold to active smooth unit phasing.",
  1190. ["smoothUnitPhasingUnseenPurgatoryTimeMs"] = "Time to keep unit displays in purgatory before letting go of them, if they were just unseen.",
  1191. ["smoothUnitPhasingDestroyedPurgatoryTimeMs"] = "Time to keep unit displays in purgatory before letting go of them, if they were destroyed",
  1192. ["smoothUnitPhasingActorPurgatoryTimeMs"] = "Time to keep client-actor displays in purgatory before letting go of them, if they were despawned",
  1193. ["smoothUnitPhasingEnableAlive"] = "Use units that have not despawn yet if they match, in hopes the despawn message will come later.",
  1194. ["smoothUnitPhasingAliveTimeoutMs"] = "Time to wait for an alive unit to get it's despawn message",
  1195. ["smoothUnitPhasingVehicleExtraTimeoutMs"] = "Extra time to wait before releasing a vehicle, after it has smooth phased. This allows it's passengers to smooth phase as well.",
  1196. ["SplineOpt"] = "toggles use of spline coll optimization",
  1197. }
  Reply With Quote
04-30-16, 11:14 AM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Wow, that is impressive. Did you have to /dump each value one by one? I was wondering if there was a way to document all the CVars at one time. In psuedocode:
Code:
for k, v in ipairs(CVars) do
    mySV[k] = v
    mySV[k][v] = /dump(k)
end

-- Or something like this:

for i = 1, GetNumCVars() do
    mySV[i] = /dump(i)
end
  Reply With Quote
04-30-16, 06:00 PM   #4
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Don't know whether this still applies.
This list has been created by using the -console tag, pulling up the console, and using cvarlist - on the login screen for Game-wide variables, and while logged into game for Character-Specific variables.
__________________
Grab your sword and fight the Horde!
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » CVars updates or changes


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off