From bcaef15b020111eb0c66eb2f77ce447f3de948e4 Mon Sep 17 00:00:00 2001 From: Theysen Date: Sun, 23 May 2021 18:31:45 +0200 Subject: [PATCH] wait, it's all spaces? - always been. --- .../CityLights/RSSVE_City_Lights_Config.cfg | 50 +- .../Clouds/RSSVE_Clouds_Config.cfg | 1344 ++++++++--------- .../PQS/RSSVE_PQS_Manager_Config.cfg | 80 +- .../Textures/RSSVE_Textures_Config.cfg | 214 +-- .../Misc_Configs/RSSVE_Kopernicus_Config.cfg | 4 +- .../Misc_Configs/RSSVE_Settings_Config.cfg | 6 +- .../Earth/Earth_Atmosphere.cfg | 174 +-- .../Scatterer_Configs/Earth/Earth_Ocean.cfg | 48 +- .../Jupiter/Jupiter_Atmosphere.cfg | 142 +- .../Mars/Mars_Atmosphere.cfg | 142 +- .../Neptune/Neptune_Atmosphere.cfg | 142 +- .../Pluto/Pluto_Atmosphere.cfg | 142 +- .../Saturn/Saturn_Atmosphere.cfg | 142 +- .../Titan/Titan_Atmosphere.cfg | 142 +- .../Scatterer_Configs/Titan/Titan_Ocean.cfg | 48 +- .../Triton/Triton_Atmosphere.cfg | 142 +- .../Uranus/Uranus_Atmosphere.cfg | 142 +- .../Venus/Venus_Atmosphere.cfg | 142 +- 18 files changed, 1626 insertions(+), 1620 deletions(-) diff --git a/RSSVE/Configs/EVE_Configs/CityLights/RSSVE_City_Lights_Config.cfg b/RSSVE/Configs/EVE_Configs/CityLights/RSSVE_City_Lights_Config.cfg index fdba48b..222c065 100644 --- a/RSSVE/Configs/EVE_Configs/CityLights/RSSVE_City_Lights_Config.cfg +++ b/RSSVE/Configs/EVE_Configs/CityLights/RSSVE_City_Lights_Config.cfg @@ -1,28 +1,28 @@ EVE_CITY_LIGHTS { - OBJECT - { - body = Earth - cityLightsMaterial - { - _CityOverlayDetailScale = 250 - _CityOverlayTex - { - value = EarthCities - isClamped = True - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - } - _CityDarkOverlayDetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCityNight - isClamped = True - } - _CityLightOverlayDetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCityDay - isClamped = True - } - } - } + OBJECT + { + body = Earth + cityLightsMaterial + { + _CityOverlayDetailScale = 250 + _CityOverlayTex + { + value = EarthCities + isClamped = True + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + } + _CityDarkOverlayDetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCityNight + isClamped = True + } + _CityLightOverlayDetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCityDay + isClamped = True + } + } + } } diff --git a/RSSVE/Configs/EVE_Configs/Clouds/RSSVE_Clouds_Config.cfg b/RSSVE/Configs/EVE_Configs/Clouds/RSSVE_Clouds_Config.cfg index a389c73..34ed4af 100644 --- a/RSSVE/Configs/EVE_Configs/Clouds/RSSVE_Clouds_Config.cfg +++ b/RSSVE/Configs/EVE_Configs/Clouds/RSSVE_Clouds_Config.cfg @@ -1,675 +1,675 @@ EVE_CLOUDS { - OBJECT - { - name = EarthAurorasLow - body = Earth - altitude = 45000 - speed = 0,0,0 - detailSpeed = 250,250,250 - offset = 0,-180,180 - settings - { - _Color = 190,255,0,16 - _DetailScale = 20 - _DetailDist = 0.00000025 - _DistFade = 0.01 - _DistFadeVert = 0.001 - _UVNoiseScale = 1 - _UVNoiseStrength = 0.05 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = EarthAuroras - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailAurora - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDist = 0.001 - _RimDistSub = 0.001 - _InvFade = 0.005 - _MinLight = 1.0 - } - } - } - OBJECT - { - name = EarthAurorasHigh - body = Earth - altitude = 70000 - speed = 0,0,0 - detailSpeed = 250,250,250 - offset = 0,0,180 - settings - { - _Color = 0,190,255,16 - _DetailScale = 20 - _DetailDist = 0.00000025 - _DistFade = 0.01 - _DistFadeVert = 0.001 - _UVNoiseScale = 1 - _UVNoiseStrength = 0.05 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = EarthAuroras - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailAurora - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDist = 0.001 - _RimDistSub = 0.001 - _InvFade = 0.005 - _MinLight = 1.0 - } - } - } - OBJECT - { - name = EarthCloudsLow - body = Earth - speed = 0,15,0 - altitude = 4000 - offset = 0,180,180 - settings - { - _Color = 255,255,255,239 - _DetailScale = 10 - _DetailDist = 0.0000002 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.005 - _UVNoiseStrength = 0.000125 - _UVNoiseAnimation = 0.025,0.025 - _MainTex - { - value = EarthClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailAltostratus - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _InvFade = 0.005 - _RimDistSub = 0.001 - _FalloffScale = 10 - _RimDist = 0.001 - _FalloffPow = 0.5 - } - shadowMaterial - { - _ShadowFactor = 10 - } - } - layerVolume - { - size = 5000,2 - area = 12500,3 - maxTranslation = 250,250,250 - visibleRange = 6250 - rotationSpeed = 0.0005 - noiseScale = 32.0,32.0,32.0 - followDetail = True - particleMaterial - { - _InvFade = 0.001 - _Opacity = 1.0 - _Tex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM - } - } - } - } - OBJECT - { - name = JupiterCloudsLow - body = Jupiter - altitude = 55000 - speed = 0,100,0 - detailSpeed = 0,100,0 - settings - { - _Color = 130,135,130,96 - _DetailScale = 25 - _DetailDist = 0.00000005 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = JupiterClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_R - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailGasGiant - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDistSub = 1 - _InvFade = 0.005 - _RimDist = 0.0001 - } - shadowMaterial - { - _ShadowFactor = 0.125 - } - } - } - OBJECT - { - name = JupiterBandsLow - body = Jupiter - altitude = 55000 - speed = 0,750,0 - detailSpeed = 0,100,0 - settings - { - _Color = 185,160,130,96 - _DetailScale = 25 - _DetailDist = 0.00000005 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = JupiterClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailGasGiant - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDistSub = 1 - _RimDist = 0.0001 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.25 - } - } - } - OBJECT - { - name = JupiterBandsHigh - body = Jupiter - altitude = 55000 - speed = 0,-750,0 - detailSpeed = 0,100,0 - settings - { - _Color = 180,175,160,96 - _DetailScale = 25 - _DetailDist = 0.00000005 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = JupiterClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_B - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailGasGiant - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _RimDistSub = 1 - _FalloffScale = 5 - _RimDist = 0.0001 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.25 - } - } - } - OBJECT - { - name = MarsCloudsMain - body = Mars - altitude = 15600 - speed = 0,10,0 - settings - { - _Color = 180,150,115,192 - _DetailScale = 25 - _DetailDist = 0.0000001 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.005 - _UVNoiseStrength = 0.000125 - _UVNoiseAnimation = 0.025,0.025 - _MainTex - { - value = MarsClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCirrus - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDist = 0.0001 - _RimDistSub = 1 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.25 - } - } - layerVolume - { - size = 5000,2 - area = 12500,3 - maxTranslation = 250,750,250 - visibleRange = 6250 - rotationSpeed = 0.0001 - noiseScale = 32.0,32.0,32.0 - followDetail = True - particleMaterial - { - _InvFade = 0.001 - _MinScatter = 1.5 - _Opacity = 1.0 - _Tex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM - } - } - } - } - OBJECT - { - name = NeptuneCloudsMain - body = Neptune - altitude = 58000 - speed = 0,600,0 - detailSpeed = 0,150,0 - settings - { - _Color = 220,230,250,128 - _DetailScale = 25 - _DetailDist = 0.00000005 - _DistFade = 0.00125 - _DistFadeVert = 0.0000125 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = NeptuneClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCirrus - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffPow = 5 - _FalloffScale = 10 - _RimDist = 0.0001 - _RimDistSub = 1.0 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.5 - } - } - } - OBJECT - { - name = SaturnCloudsMain - body = Saturn - altitude = 102000 - speed = 0,-750,0 - detailSpeed = 0,50,0 - settings - { - _Color = 215,195,155,160 - _DetailScale = 10 - _DetailDist = 0.000000025 - _DistFade = 0.001 - _DistFadeVert = 0.001 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = SaturnClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_G - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailGasGiant - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffPow = 5 - _FalloffScale = 10 - _RimDist = 0.0001 - _RimDistSub = 1.0 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.25 - } - } - } - OBJECT - { - name = SaturnBandsLow - body = Saturn - altitude = 102000 - speed = 0,1250,0 - detailSpeed = 0,50,0 - settings - { - _Color = 190,170,160,160 - _DetailScale = 10 - _DetailDist = 0.000000025 - _DistFade = 0.001 - _DistFadeVert = 0.001 - _UVNoiseScale = 0.05 - _UVNoiseStrength = 0.0005 - _UVNoiseAnimation = 0.075,0.075 - _MainTex - { - value = SaturnClouds - type = AlphaCubeMap - alphaMask = ALPHAMAP_R - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailGasGiant - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _InvFade = 0.005 - _RimDistSub = 1.0 - _FalloffPow = 5 - _FalloffScale = 10 - _RimDist = 0.0001 - } - shadowMaterial - { - _ShadowFactor = 0.25 - } - } - } - OBJECT - { - name = TitanCloudsMain - body = Titan - altitude = 13600 - speed = 0,25,0 - detailSpeed = 0,25,0 - settings - { - _Color = 180,140,50,255 - _DetailScale = 10 - _DetailDist = 0.00000125 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.005 - _UVNoiseStrength = 0.000125 - _UVNoiseAnimation = 0.025,0.025 - _MainTex - { - value = RSSVE/Textures/MainTextures/Misc/Atmosphere - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCumulus - isClamped = True - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - isClamped = True - } - } - layer2D - { - macroCloudMaterial - { - _FalloffScale = 5 - _RimDist = 0.0001 - _RimDistSub = 1 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.3 - } - } - layerVolume - { - area = 12500,3 - size = 5000,2 - maxTranslation = 250,250,250 - visibleRange = 6250 - rotationSpeed = 0.001 - noiseScale = 32.0,32.0,32.0 - followDetail = True - particleMaterial - { - _Opacity = 1.0 - _InvFade = 0.0001 - _MinScatter = 5.0 - _Tex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM - } - } - } - } - OBJECT - { - name = VenusCloudsMain - body = Venus - speed = 0,100,0 - detailSpeed = 0,50,0 - altitude = 32100 - settings - { - _Color = 220,210,190,255 - _DetailScale = 5 - _DetailDist = 0.0000005 - _DistFade = 0.00125 - _DistFadeVert = 0.000125 - _UVNoiseScale = 0.005 - _UVNoiseStrength = 0.000125 - _UVNoiseAnimation = 0.025,0.025 - _MainTex - { - value = VenusClouds - type = CubeMap - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailVenus - } - _UVNoiseTex - { - value = RSSVE/Textures/DetailTextures/DetailUVNoise - } - } - layer2D - { - macroCloudMaterial - { - _FalloffPow = 5.0 - _FalloffScale = 10.0 - _RimDist = 0.0001 - _RimDistSub = 1.0 - _InvFade = 0.005 - } - shadowMaterial - { - _ShadowFactor = 0.35 - } - } - layerVolume - { - area = 12500,3 - size = 5000,2 - maxTranslation = 250,250,250 - visibleRange = 6250 - rotationSpeed = 0.001 - noiseScale = 32.0,32.0,32.0 - followDetail = True - particleMaterial - { - _InvFade = 0.0005 - _MinScatter = 1.0 - _Opacity = 1.0 - _Tex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle - isClamped = True - } - _DetailTex - { - value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM - } - } - } - } + OBJECT + { + name = EarthAurorasLow + body = Earth + altitude = 45000 + speed = 0,0,0 + detailSpeed = 250,250,250 + offset = 0,-180,180 + settings + { + _Color = 190,255,0,16 + _DetailScale = 20 + _DetailDist = 0.00000025 + _DistFade = 0.01 + _DistFadeVert = 0.001 + _UVNoiseScale = 1 + _UVNoiseStrength = 0.05 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = EarthAuroras + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailAurora + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDist = 0.001 + _RimDistSub = 0.001 + _InvFade = 0.005 + _MinLight = 1.0 + } + } + } + OBJECT + { + name = EarthAurorasHigh + body = Earth + altitude = 70000 + speed = 0,0,0 + detailSpeed = 250,250,250 + offset = 0,0,180 + settings + { + _Color = 0,190,255,16 + _DetailScale = 20 + _DetailDist = 0.00000025 + _DistFade = 0.01 + _DistFadeVert = 0.001 + _UVNoiseScale = 1 + _UVNoiseStrength = 0.05 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = EarthAuroras + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailAurora + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDist = 0.001 + _RimDistSub = 0.001 + _InvFade = 0.005 + _MinLight = 1.0 + } + } + } + OBJECT + { + name = EarthCloudsLow + body = Earth + speed = 0,15,0 + altitude = 4000 + offset = 0,180,180 + settings + { + _Color = 255,255,255,239 + _DetailScale = 10 + _DetailDist = 0.0000002 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.005 + _UVNoiseStrength = 0.000125 + _UVNoiseAnimation = 0.025,0.025 + _MainTex + { + value = EarthClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailAltostratus + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _InvFade = 0.005 + _RimDistSub = 0.001 + _FalloffScale = 10 + _RimDist = 0.001 + _FalloffPow = 0.5 + } + shadowMaterial + { + _ShadowFactor = 10 + } + } + layerVolume + { + size = 5000,2 + area = 12500,3 + maxTranslation = 250,250,250 + visibleRange = 6250 + rotationSpeed = 0.0005 + noiseScale = 32.0,32.0,32.0 + followDetail = True + particleMaterial + { + _InvFade = 0.001 + _Opacity = 1.0 + _Tex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM + } + } + } + } + OBJECT + { + name = JupiterCloudsLow + body = Jupiter + altitude = 55000 + speed = 0,100,0 + detailSpeed = 0,100,0 + settings + { + _Color = 130,135,130,96 + _DetailScale = 25 + _DetailDist = 0.00000005 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = JupiterClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_R + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailGasGiant + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDistSub = 1 + _InvFade = 0.005 + _RimDist = 0.0001 + } + shadowMaterial + { + _ShadowFactor = 0.125 + } + } + } + OBJECT + { + name = JupiterBandsLow + body = Jupiter + altitude = 55000 + speed = 0,750,0 + detailSpeed = 0,100,0 + settings + { + _Color = 185,160,130,96 + _DetailScale = 25 + _DetailDist = 0.00000005 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = JupiterClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailGasGiant + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDistSub = 1 + _RimDist = 0.0001 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.25 + } + } + } + OBJECT + { + name = JupiterBandsHigh + body = Jupiter + altitude = 55000 + speed = 0,-750,0 + detailSpeed = 0,100,0 + settings + { + _Color = 180,175,160,96 + _DetailScale = 25 + _DetailDist = 0.00000005 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = JupiterClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_B + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailGasGiant + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _RimDistSub = 1 + _FalloffScale = 5 + _RimDist = 0.0001 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.25 + } + } + } + OBJECT + { + name = MarsCloudsMain + body = Mars + altitude = 15600 + speed = 0,10,0 + settings + { + _Color = 180,150,115,192 + _DetailScale = 25 + _DetailDist = 0.0000001 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.005 + _UVNoiseStrength = 0.000125 + _UVNoiseAnimation = 0.025,0.025 + _MainTex + { + value = MarsClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCirrus + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDist = 0.0001 + _RimDistSub = 1 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.25 + } + } + layerVolume + { + size = 5000,2 + area = 12500,3 + maxTranslation = 250,750,250 + visibleRange = 6250 + rotationSpeed = 0.0001 + noiseScale = 32.0,32.0,32.0 + followDetail = True + particleMaterial + { + _InvFade = 0.001 + _MinScatter = 1.5 + _Opacity = 1.0 + _Tex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM + } + } + } + } + OBJECT + { + name = NeptuneCloudsMain + body = Neptune + altitude = 58000 + speed = 0,600,0 + detailSpeed = 0,150,0 + settings + { + _Color = 220,230,250,128 + _DetailScale = 25 + _DetailDist = 0.00000005 + _DistFade = 0.00125 + _DistFadeVert = 0.0000125 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = NeptuneClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCirrus + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffPow = 5 + _FalloffScale = 10 + _RimDist = 0.0001 + _RimDistSub = 1.0 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.5 + } + } + } + OBJECT + { + name = SaturnCloudsMain + body = Saturn + altitude = 102000 + speed = 0,-750,0 + detailSpeed = 0,50,0 + settings + { + _Color = 215,195,155,160 + _DetailScale = 10 + _DetailDist = 0.000000025 + _DistFade = 0.001 + _DistFadeVert = 0.001 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = SaturnClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_G + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailGasGiant + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffPow = 5 + _FalloffScale = 10 + _RimDist = 0.0001 + _RimDistSub = 1.0 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.25 + } + } + } + OBJECT + { + name = SaturnBandsLow + body = Saturn + altitude = 102000 + speed = 0,1250,0 + detailSpeed = 0,50,0 + settings + { + _Color = 190,170,160,160 + _DetailScale = 10 + _DetailDist = 0.000000025 + _DistFade = 0.001 + _DistFadeVert = 0.001 + _UVNoiseScale = 0.05 + _UVNoiseStrength = 0.0005 + _UVNoiseAnimation = 0.075,0.075 + _MainTex + { + value = SaturnClouds + type = AlphaCubeMap + alphaMask = ALPHAMAP_R + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailGasGiant + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _InvFade = 0.005 + _RimDistSub = 1.0 + _FalloffPow = 5 + _FalloffScale = 10 + _RimDist = 0.0001 + } + shadowMaterial + { + _ShadowFactor = 0.25 + } + } + } + OBJECT + { + name = TitanCloudsMain + body = Titan + altitude = 13600 + speed = 0,25,0 + detailSpeed = 0,25,0 + settings + { + _Color = 180,140,50,255 + _DetailScale = 10 + _DetailDist = 0.00000125 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.005 + _UVNoiseStrength = 0.000125 + _UVNoiseAnimation = 0.025,0.025 + _MainTex + { + value = RSSVE/Textures/MainTextures/Misc/Atmosphere + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCumulus + isClamped = True + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + isClamped = True + } + } + layer2D + { + macroCloudMaterial + { + _FalloffScale = 5 + _RimDist = 0.0001 + _RimDistSub = 1 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.3 + } + } + layerVolume + { + area = 12500,3 + size = 5000,2 + maxTranslation = 250,250,250 + visibleRange = 6250 + rotationSpeed = 0.001 + noiseScale = 32.0,32.0,32.0 + followDetail = True + particleMaterial + { + _Opacity = 1.0 + _InvFade = 0.0001 + _MinScatter = 5.0 + _Tex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM + } + } + } + } + OBJECT + { + name = VenusCloudsMain + body = Venus + speed = 0,100,0 + detailSpeed = 0,50,0 + altitude = 32100 + settings + { + _Color = 220,210,190,255 + _DetailScale = 5 + _DetailDist = 0.0000005 + _DistFade = 0.00125 + _DistFadeVert = 0.000125 + _UVNoiseScale = 0.005 + _UVNoiseStrength = 0.000125 + _UVNoiseAnimation = 0.025,0.025 + _MainTex + { + value = VenusClouds + type = CubeMap + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailVenus + } + _UVNoiseTex + { + value = RSSVE/Textures/DetailTextures/DetailUVNoise + } + } + layer2D + { + macroCloudMaterial + { + _FalloffPow = 5.0 + _FalloffScale = 10.0 + _RimDist = 0.0001 + _RimDistSub = 1.0 + _InvFade = 0.005 + } + shadowMaterial + { + _ShadowFactor = 0.35 + } + } + layerVolume + { + area = 12500,3 + size = 5000,2 + maxTranslation = 250,250,250 + visibleRange = 6250 + rotationSpeed = 0.001 + noiseScale = 32.0,32.0,32.0 + followDetail = True + particleMaterial + { + _InvFade = 0.0005 + _MinScatter = 1.0 + _Opacity = 1.0 + _Tex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle + isClamped = True + } + _DetailTex + { + value = RSSVE/Textures/DetailTextures/DetailCloudParticle_NRM + } + } + } + } } diff --git a/RSSVE/Configs/EVE_Configs/PQS/RSSVE_PQS_Manager_Config.cfg b/RSSVE/Configs/EVE_Configs/PQS/RSSVE_PQS_Manager_Config.cfg index 5bce981..ece466c 100644 --- a/RSSVE/Configs/EVE_Configs/PQS/RSSVE_PQS_Manager_Config.cfg +++ b/RSSVE/Configs/EVE_Configs/PQS/RSSVE_PQS_Manager_Config.cfg @@ -1,43 +1,43 @@ PQS_MANAGER { - OBJECT - { - body = Venus - deactivateDistance = 126875 - } - OBJECT - { - body = Earth - deactivateDistance = 122500 - } - OBJECT - { - body = Mars - deactivateDistance = 109375 - } - OBJECT - { - body = Jupiter - deactivateDistance = 1356250 - } - OBJECT - { - body = Saturn - deactivateDistance = 1750000 - } - OBJECT - { - body = Titan - deactivateDistance = 525000 - } - OBJECT - { - body = Uranus - deactivateDistance = 1225000 - } - OBJECT - { - body = Neptune - deactivateDistance = 1093750 - } + OBJECT + { + body = Venus + deactivateDistance = 126875 + } + OBJECT + { + body = Earth + deactivateDistance = 122500 + } + OBJECT + { + body = Mars + deactivateDistance = 109375 + } + OBJECT + { + body = Jupiter + deactivateDistance = 1356250 + } + OBJECT + { + body = Saturn + deactivateDistance = 1750000 + } + OBJECT + { + body = Titan + deactivateDistance = 525000 + } + OBJECT + { + body = Uranus + deactivateDistance = 1225000 + } + OBJECT + { + body = Neptune + deactivateDistance = 1093750 + } } diff --git a/RSSVE/Configs/EVE_Configs/Textures/RSSVE_Textures_Config.cfg b/RSSVE/Configs/EVE_Configs/Textures/RSSVE_Textures_Config.cfg index 6b8fd70..58c8e98 100644 --- a/RSSVE/Configs/EVE_Configs/Textures/RSSVE_Textures_Config.cfg +++ b/RSSVE/Configs/EVE_Configs/Textures/RSSVE_Textures_Config.cfg @@ -1,107 +1,113 @@ EVE_TEXTURE_CONFIG { - OBJECT - { - name = EarthAuroras - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasXn - texXp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasXp - texYn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasYn - texYp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasYp - texZn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasZn - texZp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasZp - } - OBJECT - { - name = EarthCities - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesXn - texXp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesXp - texYn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesYn - texYp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesYp - texZn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesZn - texZp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesZp - } - OBJECT - { - name = EarthClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsXn - texXp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsXp - texYn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsYp - texYp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsYn - texZn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsZn - texZp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsZp - } - OBJECT - { - name = JupiterClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsXn - texXp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsXp - texYn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsYn - texYp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsYp - texZn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsZn - texZp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsZp - } - OBJECT - { - name = MarsClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsXn - texXp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsXp - texYn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsYn - texYp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsYp - texZn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsZn - texZp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsZp - } - OBJECT - { - name = NeptuneClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsXn - texXp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsXp - texYn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsYn - texYp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsYp - texZn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsZn - texZp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsZp - } - OBJECT - { - name = SaturnClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsXn - texXp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsXp - texYn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsYn - texYp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsYp - texZn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsZn - texZp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsZp - } - OBJECT - { - name = VenusClouds - type = TEX_CUBE_6 - isCompressed = True - isReadable = True - texXn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsXn - texXp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsXp - texYn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsYn - texYp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsYp - texZn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsZn - texZp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsZp - } + OBJECT + { + name = EarthAuroras + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasXn + texXp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasXp + texYn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasYn + texYp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasYp + texZn = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasZn + texZp = RSSVE/Textures/MainTextures/EarthAuroras/EarthAurorasZp + } + OBJECT + { + name = EarthCities + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesXn + texXp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesXp + texYn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesYn + texYp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesYp + texZn = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesZn + texZp = RSSVE/Textures/MainTextures/EarthCities/EarthCitiesZp + } + OBJECT + { + name = EarthClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsXn + texXp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsXp + texYn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsYp + texYp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsYn + texZn = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsZn + texZp = RSSVE/Textures/MainTextures/EarthClouds/EarthCloudsZp + } + OBJECT + { + name = JupiterClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsXn + texXp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsXp + texYn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsYn + texYp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsYp + texZn = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsZn + texZp = RSSVE/Textures/MainTextures/JupiterClouds/JupiterCloudsZp + } + OBJECT + { + name = MarsClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsXn + texXp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsXp + texYn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsYn + texYp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsYp + texZn = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsZn + texZp = RSSVE/Textures/MainTextures/MarsClouds/MarsCloudsZp + } + OBJECT + { + name = NeptuneClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsXn + texXp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsXp + texYn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsYn + texYp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsYp + texZn = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsZn + texZp = RSSVE/Textures/MainTextures/NeptuneClouds/NeptuneCloudsZp + } + OBJECT + { + name = SaturnClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsXn + texXp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsXp + texYn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsYn + texYp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsYp + texZn = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsZn + texZp = RSSVE/Textures/MainTextures/SaturnClouds/SaturnCloudsZp + } + OBJECT + { + name = VenusClouds + type = TEX_CUBE_6 + isCompressed = True + isReadable = True + texXn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsXn + texXp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsXp + texYn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsYn + texYp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsYp + texZn = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsZn + texZp = RSSVE/Textures/MainTextures/VenusClouds/VenusCloudsZp + } + OBJECT + { + name = EarthSurface + isReadable = True + isCompressed = True + } } diff --git a/RSSVE/Configs/Misc_Configs/RSSVE_Kopernicus_Config.cfg b/RSSVE/Configs/Misc_Configs/RSSVE_Kopernicus_Config.cfg index 65f8114..2ea507f 100644 --- a/RSSVE/Configs/Misc_Configs/RSSVE_Kopernicus_Config.cfg +++ b/RSSVE/Configs/Misc_Configs/RSSVE_Kopernicus_Config.cfg @@ -100,8 +100,8 @@ @PQS { @deactivateAltitude = 140000 - @fadeStart = 139500 - @fadeEnd = 140000 + @fadeStart = 139500 + @fadeEnd = 140000 } } diff --git a/RSSVE/Configs/Misc_Configs/RSSVE_Settings_Config.cfg b/RSSVE/Configs/Misc_Configs/RSSVE_Settings_Config.cfg index 352dc69..8783d6a 100644 --- a/RSSVE/Configs/Misc_Configs/RSSVE_Settings_Config.cfg +++ b/RSSVE/Configs/Misc_Configs/RSSVE_Settings_Config.cfg @@ -1,6 +1,6 @@ RSSVESETTINGS { - EnableCityLights = True - EnableCloudShadows = True - EnableVolumetricClouds = True + EnableCityLights = True + EnableCloudShadows = True + EnableVolumetricClouds = True } diff --git a/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Atmosphere.cfg index 66b8607..5743895 100644 --- a/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Atmosphere.cfg @@ -1,90 +1,90 @@ Scatterer_atmosphere { - Atmo - { - name = Earth - Rg = 6371000 - Rt = 6460600 - RL = 6462100 - HR = 8 - HM = 1.33299994 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.00579999993,0.0135000004,0.0331000015 - m_mieG = 0.75999999 - assetPath = RSSVE/Textures/ScatterTextures/Earth - experimentalAtmoScale = 1.04999995 - atmosphereGlobalScale = 1 - godrayStrength = 0.0 - flattenScaledSpaceMesh = 0 - rimBlend = 50 - rimpower = 1900 - specR = 85 - specG = 85 - specB = 85 - shininess = 50 - cloudColorMultiplier = 7.0 - cloudScatteringMultiplier = 1 - cloudSkyIrradianceMultiplier = 0.100000001 - volumetricsColorMultiplier = 1 - EVEIntegration_preserveCloudColors = False - configPoints - { - Item - { - altitude = 1333 - skyExposure = 0.235554993 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.235554993 - extinctionThickness = 1 - postProcessAlpha = 1 - postProcessDepth = 0.100000001 - extinctionTint = 1 - openglThreshold = 10 - viewdirOffset = 0.0120289996 - } - Item - { - altitude = 8000 - skyExposure = 0.230000004 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.230000004 - extinctionThickness = 0.850000024 - postProcessAlpha = 1 - postProcessDepth = 0.333332986 - extinctionTint = 0.959999979 - openglThreshold = 10 - viewdirOffset = 0.00773600023 - } - Item - { - altitude = 140000 - skyExposure = 0.200000003 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.200000003 - extinctionThickness = 1 - postProcessAlpha = 1 - postProcessDepth = 0.444444001 - extinctionTint = 1 - openglThreshold = 10 - viewdirOffset = 0 - } - Item - { - altitude = 350000 - skyExposure = 0.1556666 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.145555004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 1 - extinctionTint = 1.12555599 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Earth + Rg = 6371000 + Rt = 6460600 + RL = 6462100 + HR = 8 + HM = 1.33299994 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.00579999993,0.0135000004,0.0331000015 + m_mieG = 0.75999999 + assetPath = RSSVE/Textures/ScatterTextures/Earth + experimentalAtmoScale = 1.04999995 + atmosphereGlobalScale = 1 + godrayStrength = 0.0 + flattenScaledSpaceMesh = 0 + rimBlend = 50 + rimpower = 1900 + specR = 85 + specG = 85 + specB = 85 + shininess = 50 + cloudColorMultiplier = 7.0 + cloudScatteringMultiplier = 1 + cloudSkyIrradianceMultiplier = 0.100000001 + volumetricsColorMultiplier = 1 + EVEIntegration_preserveCloudColors = False + configPoints + { + Item + { + altitude = 1333 + skyExposure = 0.235554993 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.235554993 + extinctionThickness = 1 + postProcessAlpha = 1 + postProcessDepth = 0.100000001 + extinctionTint = 1 + openglThreshold = 10 + viewdirOffset = 0.0120289996 + } + Item + { + altitude = 8000 + skyExposure = 0.230000004 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.230000004 + extinctionThickness = 0.850000024 + postProcessAlpha = 1 + postProcessDepth = 0.333332986 + extinctionTint = 0.959999979 + openglThreshold = 10 + viewdirOffset = 0.00773600023 + } + Item + { + altitude = 140000 + skyExposure = 0.200000003 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.200000003 + extinctionThickness = 1 + postProcessAlpha = 1 + postProcessDepth = 0.444444001 + extinctionTint = 1 + openglThreshold = 10 + viewdirOffset = 0 + } + Item + { + altitude = 350000 + skyExposure = 0.1556666 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.145555004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 1 + extinctionTint = 1.12555599 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Ocean.cfg b/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Ocean.cfg index 5e75b1d..bdcab51 100644 --- a/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Ocean.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Earth/Earth_Ocean.cfg @@ -1,27 +1,27 @@ Scatterer_ocean { - Ocean - { - name = Earth - m_foamAnsio = 10 - m_foamMipMapBias = -2 - m_whiteCapStr = 0.100000001 - shoreFoam = 1 - m_farWhiteCapStr = -0.200000003 - AMP = 1 - m_ansio = 2 - m_windSpeed = 10 - m_omega = 0.839999974 - m_varianceSize = 4 - m_oceanUpwellingColor = 0.000976999989,0.00390599994,0.0117189996 - m_UnderwaterColor = 0.000976999989,0.75,0.800781012 - m_resolution = 4 - MAX_VERTS = 65000 - oceanScale = 1 - oceanAlpha = 0.949999988 - alphaRadius = 1400 - transparencyDepth = 10 - darknessDepth = 100 - refractionIndex = 1.33000004 - } + Ocean + { + name = Earth + m_foamAnsio = 10 + m_foamMipMapBias = -2 + m_whiteCapStr = 0.100000001 + shoreFoam = 1 + m_farWhiteCapStr = -0.200000003 + AMP = 1 + m_ansio = 2 + m_windSpeed = 10 + m_omega = 0.839999974 + m_varianceSize = 4 + m_oceanUpwellingColor = 0.000976999989,0.00390599994,0.0117189996 + m_UnderwaterColor = 0.000976999989,0.75,0.800781012 + m_resolution = 4 + MAX_VERTS = 65000 + oceanScale = 1 + oceanAlpha = 0.949999988 + alphaRadius = 1400 + transparencyDepth = 10 + darknessDepth = 100 + refractionIndex = 1.33000004 + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Jupiter/Jupiter_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Jupiter/Jupiter_Atmosphere.cfg index 5d36433..4beeaf6 100644 --- a/RSSVE/Configs/Scatterer_Configs/Jupiter/Jupiter_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Jupiter/Jupiter_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Jupiter - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 3 - cloudScatteringMultiplier = 0.0199999996 - cloudSkyIrradianceMultiplier = 0.0500000007 - volumetricsColorMultiplier = 1 - Rg = 69373000 - Rt = 70365000 - RL = 70366496 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = True - HR = 8 - HM = 1.33300006 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0605470017,0.0585939996,0.0566410013 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Jupiter - configPoints - { - Item - { - altitude = 1333 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.149828002 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0750430003 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0129110003 - } - Item - { - altitude = 8000 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.148969993 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0752570033 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0124690002 - } - Item - { - altitude = 1550000 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0500000007 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Jupiter + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 3 + cloudScatteringMultiplier = 0.0199999996 + cloudSkyIrradianceMultiplier = 0.0500000007 + volumetricsColorMultiplier = 1 + Rg = 69373000 + Rt = 70365000 + RL = 70366496 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = True + HR = 8 + HM = 1.33300006 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0605470017,0.0585939996,0.0566410013 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Jupiter + configPoints + { + Item + { + altitude = 1333 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.149828002 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0750430003 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0129110003 + } + Item + { + altitude = 8000 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.148969993 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0752570033 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0124690002 + } + Item + { + altitude = 1550000 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0500000007 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Mars/Mars_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Mars/Mars_Atmosphere.cfg index 74a5b81..3e193ab 100644 --- a/RSSVE/Configs/Scatterer_Configs/Mars/Mars_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Mars/Mars_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Mars - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 1 - cloudScatteringMultiplier = 0.0199999996 - cloudSkyIrradianceMultiplier = 0.0500000007 - volumetricsColorMultiplier = 1 - Rg = 3375800 - Rt = 3455800 - RL = 3457300 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 8 - HM = 1.33299994 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.00860000029,0.0066399998,0.00468999986 - m_mieG = 0.779999971 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Mars - configPoints - { - Item - { - altitude = 1333 - skyExposure = 0.0989390016 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0505300015 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0.0119150002 - } - Item - { - altitude = 8000 - skyExposure = 0.0938050002 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0530980006 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0.00719599985 - } - Item - { - altitude = 125000 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.075000003 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Mars + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 1 + cloudScatteringMultiplier = 0.0199999996 + cloudSkyIrradianceMultiplier = 0.0500000007 + volumetricsColorMultiplier = 1 + Rg = 3375800 + Rt = 3455800 + RL = 3457300 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 8 + HM = 1.33299994 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.00860000029,0.0066399998,0.00468999986 + m_mieG = 0.779999971 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Mars + configPoints + { + Item + { + altitude = 1333 + skyExposure = 0.0989390016 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0505300015 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0.0119150002 + } + Item + { + altitude = 8000 + skyExposure = 0.0938050002 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0530980006 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0.00719599985 + } + Item + { + altitude = 125000 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.075000003 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Neptune/Neptune_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Neptune/Neptune_Atmosphere.cfg index a6b3a0d..d140fde 100644 --- a/RSSVE/Configs/Scatterer_Configs/Neptune/Neptune_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Neptune/Neptune_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Neptune - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 3 - cloudScatteringMultiplier = 0.0199999996 - cloudSkyIrradianceMultiplier = 0.0500000007 - volumetricsColorMultiplier = 1 - Rg = 24085000 - Rt = 24885000 - RL = 24886500 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 4 - HM = 0.666000009 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0273439996,0.0429689996,0.0976559967 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 5 - assetPath = RSSVE/Textures/ScatterTextures/Neptune - configPoints - { - Item - { - altitude = 666 - skyExposure = 0.0499729998 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0125000002 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0750269964 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0129450001 - } - Item - { - altitude = 4000 - skyExposure = 0.0498399995 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0125000002 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0751599967 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0126689998 - } - Item - { - altitude = 1250000 - skyExposure = 0.0250000004 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0125000002 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Neptune + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 3 + cloudScatteringMultiplier = 0.0199999996 + cloudSkyIrradianceMultiplier = 0.0500000007 + volumetricsColorMultiplier = 1 + Rg = 24085000 + Rt = 24885000 + RL = 24886500 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 4 + HM = 0.666000009 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0273439996,0.0429689996,0.0976559967 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 5 + assetPath = RSSVE/Textures/ScatterTextures/Neptune + configPoints + { + Item + { + altitude = 666 + skyExposure = 0.0499729998 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0125000002 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0750269964 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0129450001 + } + Item + { + altitude = 4000 + skyExposure = 0.0498399995 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0125000002 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0751599967 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0126689998 + } + Item + { + altitude = 1250000 + skyExposure = 0.0250000004 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0125000002 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Pluto/Pluto_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Pluto/Pluto_Atmosphere.cfg index eb347ec..c9c494d 100644 --- a/RSSVE/Configs/Scatterer_Configs/Pluto/Pluto_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Pluto/Pluto_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Pluto - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 1 - cloudScatteringMultiplier = 1 - cloudSkyIrradianceMultiplier = 1 - volumetricsColorMultiplier = 1 - Rg = 1187000 - Rt = 1257400 - RL = 1258900 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 4 - HM = 0.666000009 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.00976600032,0.0117189996,0.0195310004 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Pluto - configPoints - { - Item - { - altitude = 666 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00248500006 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0753019974 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0.0123779997 - } - Item - { - altitude = 4000 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00241099996 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0767849982 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0.00949299987 - } - Item - { - altitude = 110000 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00124999997 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Pluto + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 1 + cloudScatteringMultiplier = 1 + cloudSkyIrradianceMultiplier = 1 + volumetricsColorMultiplier = 1 + Rg = 1187000 + Rt = 1257400 + RL = 1258900 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 4 + HM = 0.666000009 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.00976600032,0.0117189996,0.0195310004 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Pluto + configPoints + { + Item + { + altitude = 666 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00248500006 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0753019974 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0.0123779997 + } + Item + { + altitude = 4000 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00241099996 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0767849982 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0.00949299987 + } + Item + { + altitude = 110000 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00124999997 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Saturn/Saturn_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Saturn/Saturn_Atmosphere.cfg index 834e44d..448be86 100644 --- a/RSSVE/Configs/Scatterer_Configs/Saturn/Saturn_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Saturn/Saturn_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Saturn - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 2 - cloudScatteringMultiplier = 0.0199999996 - cloudSkyIrradianceMultiplier = 0.0500000007 - volumetricsColorMultiplier = 1 - Rg = 57216000 - Rt = 58496000 - RL = 58497500 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = True - HR = 8 - HM = 1.33299994 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0976559967,0.0976559967,0.00976600032 - m_mieG = 0.76000005 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Saturn - configPoints - { - Item - { - altitude = 1333 - skyExposure = 0.0499669984 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0750330016 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0129310004 - } - Item - { - altitude = 8000 - skyExposure = 0.0498000011 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0751999989 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0125869997 - } - Item - { - altitude = 2000000 - skyExposure = 0.0250000004 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Saturn + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 2 + cloudScatteringMultiplier = 0.0199999996 + cloudSkyIrradianceMultiplier = 0.0500000007 + volumetricsColorMultiplier = 1 + Rg = 57216000 + Rt = 58496000 + RL = 58497500 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = True + HR = 8 + HM = 1.33299994 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0976559967,0.0976559967,0.00976600032 + m_mieG = 0.76000005 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Saturn + configPoints + { + Item + { + altitude = 1333 + skyExposure = 0.0499669984 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0750330016 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0129310004 + } + Item + { + altitude = 8000 + skyExposure = 0.0498000011 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0751999989 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0125869997 + } + Item + { + altitude = 2000000 + skyExposure = 0.0250000004 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Atmosphere.cfg index 16eb6ce..f4c1943 100644 --- a/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Titan - experimentalAtmoScale = 1.2 - cloudColorMultiplier = 1 - cloudScatteringMultiplier = 0.0500000007 - cloudSkyIrradianceMultiplier = 0.0125000002 - volumetricsColorMultiplier = 1 - Rg = 2573300 - Rt = 2765300 - RL = 2766800 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 5 - HM = 0.833000004 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0625,0.0449220017,0.0253909994 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Titan - configPoints - { - Item - { - altitude = 833 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0799999982 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.5 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0128560001 - } - Item - { - altitude = 5000 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0799999982 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.5 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0121499998 - } - Item - { - altitude = 600000 - skyExposure = 0.0500000007 - skyAlpha = 1 - skyExtinctionTint = 1 - scatteringExposure = 0.0799999982 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.5 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Titan + experimentalAtmoScale = 1.2 + cloudColorMultiplier = 1 + cloudScatteringMultiplier = 0.0500000007 + cloudSkyIrradianceMultiplier = 0.0125000002 + volumetricsColorMultiplier = 1 + Rg = 2573300 + Rt = 2765300 + RL = 2766800 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 5 + HM = 0.833000004 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0625,0.0449220017,0.0253909994 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Titan + configPoints + { + Item + { + altitude = 833 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0799999982 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.5 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0128560001 + } + Item + { + altitude = 5000 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0799999982 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.5 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0121499998 + } + Item + { + altitude = 600000 + skyExposure = 0.0500000007 + skyAlpha = 1 + skyExtinctionTint = 1 + scatteringExposure = 0.0799999982 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.5 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Ocean.cfg b/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Ocean.cfg index 916139b..a0e905e 100644 --- a/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Ocean.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Titan/Titan_Ocean.cfg @@ -1,27 +1,27 @@ Scatterer_ocean { - Ocean - { - name = Titan - m_foamAnsio = 10 - m_foamMipMapBias = -2 - m_whiteCapStr = 0.100000001 - shoreFoam = 1 - m_farWhiteCapStr = -0.200000003 - AMP = 1 - m_ansio = 2 - m_windSpeed = 2.5 - m_omega = 0.839999974 - m_varianceSize = 4 - m_oceanUpwellingColor = 0.00273000007,0.00430000015,0.00977000035 - m_UnderwaterColor = 0.0546899997,0.0859400034,0.195309997 - m_resolution = 4 - MAX_VERTS = 65000 - oceanScale = 1 - oceanAlpha = 0.949999988 - alphaRadius = 1400 - transparencyDepth = 5 - darknessDepth = 50 - refractionIndex = 1.5 - } + Ocean + { + name = Titan + m_foamAnsio = 10 + m_foamMipMapBias = -2 + m_whiteCapStr = 0.100000001 + shoreFoam = 1 + m_farWhiteCapStr = -0.200000003 + AMP = 1 + m_ansio = 2 + m_windSpeed = 2.5 + m_omega = 0.839999974 + m_varianceSize = 4 + m_oceanUpwellingColor = 0.00273000007,0.00430000015,0.00977000035 + m_UnderwaterColor = 0.0546899997,0.0859400034,0.195309997 + m_resolution = 4 + MAX_VERTS = 65000 + oceanScale = 1 + oceanAlpha = 0.949999988 + alphaRadius = 1400 + transparencyDepth = 5 + darknessDepth = 50 + refractionIndex = 1.5 + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Triton/Triton_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Triton/Triton_Atmosphere.cfg index ceb7674..c176221 100644 --- a/RSSVE/Configs/Scatterer_Configs/Triton/Triton_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Triton/Triton_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Triton - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 1 - cloudScatteringMultiplier = 1 - cloudSkyIrradianceMultiplier = 1 - volumetricsColorMultiplier = 1 - Rg = 1353400 - Rt = 1423800 - RL = 1425300 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 4 - HM = 0.666000009 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0117189996,0.015625,0.0253909994 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Triton - configPoints - { - Item - { - altitude = 666 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00248500006 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0753019974 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0.0123779997 - } - Item - { - altitude = 4000 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00241099996 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0767849982 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0.00949299987 - } - Item - { - altitude = 110000 - skyExposure = 0.0125000002 - skyAlpha = 1 - skyExtinctionTint = 0 - scatteringExposure = 0.00124999997 - extinctionThickness = 0 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Triton + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 1 + cloudScatteringMultiplier = 1 + cloudSkyIrradianceMultiplier = 1 + volumetricsColorMultiplier = 1 + Rg = 1353400 + Rt = 1423800 + RL = 1425300 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 4 + HM = 0.666000009 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0117189996,0.015625,0.0253909994 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Triton + configPoints + { + Item + { + altitude = 666 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00248500006 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0753019974 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0.0123779997 + } + Item + { + altitude = 4000 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00241099996 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0767849982 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0.00949299987 + } + Item + { + altitude = 110000 + skyExposure = 0.0125000002 + skyAlpha = 1 + skyExtinctionTint = 0 + scatteringExposure = 0.00124999997 + extinctionThickness = 0 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Uranus/Uranus_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Uranus/Uranus_Atmosphere.cfg index e0d8b0a..d5e4fd9 100644 --- a/RSSVE/Configs/Scatterer_Configs/Uranus/Uranus_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Uranus/Uranus_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Uranus - experimentalAtmoScale = 1.04999995 - cloudColorMultiplier = 2 - cloudScatteringMultiplier = 0.0199999996 - cloudSkyIrradianceMultiplier = 0.0500000007 - volumetricsColorMultiplier = 1 - Rg = 24702000 - Rt = 25598000 - RL = 25599500 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 4 - HM = 0.666000009 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0585999973,0.0741999969,0.0781000033 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 8.5 - specG = 8.5 - specB = 8.5 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Uranus - configPoints - { - Item - { - altitude = 666 - skyExposure = 0.0499759987 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.0750240013 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0129509997 - } - Item - { - altitude = 4000 - skyExposure = 0.0498570018 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.075143002 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0.0127050001 - } - Item - { - altitude = 1400000 - skyExposure = 0.0250000004 - skyAlpha = 0.800000012 - skyExtinctionTint = 1 - scatteringExposure = 0.0250000004 - extinctionThickness = 1 - postProcessAlpha = 0.949999988 - postProcessDepth = 0.100000001 - extinctionTint = 0.5 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Uranus + experimentalAtmoScale = 1.04999995 + cloudColorMultiplier = 2 + cloudScatteringMultiplier = 0.0199999996 + cloudSkyIrradianceMultiplier = 0.0500000007 + volumetricsColorMultiplier = 1 + Rg = 24702000 + Rt = 25598000 + RL = 25599500 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 4 + HM = 0.666000009 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0585999973,0.0741999969,0.0781000033 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 8.5 + specG = 8.5 + specB = 8.5 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Uranus + configPoints + { + Item + { + altitude = 666 + skyExposure = 0.0499759987 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.0750240013 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0129509997 + } + Item + { + altitude = 4000 + skyExposure = 0.0498570018 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.075143002 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0.0127050001 + } + Item + { + altitude = 1400000 + skyExposure = 0.0250000004 + skyAlpha = 0.800000012 + skyExtinctionTint = 1 + scatteringExposure = 0.0250000004 + extinctionThickness = 1 + postProcessAlpha = 0.949999988 + postProcessDepth = 0.100000001 + extinctionTint = 0.5 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } } diff --git a/RSSVE/Configs/Scatterer_Configs/Venus/Venus_Atmosphere.cfg b/RSSVE/Configs/Scatterer_Configs/Venus/Venus_Atmosphere.cfg index b225dca..21aee5b 100644 --- a/RSSVE/Configs/Scatterer_Configs/Venus/Venus_Atmosphere.cfg +++ b/RSSVE/Configs/Scatterer_Configs/Venus/Venus_Atmosphere.cfg @@ -1,74 +1,74 @@ Scatterer_atmosphere { - Atmo - { - name = Venus - experimentalAtmoScale = 1.20000005 - cloudColorMultiplier = 2 - cloudScatteringMultiplier = 0.125 - cloudSkyIrradianceMultiplier = 0.0250000004 - volumetricsColorMultiplier = 1 - Rg = 6049000 - Rt = 6141800 - RL = 6143300 - atmosphereGlobalScale = 1 - EVEIntegration_preserveCloudColors = False - HR = 7 - HM = 1.16600001 - BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 - m_betaR = 0.0664099976,0.050780002,0.0234399997 - m_mieG = 0.75999999 - rimBlend = 20 - rimpower = 600 - specR = 85 - specG = 85 - specB = 85 - shininess = 10 - assetPath = RSSVE/Textures/ScatterTextures/Venus - configPoints - { - Item - { - altitude = 1166 - skyExposure = 0.495195001 - skyAlpha = 0.800000012 - skyExtinctionTint = 0.5 - scatteringExposure = 0.200000003 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.00803699996 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0.121771 - } - Item - { - altitude = 7000 - skyExposure = 0.471733987 - skyAlpha = 0.800000012 - skyExtinctionTint = 0.5 - scatteringExposure = 0.200000003 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.00818799995 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0.0846410021 - } - Item - { - altitude = 145000 - skyExposure = 0.200000003 - skyAlpha = 0.800000012 - skyExtinctionTint = 0.5 - scatteringExposure = 0.200000003 - extinctionThickness = 1 - postProcessAlpha = 0.850000024 - postProcessDepth = 0.00999999978 - extinctionTint = 0.25 - openglThreshold = 10 - viewdirOffset = 0 - } - } - } + Atmo + { + name = Venus + experimentalAtmoScale = 1.20000005 + cloudColorMultiplier = 2 + cloudScatteringMultiplier = 0.125 + cloudSkyIrradianceMultiplier = 0.0250000004 + volumetricsColorMultiplier = 1 + Rg = 6049000 + Rt = 6141800 + RL = 6143300 + atmosphereGlobalScale = 1 + EVEIntegration_preserveCloudColors = False + HR = 7 + HM = 1.16600001 + BETA_MSca = 0.00400000019,0.00400000019,0.00400000019 + m_betaR = 0.0664099976,0.050780002,0.0234399997 + m_mieG = 0.75999999 + rimBlend = 20 + rimpower = 600 + specR = 85 + specG = 85 + specB = 85 + shininess = 10 + assetPath = RSSVE/Textures/ScatterTextures/Venus + configPoints + { + Item + { + altitude = 1166 + skyExposure = 0.495195001 + skyAlpha = 0.800000012 + skyExtinctionTint = 0.5 + scatteringExposure = 0.200000003 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.00803699996 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0.121771 + } + Item + { + altitude = 7000 + skyExposure = 0.471733987 + skyAlpha = 0.800000012 + skyExtinctionTint = 0.5 + scatteringExposure = 0.200000003 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.00818799995 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0.0846410021 + } + Item + { + altitude = 145000 + skyExposure = 0.200000003 + skyAlpha = 0.800000012 + skyExtinctionTint = 0.5 + scatteringExposure = 0.200000003 + extinctionThickness = 1 + postProcessAlpha = 0.850000024 + postProcessDepth = 0.00999999978 + extinctionTint = 0.25 + openglThreshold = 10 + viewdirOffset = 0 + } + } + } }