Files
moonwell-client/reference/FrameXML/GraphicsQualityLevels.lua

98 lines
4.4 KiB
Lua

GraphicsQualityLevels = {
[1] = { VideoOptionsEffectsPanelViewDistance = 177,
VideoOptionsEffectsPanelTerrainDetail = 0,
VideoOptionsEffectsPanelParticleDensity = 0.1,
VideoOptionsEffectsPanelEnvironmentDetail = 0.5,
VideoOptionsEffectsPanelClutterDensity = 16,
VideoOptionsEffectsPanelClutterRadius = 70,
VideoOptionsEffectsPanelShadowQuality = 0,
VideoOptionsEffectsPanelTextureResolution = 0,
VideoOptionsEffectsPanelTextureFiltering = 0,
VideoOptionsEffectsPanelWeatherIntensity = 0,
VideoOptionsEffectsPanelPlayerTexture = 8,
VideoOptionsEffectsPanelSpecularLighting = false,
VideoOptionsEffectsPanelFullScreenGlow = false,
VideoOptionsEffectsPanelDeathEffect = false,
VideoOptionsEffectsPanelProjectedTextures = false,
},
[2] = { VideoOptionsEffectsPanelViewDistance = 507,
VideoOptionsEffectsPanelTerrainDetail = 0,
VideoOptionsEffectsPanelParticleDensity = 0.4,
VideoOptionsEffectsPanelEnvironmentDetail = 0.75,
VideoOptionsEffectsPanelClutterDensity = 24,
VideoOptionsEffectsPanelClutterRadius = 80,
VideoOptionsEffectsPanelShadowQuality = 0,
VideoOptionsEffectsPanelTextureResolution = 0,
VideoOptionsEffectsPanelTextureFiltering = 1,
VideoOptionsEffectsPanelWeatherIntensity = 0,
VideoOptionsEffectsPanelPlayerTexture = 8,
VideoOptionsEffectsPanelSpecularLighting = true,
VideoOptionsEffectsPanelFullScreenGlow = true,
VideoOptionsEffectsPanelDeathEffect = true,
VideoOptionsEffectsPanelProjectedTextures = false,
},
[3] = { VideoOptionsEffectsPanelViewDistance = 727,
VideoOptionsEffectsPanelTerrainDetail = 0,
VideoOptionsEffectsPanelParticleDensity = 0.6,
VideoOptionsEffectsPanelEnvironmentDetail = 1.0,
VideoOptionsEffectsPanelClutterDensity = 48,
VideoOptionsEffectsPanelClutterRadius = 120,
VideoOptionsEffectsPanelShadowQuality = 1,
VideoOptionsEffectsPanelTextureResolution = 1,
VideoOptionsEffectsPanelTextureFiltering = 2,
VideoOptionsEffectsPanelWeatherIntensity = 2,
VideoOptionsEffectsPanelPlayerTexture = 9,
VideoOptionsEffectsPanelSpecularLighting = true,
VideoOptionsEffectsPanelFullScreenGlow = true,
VideoOptionsEffectsPanelDeathEffect = true,
VideoOptionsEffectsPanelProjectedTextures = true,
},
[4] = { VideoOptionsEffectsPanelViewDistance = 1057,
VideoOptionsEffectsPanelTerrainDetail = 1,
VideoOptionsEffectsPanelParticleDensity = 0.8,
VideoOptionsEffectsPanelEnvironmentDetail = 1.25,
VideoOptionsEffectsPanelClutterDensity = 56,
VideoOptionsEffectsPanelClutterRadius = 130,
VideoOptionsEffectsPanelShadowQuality = 4,
VideoOptionsEffectsPanelTextureResolution = 1,
VideoOptionsEffectsPanelTextureFiltering = 4,
VideoOptionsEffectsPanelWeatherIntensity = 3,
VideoOptionsEffectsPanelPlayerTexture = 9,
VideoOptionsEffectsPanelSpecularLighting = true,
VideoOptionsEffectsPanelFullScreenGlow = true,
VideoOptionsEffectsPanelDeathEffect = true,
VideoOptionsEffectsPanelProjectedTextures = true,
},
[5] = { VideoOptionsEffectsPanelViewDistance = 1277, --ULTRA mode
VideoOptionsEffectsPanelTerrainDetail = 1,
VideoOptionsEffectsPanelParticleDensity = 1.0,
VideoOptionsEffectsPanelEnvironmentDetail = 1.5,
VideoOptionsEffectsPanelClutterDensity = 64,
VideoOptionsEffectsPanelClutterRadius = 140,
VideoOptionsEffectsPanelShadowQuality = 5,
VideoOptionsEffectsPanelTextureResolution = 1,
VideoOptionsEffectsPanelTextureFiltering = 5,
VideoOptionsEffectsPanelWeatherIntensity = 3,
VideoOptionsEffectsPanelPlayerTexture = 9,
VideoOptionsEffectsPanelSpecularLighting = true,
VideoOptionsEffectsPanelFullScreenGlow = true,
VideoOptionsEffectsPanelDeathEffect = true,
VideoOptionsEffectsPanelProjectedTextures = true,
},
[6] = { VideoOptionsEffectsPanelViewDistance = 0,
VideoOptionsEffectsPanelTerrainDetail = 0,
VideoOptionsEffectsPanelParticleDensity = 0,
VideoOptionsEffectsPanelEnvironmentDetail = 0,
VideoOptionsEffectsPanelClutterDensity = 0,
VideoOptionsEffectsPanelClutterRadius = 0,
VideoOptionsEffectsPanelShadowQuality = 0,
VideoOptionsEffectsPanelTextureResolution = 0,
VideoOptionsEffectsPanelTextureFiltering = 0,
VideoOptionsEffectsPanelWeatherIntensity = 0,
VideoOptionsEffectsPanelPlayerTexture = 8,
VideoOptionsEffectsPanelSpecularLighting = false,
VideoOptionsEffectsPanelFullScreenGlow = false,
VideoOptionsEffectsPanelDeathEffect = false,
VideoOptionsEffectsPanelProjectedTextures = true,
},
}