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.
@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
}
}
}
}
}
}