Jump to content

[EVE] Volumetric clouds not working for cube-mapped clouds?


Dankgum

Recommended Posts

Hello,

 

Basically, I'm making a visual pack for KSP. So far I've managed to add 2d clouds. But what sucks really is that the volumetric clouds don't work for me. I've managed to make them work for non-cube mapped clouds, but for my UHD clouds which are cubemapped, they are not working. A snippet of my CFG is below. Would appreciate anyone with Environmental Visual Enhancements experience.

Spoiler

 


OBJECT
	{
		name = MainClouds
		body = Kerbin
		Speed = 0,50,0
		altitude = 6000
		settings
		{
			_DetailScale = 40
			_DetailDist = 0.4
			_DistFadeVert = 0.009
			_Color = 255,255,255,200
			_DetailTex = KETO/Assets/Atmosphere/Detail/DetailAltostratus
			_UVNoiseTex = KETO/Assets/Atmosphere/Detail/DetailUVNoise
			_UVNoiseAnimation = 0.3,0.3
			_UVNoiseStrength = 0.0000001
			_UVNoiseScale = 0.007
			_DistFade = 0.00009
			_MainTex
			{
				value = Clouds
				type = CubeMap
			}
		}
		layer2D
		{
			macroCloudMaterial
			{
				_InvFade = 0.005
				_RimDistSub = 1.0
				_FalloffScale = 10
				_RimDist = 0.0001
				_FalloffPow = 0.5
			}
			shadowMaterial
			{
				_ShadowFactor = 0.6
			}
		}
		layerVolume
		{
			area = 12500,4
			rotationSpeed = 0.0005
			noiseScale = 32.0,32.0,32.0
			size = 2500,3
			maxTranslation = 125,125,125
			visibleRange = 6250
			followDetail = True
			particleMaterial
			{
				_Tex = KETO/Assets/Atmosphere/Detail/DetailCloudParticle
				_InvFade = 0.008
				_MinScatter = 1.0
				_Opacity = 1.0
			}
		}
	}

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...