Jump to content

Kopernicus weird textures


Recommended Posts

Hi, I've been trying to make a moon in KSP using Kopernicus. But everytime I Get near the planet, the textures glitch, I think it is an issue with my config file. Here is a screenshot of the issue and my cfg file.4Ynu9L5.jpg

@Kopernicus:AFTER[KOPERNICUS]
{
	Body
	{
		name = Crusade
		cacheFile = /ZeosPlanetPack/Cache/Crusader.bin
		
		Template
		{
			name = Ike
			removeAllPQSMods = true
			flightGlobalsIndex = 10
		}
		
		Properties //Physical properties
		{
			description = Test
			radius = 110000 
			geeASL = 0.6 //Surface gravity in G's
			rotationPeriod = 3000
			rotates = true //Important!
			tidallyLocked = false
			initialRotation = 0
			isHomeWorld = false //Very important!
			timewarpAltitudeLimits = 0 30000 30000 60000 70000 80000 90000 100000
			ScienceValues //Scientific expiriments value multiplier
			{
				landedDataValue = 3 //For expiriments taken on the surface
				splashedDataValue = 2 //For expiriments taken while splashed down
				flyingLowDataValue = 4 //For expiriments taken while flying in the lower atmosphere
				flyingHighDataValue = 3 //For expiriments taken while flying in the upper atmosphere
				inSpaceLowDataValue = 5 //For expiriments taken in space, close to your planet
				inSpaceHighDataValue = 2 //For expiriments taken in space, far away from your planet
				recoveryValue = 10 //Science multiplier for expiriment data taken from recovered vessels
				flyingAltitudeThreshold = 12000
				spaceAltitudeThreshold = 140000
			}	
		}
		
		Orbit //Orbit properties
		{
			referenceBody = Verge
			color = 0.5,1,1,1
			inclination = 0 //Orbit inclination relative to referenceBody's equator
			eccentricity = 0.02 //Orbit eccentricity, how elliptical is the orbit?
			semiMajorAxis = 90000000 //Average distance to reference body
			longitudeOfAscendingNode = 0 //Position of ascending node relative to the surface of the reference body
			argumentOfPeriapsis = 0
			meanAnomalyAtEpoch = 0
			epoch = 0 //Position of your planet when it is first loaded. Not nessecary to give a number unless your planet shares it's orbit, can be used to create laplace resonances
		}
		
		ScaledVersion //Update scaledspace
		{
			type = Vacuum
			fadeStart = 20000
			fadeEnd = 25000
			Material
			{
				texture = /ZeosPlanetPack/PluginData/Crusade_color.dds
				normals = /ZeosPlanetPack/PluginData/Crusade_normal.dds
				shininess = 0
				specular = 0.0,0.0,0.0,1.0
			}
			PQS
			{
				Mods
				{
					VertexHeightMap
					{
						map = /ZeosPlanetPack/PluginData/Crusade_height.dds
						offset = 60
						deformity = 8000.0
						scaleDeformityByRadius = false
						order = 20
						enabled = true
					}
					VertexColorMap
					{
						map = TheSereneSystem/PluginData/textures/Crusade_color.dds
						order = 20
						enabled = true
					}
				}
			}
				}
			}
		}

 

Link to comment
Share on other sites

On 5/18/2020 at 7:10 PM, Zeostar said:

Hi, I've been trying to make a moon in KSP using Kopernicus. But everytime I Get near the planet, the textures glitch, I think it is an issue with my config file. Here is a screenshot of the issue and my cfg file.4Ynu9L5.jpg


@Kopernicus:AFTER[KOPERNICUS]
{
	Body
	{
		name = Crusade
		cacheFile = /ZeosPlanetPack/Cache/Crusader.bin
		
		Template
		{
			name = Ike
			removeAllPQSMods = true
			flightGlobalsIndex = 10
		}
		
		Properties //Physical properties
		{
			description = Test
			radius = 110000 
			geeASL = 0.6 //Surface gravity in G's
			rotationPeriod = 3000
			rotates = true //Important!
			tidallyLocked = false
			initialRotation = 0
			isHomeWorld = false //Very important!
			timewarpAltitudeLimits = 0 30000 30000 60000 70000 80000 90000 100000
			ScienceValues //Scientific expiriments value multiplier
			{
				landedDataValue = 3 //For expiriments taken on the surface
				splashedDataValue = 2 //For expiriments taken while splashed down
				flyingLowDataValue = 4 //For expiriments taken while flying in the lower atmosphere
				flyingHighDataValue = 3 //For expiriments taken while flying in the upper atmosphere
				inSpaceLowDataValue = 5 //For expiriments taken in space, close to your planet
				inSpaceHighDataValue = 2 //For expiriments taken in space, far away from your planet
				recoveryValue = 10 //Science multiplier for expiriment data taken from recovered vessels
				flyingAltitudeThreshold = 12000
				spaceAltitudeThreshold = 140000
			}	
		}
		
		Orbit //Orbit properties
		{
			referenceBody = Verge
			color = 0.5,1,1,1
			inclination = 0 //Orbit inclination relative to referenceBody's equator
			eccentricity = 0.02 //Orbit eccentricity, how elliptical is the orbit?
			semiMajorAxis = 90000000 //Average distance to reference body
			longitudeOfAscendingNode = 0 //Position of ascending node relative to the surface of the reference body
			argumentOfPeriapsis = 0
			meanAnomalyAtEpoch = 0
			epoch = 0 //Position of your planet when it is first loaded. Not nessecary to give a number unless your planet shares it's orbit, can be used to create laplace resonances
		}
		
		ScaledVersion //Update scaledspace
		{
			type = Vacuum
			fadeStart = 20000
			fadeEnd = 25000
			Material
			{
				texture = /ZeosPlanetPack/PluginData/Crusade_color.dds
				normals = /ZeosPlanetPack/PluginData/Crusade_normal.dds
				shininess = 0
				specular = 0.0,0.0,0.0,1.0
			}
			PQS
			{
				Mods
				{
					VertexHeightMap
					{
						map = /ZeosPlanetPack/PluginData/Crusade_height.dds
						offset = 60
						deformity = 8000.0
						scaleDeformityByRadius = false
						order = 20
						enabled = true
					}
					VertexColorMap
					{
						map = TheSereneSystem/PluginData/textures/Crusade_color.dds
						order = 20
						enabled = true
					}
				}
			}
				}
			}
		}

 

Most likely the problem is that you are adding slashes of your textures and cache files, I'm pretty sure that will fix the problem.

EDIT: Heh, you know what's Ironic, I just ran into the same issue myself on one of my planets.

Edited by DunaManiac
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...