Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Created by StrixLVG aka LCARS
- Elite Dangerous allows you to run custom graphics settings that can increase the maximum graphics settings and in some cases correct some things. I have made an GraphicsConfigurationOverride XML file which changes the following:
- * More stars rendered at once. You have 3 options (32.000, 64000 & 128000).
- * Increases the planet texture resolution on the ultra setting to 4096x4096.
- * Increases skybox texture resolution (Galaxy Background) to 1024x1024, 2048x2048 & 4096x4096 on Low, Medium and High settings respectively.
- * Sets the correct Environment Ultra settings.
- * Reduces the skybox dust visuals.
- * Increases the amount of nebulas that can be shown on screen at the same time.
- * Enhances Ultra Shadows to higher resolution and less issues.
- The XML file should be placed in the following directory to install:
- C:\Users\YOUR USERNAME*\AppData\Local\Frontier Developments\Elite Dangerous\Options\Graphics
- The username is whatever you have set it to be.
- These settings are meant for people running the game with (near) max settings. For best results, run the game at max settings.
- To the right of each setting value you can find the default value set by FDev to see the changes made.
- Popular settings:
- * StarInstanceCount: Maximum number of stars in your instance. A higher number shows more stars in your skybox.
- * LocalDustBrightness: The amount of dust you can see in the instance skybox. A value of -0.1 completely disables the dust. A non negative value increases the intensity of the dust.
- * NebulasCount: The amount of nebulas you can see at once in your instance and the galaxy map.
- * Planets -> TextureSize: The texture quality of the planets. A higher number means higher detailed planets.
- * GalaxyBackground -> TextureSize: Resolution of your skybox. A higher texture size is higher clarity.
- -->
- <GraphicsConfig>
- <GUIColour>
- <Default>
- <MatrixRed> 1, 0, 0 </MatrixRed>
- <MatrixGreen> 0, 1, 0 </MatrixGreen>
- <MatrixBlue> 0, 0, 1 </MatrixBlue>
- </Default>
- </GUIColour>
- <!-- Setting HBAO Quality -->
- <HBAO>
- <High>
- <LocalisationName>$QUALITY_HIGH; (Modified)</LocalisationName>
- <Enabled>true</Enabled> <!-- Default: true -->
- <HBAO_RadiusInMeters>8.0</HBAO_RadiusInMeters> <!-- Default: 3.0 -->
- <HBAO_NearRadiusInMeters>2.0</HBAO_NearRadiusInMeters> <!-- Default: 2.0 -->
- <HBAO_NearDistance>196.0</HBAO_NearDistance> <!-- Default: 30.0 -->
- <HBAO_PowExponent>2.0</HBAO_PowExponent> <!-- Default: 5.0 -->
- <HBAO_Bias>0.25</HBAO_Bias> <!-- Default: 0.5 -->
- <HBAO_BlurSharpness>1.0</HBAO_BlurSharpness> <!-- Default: 0.5 -->
- <HBAO2_ScreenRadius>0.1</HBAO2_ScreenRadius> <!-- Default: 0.07 -->
- <HBAO2_PrescaleWithClamp>1.0</HBAO2_PrescaleWithClamp> <!-- Default: 1.0 -->
- <HBAO2_PowExponent>3.0</HBAO2_PowExponent> <!-- Default: 1.0 -->
- <HBAO2_Strength>4.0</HBAO2_Strength> <!-- Default: 4.0 -->
- <HBAO2_Bias>0.1</HBAO2_Bias> <!-- Default: 0.05 -->
- <HBAO2_BlurSharpness>64.0</HBAO2_BlurSharpness> <!-- Default: 256.0 -->
- <HBAO2_PrenormalFade>0.8</HBAO2_PrenormalFade> <!-- Default: 0.8 -->
- <MultiSampleCount>2</MultiSampleCount> <!-- Default: 1 -->
- <ResolutionScale>2.0</ResolutionScale> <!-- Default: 1.0 -->
- </High>
- </HBAO>
- <!-- Setting Galaxy Map Quality -->
- <GalaxyMap>
- <Low>
- <LocalisationName>$QUALITY_LOW; (Star Count: 32.000)</LocalisationName>
- <MilkyWayInstancesCount>32768</MilkyWayInstancesCount> <!-- Default: 8000 -->
- <StarInstanceCount>32000</StarInstanceCount> <!-- Default: 2000 -->
- <NebulasCount>64</NebulasCount> <!-- Default: 10 -->
- <NebulasInBackgroundCount>64</NebulasInBackgroundCount> <!-- Default: 40 -->
- <LowResNebulasCount>32</LowResNebulasCount> <!-- Default: 16 -->
- <HighResNebulasCount>16</HighResNebulasCount> <!-- Default: 1 -->
- <LowResNebulaDimensions>64</LowResNebulaDimensions> <!-- Default: 64 -->
- <HighResNebulaDimensions>256</HighResNebulaDimensions> <!-- Default: 256 -->
- <LowResSamplesCount>256</LowResSamplesCount> <!-- Default: 25 -->
- <HighResSamplesCount>512</HighResSamplesCount> <!-- Default: 128 -->
- <LocalDustBrightness>-0.1</LocalDustBrightness> <!-- Default: 0.13 -->
- <MilkywayInstancesBrightness>0.1</MilkywayInstancesBrightness> <!-- Default: 1.5 -->
- <MilkywayInstancesSize>1.0</MilkywayInstancesSize> <!-- Default: 1.0 -->
- <MilkyWayInstancesOffscreenRTEnabled>false</MilkyWayInstancesOffscreenRTEnabled> <!-- Default: true -->
- </Low>
- <Medium>
- <LocalisationName>$QUALITY_MEDIUM; (Star Count: 64.000)</LocalisationName>
- <MilkyWayInstancesCount>32768</MilkyWayInstancesCount> <!-- Default: 12000 -->
- <StarInstanceCount>64000</StarInstanceCount> <!-- Default: 2000 -->
- <NebulasCount>128</NebulasCount> <!-- Default: 20 -->
- <NebulasInBackgroundCount>128</NebulasInBackgroundCount> <!-- Default: 40 -->
- <LowResNebulasCount>64</LowResNebulasCount> <!-- Default: 16 -->
- <HighResNebulasCount>32</HighResNebulasCount> <!-- Default: 1 -->
- <LowResNebulaDimensions>64</LowResNebulaDimensions> <!-- Default: 64 -->
- <HighResNebulaDimensions>256</HighResNebulaDimensions> <!-- Default: 256 -->
- <LowResSamplesCount>256</LowResSamplesCount> <!-- Default: 30 -->
- <HighResSamplesCount>512</HighResSamplesCount> <!-- Default: 128 -->
- <LocalDustBrightness>-0.1</LocalDustBrightness> <!-- Default: 0.033 -->
- <MilkywayInstancesBrightness>0.1</MilkywayInstancesBrightness> <!-- Default: 1.3 -->
- <MilkywayInstancesSize>1.0</MilkywayInstancesSize> <!-- Default: 1.15 -->
- <MilkyWayInstancesOffscreenRTEnabled>false</MilkyWayInstancesOffscreenRTEnabled> <!-- Default: false -->
- </Medium>
- <High>
- <LocalisationName>$QUALITY_HIGH; (Star Count: 128.000)</LocalisationName>
- <MilkyWayInstancesCount>32768</MilkyWayInstancesCount> <!-- Default: 16000 -->
- <StarInstanceCount>128000</StarInstanceCount> <!-- Default: 4000 -->
- <NebulasCount>256</NebulasCount> <!-- Default: 30 -->
- <NebulasInBackgroundCount>128</NebulasInBackgroundCount> <!-- Default: 40 -->
- <LowResNebulasCount>128</LowResNebulasCount> <!-- Default: 16 -->
- <HighResNebulasCount>64</HighResNebulasCount> <!-- Default: 1 -->
- <LowResNebulaDimensions>64</LowResNebulaDimensions> <!-- Default: 64 -->
- <HighResNebulaDimensions>256</HighResNebulaDimensions> <!-- Default: 256 -->
- <LowResSamplesCount>256</LowResSamplesCount> <!-- Default: 35 -->
- <HighResSamplesCount>512</HighResSamplesCount> <!-- Default: 138 -->
- <LocalDustBrightness>-0.1</LocalDustBrightness> <!-- Default: 0.0 -->
- <MilkywayInstancesBrightness>0.1</MilkywayInstancesBrightness> <!-- Default: 1.0 -->
- <MilkywayInstancesSize>1.0</MilkywayInstancesSize> <!-- Default: 1.0 -->
- <MilkyWayInstancesOffscreenRTEnabled>false</MilkyWayInstancesOffscreenRTEnabled> <!-- Default: false -->
- </High>
- </GalaxyMap>
- <!-- Setting Planet Quality -->
- <Planets>
- <Low>
- <LocalisationName>$QUALITY_LOW; (Resolution: 512)</LocalisationName>
- <TextureSize>512</TextureSize> <!-- Default: 512 -->
- <AtmosphereSteps>4</AtmosphereSteps> <!-- Default: 4 -->
- <CloudsEnabled>true</CloudsEnabled> <!-- Default: true -->
- <WorkPerFrame>96</WorkPerFrame> <!-- Default: 96 -->
- <TexturePoolBudget>12</TexturePoolBudget> <!-- Default: 12 -->
- </Low>
- <Medium>
- <LocalisationName>$QUALITY_MEDIUM; (Resolution: 1024)</LocalisationName>
- <TextureSize>1024</TextureSize> <!-- Default: 1024 -->
- <AtmosphereSteps>5</AtmosphereSteps> <!-- Default: 5 -->
- <CloudsEnabled>true</CloudsEnabled> <!-- Default: true -->
- <WorkPerFrame>132</WorkPerFrame> <!-- Default: 132 -->
- <TexturePoolBudget>32</TexturePoolBudget> <!-- Default: 32 -->
- </Medium>
- <High>
- <LocalisationName>$QUALITY_HIGH; (Resolution: 2048)</LocalisationName>
- <TextureSize>2048</TextureSize> <!-- Default: 2048 -->
- <AtmosphereSteps>6</AtmosphereSteps> <!-- Default: 6 -->
- <CloudsEnabled>true</CloudsEnabled> <!-- Default: true -->
- <WorkPerFrame>264</WorkPerFrame> <!-- Default: 264 -->
- <TexturePoolBudget>90</TexturePoolBudget> <!-- Default: 90 -->
- </High>
- <Ultra>
- <LocalisationName>$QUALITY_ULTRA; (Resolution: 4096)</LocalisationName>
- <TextureSize>4096</TextureSize> <!-- Default: 2560 -->
- <AtmosphereSteps>6</AtmosphereSteps> <!-- Default: 6 -->
- <CloudsEnabled>true</CloudsEnabled> <!-- Default: true -->
- <WorkPerFrame>512</WorkPerFrame> <!-- Default: 512 -->
- <TexturePoolBudget>100</TexturePoolBudget> <!-- Default: 100 -->
- </Ultra>
- </Planets>
- <!-- Setting the Skybox Quality -->
- <GalaxyBackground>
- <Low>
- <LocalisationName>$QUALITY_LOW; (Resolution: 1024)</LocalisationName>
- <TextureSize>1024</TextureSize> <!-- Default: 512 -->
- </Low>
- <Medium>
- <LocalisationName>$QUALITY_MEDIUM; (Resolution: 2048)</LocalisationName>
- <TextureSize>2048</TextureSize> <!-- Default: 1024 -->
- </Medium>
- <High>
- <LocalisationName>$QUALITY_HIGH; (Resolution: 4096)</LocalisationName>
- <TextureSize>4096</TextureSize> <!-- Default: 2048 -->
- </High>
- </GalaxyBackground>
- <!-- Setting Environment Map Quality -->
- <Envmap>
- <Low>
- <LocalisationName>$QUALITY_LOW; (Texture: 256, Mips: 8)</LocalisationName>
- <TextureSize>256</TextureSize> <!-- Default: 256 -->
- <NumMips>8</NumMips> <!-- Default: 8 -->
- </Low>
- <High>
- <LocalisationName>$QUALITY_HIGH; (Texture: 512, Mips: 10)</LocalisationName>
- <TextureSize>512</TextureSize> <!-- Default: 256 -->
- <NumMips>10</NumMips> <!-- Default: 8 -->
- </High>
- </Envmap>
- <!-- Setting Environment Settings -->
- <Environment>
- <Low>
- <LocalisationName>$QUALITY_LOW;</LocalisationName>
- <Item>
- <Feature>GalaxyBackground</Feature>
- <QualitySetting>0</QualitySetting> <!-- Default: 0 -->
- </Item>
- <Item>
- <Feature>Planets</Feature>
- <QualitySetting>0</QualitySetting> <!-- Default: 0 -->
- </Item>
- <Item>
- <Feature>DamageDecals</Feature>
- <QualitySetting>0</QualitySetting> <!-- Default: 0 -->
- </Item>
- </Low>
- <Medium>
- <LocalisationName>$QUALITY_MEDIUM;</LocalisationName>
- <Item>
- <Feature>GalaxyBackground</Feature>
- <QualitySetting>1</QualitySetting> <!-- Default: 1 -->
- </Item>
- <Item>
- <Feature>Planets</Feature>
- <QualitySetting>1</QualitySetting> <!-- Default: 1 -->
- </Item>
- <Item>
- <Feature>DamageDecals</Feature>
- <QualitySetting>1</QualitySetting> <!-- Default: 1 -->
- </Item>
- </Medium>
- <High>
- <LocalisationName>$QUALITY_HIGH;</LocalisationName>
- <Item>
- <Feature>GalaxyBackground</Feature>
- <QualitySetting>2</QualitySetting> <!-- Default: 2 -->
- </Item>
- <Item>
- <Feature>Planets</Feature>
- <QualitySetting>2</QualitySetting> <!-- Default: 2 -->
- </Item>
- <Item>
- <Feature>DamageDecals</Feature>
- <QualitySetting>2</QualitySetting> <!-- Default: 2 -->
- </Item>
- </High>
- <Ultra>
- <LocalisationName>$QUALITY_ULTRA;</LocalisationName>
- <Item>
- <Feature>GalaxyBackground</Feature>
- <QualitySetting>2</QualitySetting> <!-- Default: 2 -->
- </Item>
- <Item>
- <Feature>Planets</Feature>
- <QualitySetting>3</QualitySetting> <!-- Default: 3 -->
- </Item>
- <Item>
- <Feature>DamageDecals</Feature>
- <QualitySetting>2</QualitySetting> <!-- Default: 2 -->
- </Item>
- </Ultra>
- </Environment>
- <!-- Setting Volumetric Settings -->
- <Volumetrics>
- <Low>
- <LocalisationName>$QUALITY_LOW;</LocalisationName>
- <StepsPerPixel>64</StepsPerPixel> <!-- Default: 64 -->
- <DownscalingFactor>2</DownscalingFactor> <!-- Default: 2 -->
- <BlurSamples>4</BlurSamples> <!-- Default: 4 -->
- <TwoPassBlur>true</TwoPassBlur> <!-- Default: true -->
- <StepMultiplier>8.0</StepMultiplier> <!-- Default: 8.0 -->
- <RingQuality>0</RingQuality> <!-- Default: 0 -->
- <FogMotesEnabled>false</FogMotesEnabled> <!-- Default: false -->
- </Low>
- <Mid>
- <LocalisationName>$QUALITY_MEDIUM;</LocalisationName>
- <StepsPerPixel>48</StepsPerPixel> <!-- Default: 64 -->
- <DownscalingFactor>2</DownscalingFactor> <!-- Default: 2 -->
- <BlurSamples>4</BlurSamples> <!-- Default: 4 -->
- <TwoPassBlur>true</TwoPassBlur> <!-- Default: true -->
- <StepMultiplier>6.0</StepMultiplier> <!-- Default: 6.0 -->
- <RingQuality>1</RingQuality> <!-- Default: 1 -->
- <FogMotesEnabled>false</FogMotesEnabled> <!-- Default: false -->
- </Mid>
- <High>
- <LocalisationName>$QUALITY_HIGH;</LocalisationName>
- <StepsPerPixel>32</StepsPerPixel> <!-- Default: 32 -->
- <DownscalingFactor>2</DownscalingFactor> <!-- Default: 2 -->
- <BlurSamples>4</BlurSamples> <!-- Default: 4 -->
- <TwoPassBlur>true</TwoPassBlur> <!-- Default: true -->
- <StepMultiplier>4.0</StepMultiplier> <!-- Default: 4.0 -->
- <RingQuality>2</RingQuality> <!-- Default: 2 -->
- <FogMotesEnabled>true</FogMotesEnabled> <!-- Default: true -->
- </High>
- <Ultra>
- <LocalisationName>$QUALITY_ULTRA; (Modified)</LocalisationName>
- <StepsPerPixel>16</StepsPerPixel> <!-- Default: 24 -->
- <DownscalingFactor>1</DownscalingFactor> <!-- Default: 1 -->
- <BlurSamples>4</BlurSamples> <!-- Default: 4 -->
- <TwoPassBlur>true</TwoPassBlur> <!-- Default: true -->
- <StepMultiplier>2.0</StepMultiplier> <!-- Default: 6.0 -->
- <RingQuality>3</RingQuality> <!-- Default: 3 -->
- <FogMotesEnabled>true</FogMotesEnabled> <!-- Default: true -->
- </Ultra>
- </Volumetrics>
- <!-- Setting Debris Count Settings -->
- <Debris>
- <Off>
- <LocalisationName>$QUALITY_LOW;</LocalisationName>
- <DebrisLimit>128</DebrisLimit> <!-- Default: 100 -->
- </Off>
- <Low>
- <LocalisationName>$QUALITY_MEDIUM;</LocalisationName>
- <DebrisLimit>256</DebrisLimit> <!-- Default: 200 -->
- </Low>
- <Medium>
- <LocalisationName>$QUALITY_HIGH;</LocalisationName>
- <DebrisLimit>1024</DebrisLimit> <!-- Default: 1000 -->
- </Medium>
- <High>
- <LocalisationName>$QUALITY_ULTRA;</LocalisationName>
- <DebrisLimit>3072</DebrisLimit> <!-- Default: 3000 -->
- </High>
- </Debris>
- <!-- Modified Spot Shadow Settings -->
- <SpotShadows_Low>
- <NumCacheShadows>1</NumCacheShadows> <!-- Default: 1 -->
- <NumSpotShadows>0</NumSpotShadows> <!-- Default: 0 -->
- <CacheShadowAtlasSize>3072</CacheShadowAtlasSize> <!-- Default: 3072 -->
- <CacheShadowSize>256</CacheShadowSize> <!-- Default: 256 -->
- <SpotFilterQuality>2</SpotFilterQuality> <!-- Default: 2 -->
- </SpotShadows_Low>
- <SpotShadows_Medium>
- <NumCacheShadows>1</NumCacheShadows> <!-- Default: 1 -->
- <NumSpotShadows>0</NumSpotShadows> <!-- Default: 0 -->
- <CacheShadowAtlasSize>6144</CacheShadowAtlasSize> <!-- Default: 6144 -->
- <CacheShadowSize>512</CacheShadowSize> <!-- Default: 512 -->
- <SpotFilterQuality>2</SpotFilterQuality> <!-- Default: 2 -->
- </SpotShadows_Medium>
- <SpotShadows_High>
- <NumCacheShadows>1</NumCacheShadows> <!-- Default: 1 -->
- <NumSpotShadows>4</NumSpotShadows> <!-- Default: 4 -->
- <CacheShadowAtlasSize>6144</CacheShadowAtlasSize> <!-- Default: 6144 -->
- <CacheShadowSize>512</CacheShadowSize> <!-- Default: 512 -->
- <SpotFilterQuality>3</SpotFilterQuality> <!-- Default: 3 -->
- <EVSMSpotFullRes>true</EVSMSpotFullRes> <!-- Default: true -->
- </SpotShadows_High>
- <SpotShadows_Ultra>
- <NumCacheShadows>4</NumCacheShadows> <!-- Default: 2 -->
- <NumSpotShadows>8</NumSpotShadows> <!-- Default: 6 -->
- <CacheShadowAtlasSize>8192</CacheShadowAtlasSize> <!-- Default: 8192 -->
- <CacheShadowSize>1024</CacheShadowSize> <!-- Default: 512 -->
- <SpotFilterQuality>3</SpotFilterQuality> <!-- Default: 3 -->
- <EVSMSpotFullRes>true</EVSMSpotFullRes> <!-- Default: true -->
- </SpotShadows_Ultra>
- <!-- Setting Shadow Settings -->
- <Shadows_Ultra>
- <LocalisationName>$QUALITY_ULTRA; (Modified)</LocalisationName>
- <!-- General Settings -->
- <Profile_General>
- <SliceSize>8192</SliceSize> <!-- Default: 2048 -->
- <NumFrustums>8</NumFrustums> <!-- Default: 6 -->
- <FilterQuality>3</FilterQuality> <!-- Default: 3 -->
- <Fade>1.0</Fade> <!-- Default: 0.01 -->
- <CrossFadeCascades>true</CrossFadeCascades> <!-- Default: true -->
- <AdaptiveCascades>false</AdaptiveCascades> <!-- Default: false -->
- <NearClipBias>1.0</NearClipBias> <!-- Default: 1.0 -->
- <FrustumCockpit>
- <DepthBias>0.000075</DepthBias> <!-- Default: 0.0001 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 1.5 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </FrustumCockpit>
- <Frustum0>
- <EndDistance>0.000</EndDistance> <!-- Default: 50.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.003 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 1.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum0>
- <Frustum1>
- <EndDistance>32.000</EndDistance> <!-- Default: 250.00000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0003</DepthBias> <!-- Default: 0.003 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 1.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum1>
- <Frustum2>
- <EndDistance>64.000</EndDistance> <!-- Default: 600.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0003</DepthBias> <!-- Default: 0.002 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 1.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum2>
- <Frustum3>
- <EndDistance>128.000</EndDistance> <!-- Default: 1325.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0004</DepthBias> <!-- Default: 0.002 -->
- <DepthSlopeBias>4.0</DepthSlopeBias> <!-- Default: 1.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum3>
- <Frustum4>
- <EndDistance>512.000</EndDistance> <!-- Default: 2625.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0005</DepthBias> <!-- Default: 0.0005 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum4>
- <Frustum5>
- <EndDistance>1536.000</EndDistance> <!-- Default: 5300.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0005</DepthBias> <!-- Default: 0.0005 -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- Default: 1.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum5>
- <!-- Additional Frustum Levels -->
- <Frustum6>
- <EndDistance>4096.000</EndDistance> <!-- New -->
- <ShaderBias>0.0003</ShaderBias> <!-- New -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- New -->
- <DepthBias>0.0005</DepthBias> <!-- New -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- New -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- New -->
- </Frustum6>
- <Frustum7>
- <EndDistance>8192.000</EndDistance> <!-- New -->
- <ShaderBias>0.0003</ShaderBias> <!-- New -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- New -->
- <DepthBias>0.0005</DepthBias> <!-- New -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- New -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- New -->
- </Frustum7>
- <FogShadowMapsEnabled>1</FogShadowMapsEnabled> <!-- Default: 1 -->
- <EVSMCascadeFullRes>false</EVSMCascadeFullRes> <!-- Default: false -->
- </Profile_General>
- <!-- Planet Approach Settings -->
- <Profile_PlanetApproach>
- <SliceSize>8192</SliceSize> <!-- Default: 2048 -->
- <NumFrustums>6</NumFrustums> <!-- Default: 6 -->
- <FilterQuality>3</FilterQuality> <!-- Default: 3 -->
- <Fade>1.0</Fade> <!-- Default: 0.01 -->
- <CrossFadeCascades>true</CrossFadeCascades> <!-- Default: true -->
- <CrossFadeCascadesDistance>300.0</CrossFadeCascadesDistance> <!-- Default: 300.0 -->
- <LastCrossFadeCascadesDistance>1000.0</LastCrossFadeCascadesDistance> <!-- Default: 1000.0 -->
- <AdaptiveCascades>false</AdaptiveCascades> <!-- Default: false -->
- <NearClipBias>1.0</NearClipBias> <!-- Default: 1.0 -->
- <AltitudeAdaptation>
- <MinElevation>100.0</MinElevation> <!-- Default: 100.0 -->
- <MaxElevation>350.0</MaxElevation> <!-- Default: 350.0 -->
- <Scale>3.0</Scale> <!-- Default: 3.0 -->
- <FirstCascadeScalingAmount>2.0</FirstCascadeScalingAmount> <!-- Default: 1.0 -->
- </AltitudeAdaptation>
- <FrustumCockpit>
- <DepthBias>0.000075</DepthBias> <!-- Default: 0.000025 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </FrustumCockpit>
- <Frustum0>
- <EndDistance>0.000</EndDistance> <!-- Default: 10.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum0>
- <Frustum1>
- <EndDistance>32.000</EndDistance> <!-- Default: 20.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>7.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum1>
- <Frustum2>
- <EndDistance>64.000</EndDistance> <!-- Default: 120.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.0 -->
- </Frustum2>
- <Frustum3>
- <EndDistance>512.000</EndDistance> <!-- Default: 450.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>4.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.0 -->
- </Frustum3>
- <Frustum4>
- <EndDistance>2048.000</EndDistance> <!-- Default: 1150.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.0 -->
- </Frustum4>
- <Frustum5>
- <EndDistance>4096.000000</EndDistance> <!-- Default: 3350.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.0 -->
- </Frustum5>
- <FogShadowMapsEnabled>1</FogShadowMapsEnabled> <!-- Default: 1 -->
- <EVSMCascadeFullRes>false</EVSMCascadeFullRes> <!-- Default: false -->
- </Profile_PlanetApproach>
- <!-- Planet Surface Settings -->
- <Profile_PlanetSurface>
- <SliceSize>8192</SliceSize> <!-- Default: 2048 -->
- <NumFrustums>6</NumFrustums> <!-- Default: 6 -->
- <NumInteriorFrustums>1</NumInteriorFrustums> <!-- Default: 1 -->
- <FilterQuality>3</FilterQuality> <!-- Default: 3 -->
- <Fade>1.0</Fade> <!-- Default: 0.01 -->
- <CrossFadeCascades>true</CrossFadeCascades> <!-- Default: true -->
- <LastCrossFadeCascadesDistance>1024.0</LastCrossFadeCascadesDistance> <!-- Default: 800.0 -->
- <AdaptiveCascades>false</AdaptiveCascades> <!-- Default: false -->
- <NearClipBias>1.0</NearClipBias> <!-- Default: 1.0 -->
- <FrustumZeroCanBeOverridden>1</FrustumZeroCanBeOverridden> <!-- Default: 0 -->
- <FrustumCockpit>
- <DepthBias>0.000025</DepthBias> <!-- Default: 0.0002 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </FrustumCockpit>
- <Frustum0>
- <EndDistance>8.000</EndDistance> <!-- Default: 10.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0002 -->
- <DepthSlopeBias>7.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum0>
- <Frustum1>
- <EndDistance>32.000</EndDistance> <!-- Default: 20.500000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0001</DepthBias> <!-- Default: 0.0001 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 7 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum1>
- <Frustum2>
- <EndDistance>64.000</EndDistance> <!-- Default: 125.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0001</DepthBias> <!-- Default: 0.0001 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.0</FilterKernelSize> <!-- Default: 1.0 -->
- </Frustum2>
- <Frustum3>
- <EndDistance>384.000</EndDistance> <!-- Default: 500.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.00045</DepthBias> <!-- Default: 0.0045 -->
- <DepthSlopeBias>4.0</DepthSlopeBias> <!-- Default: 4 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum3>
- <Frustum4>
- <EndDistance>1536.000</EndDistance> <!-- Default: 1500.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0003</DepthBias> <!-- Default: 0.003 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum4>
- <Frustum5>
- <EndDistance>6144.000</EndDistance> <!-- Default: 4500.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0003</DepthBias> <!-- Default: 0.003 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 2 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum5>
- <FogShadowMapsEnabled>1</FogShadowMapsEnabled> <!-- Default: 1 -->
- <EVSMCascadeFullRes>false</EVSMCascadeFullRes> <!-- Default: false -->
- </Profile_PlanetSurface>
- <!-- Station Interior Settings -->
- <Profile_StationInterior>
- <SliceSize>8192</SliceSize> <!-- Default: 2048 -->
- <NumFrustums>4</NumFrustums> <!-- Default: 1 -->
- <FilterQuality>3</FilterQuality> <!-- Default: 3 -->
- <Fade>1.0</Fade> <!-- Default: 0.01 -->
- <CrossFadeCascades>true</CrossFadeCascades> <!-- Default: true -->
- <AdaptiveCascades>false</AdaptiveCascades> <!-- Default: false -->
- <NearClipBias>1.0</NearClipBias> <!-- Default: 1.0 -->
- <FrustumCockpit>
- <DepthBias>0.000075</DepthBias> <!-- Default: 0.001 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 1.5 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </FrustumCockpit>
- <Frustum0>
- <EndDistance>0.000</EndDistance> <!-- Default:1470.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0001</DepthBias> <!-- Default: 0.001 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 1.5 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum0>
- <Frustum1>
- <EndDistance>512.000</EndDistance> <!-- New -->
- <ShaderBias>0.0003</ShaderBias> <!-- New -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- New -->
- <DepthBias>0.0001</DepthBias> <!-- New -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- New -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- New -->
- </Frustum1>
- <Frustum2>
- <EndDistance>2048.000</EndDistance> <!-- New -->
- <ShaderBias>0.0003</ShaderBias> <!-- New -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- New -->
- <DepthBias>0.0001</DepthBias> <!-- New -->
- <DepthSlopeBias>2.5</DepthSlopeBias> <!-- New -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- New -->
- </Frustum2>
- <Frustum3>
- <EndDistance>4096.000</EndDistance> <!-- New -->
- <ShaderBias>0.0003</ShaderBias> <!-- New -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- New -->
- <DepthBias>0.0001</DepthBias> <!-- New -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- New -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- New -->
- </Frustum3>
- <FogShadowMapsEnabled>1</FogShadowMapsEnabled> <!-- Default: 1 -->
- <EVSMCascadeFullRes>false</EVSMCascadeFullRes> <!-- Default: false -->
- </Profile_StationInterior>
- <!-- Asteroid Field Settings -->
- <Profile_AsteroidField>
- <SliceSize>8192</SliceSize> <!-- Default: 2048 -->
- <NumFrustums>6</NumFrustums> <!-- Default: 6 -->
- <FilterQuality>3</FilterQuality> <!-- Default: 3 -->
- <Fade>1.0</Fade> <!-- Default: 0.01 -->
- <CrossFadeCascades>true</CrossFadeCascades> <!-- Default: true -->
- <AdaptiveCascades>false</AdaptiveCascades> <!-- Default: false -->
- <FrustumCockpit>
- <DepthBias>0.000075</DepthBias> <!-- Default: 0.0001 -->
- <DepthSlopeBias>6.0</DepthSlopeBias> <!-- Default: 1.5 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </FrustumCockpit>
- <Frustum0>
- <EndDistance>0.000</EndDistance> <!-- Default: 50.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.0003</ShaderSlopeBias> <!-- Default: 0.0003 -->
- <DepthBias>0.0005</DepthBias> <!-- Default: 0.005 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 5.0 -->
- <FilterKernelSize>2.5</FilterKernelSize> <!-- Default: 2.5 -->
- </Frustum0>
- <Frustum1>
- <EndDistance>128.000</EndDistance> <!-- Default: 160.00000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0005</DepthBias> <!-- Default: 0.005 -->
- <DepthSlopeBias>5.0</DepthSlopeBias> <!-- Default: 5.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum1>
- <Frustum2>
- <EndDistance>384.000</EndDistance> <!-- Default: 320.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0005</DepthBias> <!-- Default: 0.005 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 3.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum2>
- <Frustum3>
- <EndDistance>1024.000</EndDistance> <!-- Default: 640.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0004</DepthBias> <!-- Default: 0.004 -->
- <DepthSlopeBias>4.0</DepthSlopeBias> <!-- Default: 4.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum3>
- <Frustum4>
- <EndDistance>3072.000000</EndDistance> <!-- Default: 2000.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0002</DepthBias> <!-- Default: 0.0015 -->
- <DepthSlopeBias>2.0</DepthSlopeBias> <!-- Default: 2.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum4>
- <Frustum5>
- <EndDistance>10240.000000</EndDistance> <!-- Default: 9000.000000 -->
- <ShaderBias>0.0003</ShaderBias> <!-- Default: 0.0003 -->
- <ShaderSlopeBias>0.003</ShaderSlopeBias> <!-- Default: 0.003 -->
- <DepthBias>0.0003</DepthBias> <!-- Default: 0.003 -->
- <DepthSlopeBias>3.0</DepthSlopeBias> <!-- Default: 3.0 -->
- <FilterKernelSize>1.5</FilterKernelSize> <!-- Default: 1.5 -->
- </Frustum5>
- <AsteroidShadowsEnabled>1</AsteroidShadowsEnabled> <!-- Default: 1 -->
- <FogShadowMapsEnabled>1</FogShadowMapsEnabled> <!-- Default: 1 -->
- <EVSMCascadeFullRes>true</EVSMCascadeFullRes> <!-- Default: false -->
- </Profile_AsteroidField>
- </Shadows_Ultra>
- </GraphicsConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement