Jump to content

Mittence

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Mittence

  1. Hello KSP Forum! After installing the latest release of KSPIE, I saw that many parts were missing. I couldn't see any proper antimatter fuel tanks or anything close to that matter. AS a result, became impossible for me to make any warp ships with sufficient power. I have no idea what is happening, and I have re-installed the mod a few times. This issue of missing parts also resonates with a Jump Beacon mod located here. If anybody can fill me in the details of what is going on, that would be greatly appreciated!
  2. I really love this mod! This really is a great work of yours, The White Guardian! imo, all of the objects in the modpack are really creative, and have interesting features behind them. I personally love Vahn, its pretty fun landing on a tiny object right next to a planet! Great work, and I hope you continue more great things like this!
  3. Hello KSP Forum! During the last week, I have been scouring the internet and looking for instructions to create my own personal KSP planetary system. So far, almost nothing has worked. Even copying over a planet from a mod, and customizing the surface textures just a little (changing the color, that's it) makes the planet just pitch white. or just plain non-existent. I have no idea what is happening, or what is wrong with my script. So, I think I really need a step-by-step response on how to deal with this. Any help or response is highly appreciated! In this scenario, I tried to edit one of The White Guardians objects, Vahn. All I did was edit the surface texture with GIMP to see how it would fair in the game. But, as you see, there is absolutely nothing here. The script is pretty much the same as the original, other than the different directories. I have no idea what is wrong. @Kopernicus:FOR[MySystem] { //PRETTY MUCH ALL OF THIS CODE COMES FROM THE WHITE GUARDIAN'S EVOLUTION PLANET MOD. I AM IN NO WAY DISTRIBUTING HIS SCRIPTS TO OTHER PEOPLE. THIS ENTIRE SCRIPT IS ESSENTIALLY A LIFE-BOAT FOR ME TO BASE MY FUTURE PLANETS OFF OF. ALL CREDITS FOR HIS CODE AND WRITING IN HERE GO DIRECTLY TO HIM. Body { name = Loe cacheFile = MySystem/Cache/31_Loe.bin randomMainMenuBody = true flightGlobalsIndex = 3021 Debug { exportMesh = true update = true } Template { name = Gilly removeAllPQSMods = true } Properties { description = Loe Desc radius = 50000 geeASL = 0.2 tidallyLocked = true timewarpAltitudeLimits = 0 5000 5000 10000 25000 50000 75000 100000 ScienceValues { landedDataValue = 4 inSpaceLowDataValue = 3.5 inSpaceHighDataValue = 3.2 recoveryValue = 1.5 spaceAltitudeThreshold = 200000 } biomeMap = MySystem/PluginData/31_b.dds Biomes { Biome { name = 1 value = 1.2 color = 1,1,0,1 } Biome { name = 2 value = 1 color = 0.2,0.4,0.2,1 } Biome { name = 3 value = 1 color = 0,1,0,1 } Biome { name = 4 value = 1 color = 0,0,1,1 } Biome { name = 5 value = 1 color = 0,1,1,1 } } } ScaledVersion { Material { texture = MySystem/PluginData/31_c.dds normals = MySystem/PluginData/31_n.dds } } Orbit { referenceBody = Kerbin semiMajorAxis = 1480684.43822977 inclination = 4.38035510480404 longitudeOfAscendingNode = 215.374474525452 argumentOfPeriapsis = 139.502956867218 eccentricity = 0 meanAnomalyAtEpoch = 0.15 color = 0.2,0.5,0.3,1 } PQS { minLevel = 2 maxLevel = 10 Material { saturation = 1 contrast = 1 deepTex = MySystem/Textures/Rock3_Tex deepMultiTex = MySystem/Textures/Rock3_Tex mainTex = MySystem/Textures/Rock1_Tex mainMultiTex = MySystem/Textures/Rock1_Tex highTex = MySystem/Textures/Gravel2_Tex highMultiTex = MySystem/Textures/Gravel2_Tex snowTex = MySystem/Textures/Sand1_Tex snowMultiTex = MySystem/Textures/Sand1_Tex steepTex = MySystem/Textures/Cliff_Tex } Mods { VertexHeightMap { map = MySystem/PluginData/31_h.dds scaleDeformityByRadius = false deformity = 8500 offset = 1500 enabled = true order = 50 } VertexVoronoi { deformation = 100 frequency = 30 seed = 1 enableDistance = true displacement = 0 enabled = true order = 60 } VertexSimplexHeight { deformity = 500 frequency = 2 persistence = 0.2 octaves = 5 seed = 100 enabled = true order = 80 } HeightColorMap { blend = 1 LandClasses { Class { name = Core altitudeStart = -1 altitudeEnd = 0.15 color = 0.2,0.4,0.2,1 lerpToNext = true } Class { name = Core2 altitudeStart = 0.15 altitudeEnd = 0.16 color = 0.3,0.38,0.35,1 lerpToNext = true } Class { name = Rock altitudeStart = 0.16 altitudeEnd = 0.4 color = 0.4,0.4,0.4,1 lerpToNext = true } Class { name = DustLerp altitudeStart = 0.4 altitudeEnd = 0.45 color = 0.15,0.15,0.15,1 lerpToNext = true } Class { name = Dust altitudeStart = 0.45 altitudeEnd = 0.75 color = 0.15,0.17,0.16,1 lerpToNext = true } Class { name = Frost altitudeStart = 0.75 altitudeEnd = 0.8 color = 0.7,0.75,0.8,1 lerpToNext = true } Class { name = Ice altitudeStart = 0.8 altitudeEnd = 2 color = 0.8,0.85,0.82,1 lerpToNext = false } } enabled = true order = 200 } AltitudeAlpha { atmosphereDepth = 11500 invert = false order = 999999999 enabled = true } AerialPerspectiveMaterial { atmosphereDepth = 150000 DEBUG_SetEveryFrame = True globalDensity = -1E-05 heightFalloff = 6.75 oceanDepth = 0 order = 100 enabled = true } LandControl { altitudeBlend = 0 altitudeFrequency = 1 altitudeOctaves = 1 altitudePersistance = 1 altitudeSeed = 1 createColors = False createScatter = True latitudeBlend = 0 latitudeFrequency = 1 latitudeOctaves = 1 latitudePersistance = 1 latitudeSeed = 1 longitudeBlend = 0 longitudeFrequency = 1 longitudeOctaves = 1 longitudePersistance = 1 longitudeSeed = 1 useHeightMap = False vHeightMax = 10000 order = 999999 enabled = true altitudeSimplex { frequency = 1 octaves = 1 persistence = 1 } latitudeSimplex { frequency = 1 octaves = 1 persistence = 1 } longitudeSimplex { frequency = 1 octaves = 1 persistence = 1 } landClasses { Class { alterApparentHeight = 0 alterRealHeight = 0 color = 0,0,0,0 coverageBlend = 0 coverageFrequency = 1 coverageOctaves = 1 coveragePersistance = 1 coverageSeed = 1 name = Base latDelta = 1 latitudeDouble = False lonDelta = 1 minimumRealHeight = 0 noiseBlend = 0 noiseColor = 0,0,0,0 noiseFrequency = 1 noiseOctaves = 1 noisePersistance = 1 noiseSeed = 1 delete = False altitudeRange { endEnd = 1 endStart = 1 startEnd = 0.15 startStart = 0.1 } coverageSimplex { frequency = 1 octaves = 1 persistence = 1 } latitudeDoubleRange { endEnd = 1 endStart = 1 startEnd = 0 startStart = 0 } latitudeRange { endEnd = 1 endStart = 1 startEnd = 0 startStart = 0 } longitudeRange { endEnd = 2 endStart = 2 startEnd = -1 startStart = -1 } noiseSimplex { frequency = 1 octaves = 1 persistence = 1 } scatters { Scatter { density = 0.25 scatterName = Big } Scatter { density = 0.55 scatterName = Small } } } } scatters { Scatter { materialType = DiffuseDetail mesh = BUILTIN/boulder castShadows = True densityFactor = 1 maxCache = 512 maxCacheDelta = 32 maxLevelOffset = 0 maxScale = 7.5 maxScatter = 20 maxSpeed = 1000 minScale = 0.15 recieveShadows = True name = Big seed = 231123 verticalOffset = 0 delete = False collide = True science = False Material { color = 0.6,0.6,0.6,1 mainTex = MySystem/Textures/Rock3_Tex mainTexScale = 1,1 mainTexOffset = 0,0 detail = MySystem/Textures/Rock1_Tex detailScale = 25,25 detailOffset = 0,0 } Experiment { } } Scatter { materialType = Diffuse mesh = MySystem/Models/Pebble.obj castShadows = False densityFactor = 1 maxCache = 512 maxCacheDelta = 32 maxLevelOffset = 0 maxScale = 0.09 maxScatter = 50 maxSpeed = 1000 minScale = 0.01 recieveShadows = True name = Small seed = 231123 verticalOffset = 0 delete = False collide = False science = False Material { color = 0.6,0.6,0.6,1 mainTex = MySystem/Textures/Rock3_Tex mainTexScale = 1,1 mainTexOffset = 0,0 } Experiment { } } } } } } }
  4. Hello KSP Forum. Recently, I followed instructions on how to create a planet. When I finished up my script and went in-game, I was met with nothing but a few red rings where the world was meant to be. There is an image below, and my script. @Kopernicus:AFTER[KOPERNICUS] { Body { name = Stratastrophe cacheFile = StratastropheSystem/CacheFiles/Stratastrophe.bin flightGlobalsIndex = 10 Properties { description = Stratastrophe Description radius = 950000 geeASL = 1.67 rotationPeriod = 27500 rotates = true tidallyLocked = false initialRotation = 0 isHomeWorld = false timewarpAltitudeLimits = 0 30000 30000 60000 300000 300000 400000 700000 ScienceValues { landedDataValue = 2 splashedDataValue = 1 flyingLowDataValue = 11 flyingHighDataValue = 8 inSpaceLowDataValue = 7 inSpaceHighDataValue = 6 recoveryValue = 7 flyingAltitudeThreshold = 65000 spaceAltitudeThreshold = 140000 } } Orbit //Orbit properties { referenceBody = Sun color = 0.35,0,0,1 inclination = 0.5 eccentricity = 0.02 semiMajorAxis = 27000000000 longitudeOfAscendingNode = 0 argumentOfPeriapsis = 0 meanAnomalyAtEpoch = 0 epoch = 0 } ScaledVersion { type = Atmospheric fadeStart = 2000000 fadeEnd = 2100000 Material { texture = PluginData/stratastrophe_color.dds normals = PluginData/stratastrophe_normal.dds shininess = 0.1 specular = 0.6,0.0,0.0,1.0 rimPower = 3 rimBlend = 0.2 Gradient { 0.0 = 0.7,0.0,0.0,1 0.5 = 0.0,0.75,1.0,1 1.0 = 0.0196,0.0196,0.0196,1 } } } Atmosphere { ambientColor = 0.7, 0.00, 0.0, 1 lightColor = 0.2, 0.0, 0.0, 0.5 enabled = true oxygen = true altitude = 90000.0 pressureCurve { key = 0 121.59 -1.32825662337662E-02 -1.32825662337662E-02 key = 2850 70.45212 1.08101766233766E-02 -1.08101766233766E-02 key = 6700 38.35164 -6.61608311688312E-03 -6.61608311688312E-03 key = 12550 19.50828 -3.70578701298701E-03 -3.70578701298701E-03 key = 16400 9.81708 -1.89074805194805E-03 -1.89074805194805E-03 key = 20250 4.94952 -9.4665974025974E-04 -9.4665974025974E-04 key = 24100 2.5278 -4.7371948051948E-04 -4.7371948051948E-04 key = 27950 1.30188 -2.38877922077922E-04 -2.38877922077922E-04 key = 35000 0.68844 -1.20685714285714E-04 -1.20685714285714E-04 key = 37650 0.3726 -6.2212987012987E-05 -6.2212987012987E-05 key = 41500 0.2094 -3.29298701298701E-05 -3.29298701298701E-05 key = 47850 0.11904 -1.80935064935065E-05 -1.80935064935065E-05 key = 52200 0.07008 -1.02857142857143E-05 -1.02857142857143E-05 key = 57050 0.03984 -6.21818181818182E-06 -6.21818181818182E-06 key = 61900 0.0222 -3.63116883116883E-06 -3.63116883116883E-06 key = 66750 0.01188 -2.07272727272727E-06 -2.07272727272727E-06 key = 71600 0.00624 -1.13766233766234E-06 -1.13766233766234E-06 key = 76450 0.00312 -6.07792207792208E-07 -6.07792207792208E-07 key = 79300 0.00156 -3.42857142857143E-07 -3.42857142857143E-07 key = 86150 0.00048 -2.02597402597403E-07 -2.02597402597403E-07 key = 90000 0 -1.24675324675325E-07 -1.24675324675325E-07 } pressureCurveIsNormalized = false temparatureSeaLevel = 288.15 temparatureCurve { key = 0 288.15 -0.008333333766 -0.008333333766 key = 9240 212.4633208 -0.001180336104 -0.001176697662 key = 16170 212.4633208 0.001176697662 0.001176697662 key = 23870 266.5252345 0.0006431355844 0.0006431355844 key = 43120 266.5252345 -0.0008869198701 -0.0008869198701 key = 61600 183.9579481 -0.001180336104 -0.001180336104 key = 69300 183.9579481 0.0006152915584 0.0006152915584 key = 77000 226.2245352 0.0009020832468 0.0009020832468 key = 115500 0 -0.0005839079221 -0.0005839079221 } temparatureSunMultCurve { key = 0 1 0 0 key = 5923.076923 0.5 -0.00007792207792 -0.0001333050649 key = 6526.656231 0 0 0 key = 11883.45738 0 0 0 key = 28045.35461 0.2 0 0 key = 42527.78708 0.2 0 0 key = 54071.53228 0 0 0 key = 77000 0.4 0 0 } } PQS { Mods { VertexHeightMap { map = PluginData/stratastrophe_height.dds offset = -500 deformity = 3000.0 scaleDeformityByRadius = false order = 20 enabled = true } VertexHeightNoiseVertHeightCurve2 { deformity = 100 ridgedAddSeed = 123456 ridgedAddFrequency = 12 ridgedAddLacunarity = 2 ridgedAddOctaves = 4 ridgedSubSeed = 654321 ridgedSubFrequency = 12 ridgedSubLacunarity = 2 ridgedSubOctaves = 4 simplexCurve { key = 0 0 0.1466263 0.1466263 key = 0.7922793 0.2448772 0.6761706 1.497418 key = 1 1 6.106985 6.106985 } simplexHeightStart = 0 simplexHeightEnd = 6500 simplexSeed = 123456 simplexOctaves = 4 simplexPersistence = 0.6 simplexFrequency = 12 enabled = true order = 200 } HeightColorMap { blend = 1 order = 500 enabled = true LandClasses { Class { name = Bottom altitudeStart = 0 altitudeEnd = 0.7 color = 0.1,0.1,0.1,1.0 lerpToNext = true } Class { name = Base altitudeStart = 0.7 altitudeEnd = 0.75 color = 0.7,0.55,0.2,1.0 lerpToNext = true } Class { name = Low altitudeStart = 0.75 altitudeEnd = 0.85 color = 0.7,0.6,0.4,1.0 lerpToNext = true } Class { name = Grad altitudeStart = 0.85 altitudeEnd = 0.95 color = 1.0,0.9,0.7,1.0 lerpToNext = true } Class { name = High altitudeStart = 0.95 altitudeEnd = 2 color = 0.95,0.95,0.9,1.0 lerpToNext = false } } } } } } }
  5. Hello, KSP Forum. I was looking around on YouTube and around this site for an answer on how to make an atmospheric planet using Kopernicus. So far, my results have been quite choppy. leaving nothing but a few red rings on where the planet should be. I have no clue as to why this is happening, so I have provided my script below. Please filter it for any mistakes! Any help is appreciated! @Kopernicus:AFTER[KOPERNICUS] { Body { name = Stratastrophe cacheFile = StratastropheSystem/CacheFiles/Stratastrophe.bin flightGlobalsIndex = 10 Properties { description = Stratastrophe Description radius = 950000 geeASL = 1.67 rotationPeriod = 27500 rotates = true tidallyLocked = false initialRotation = 0 isHomeWorld = false timewarpAltitudeLimits = 0 30000 30000 60000 300000 300000 400000 700000 ScienceValues { landedDataValue = 2 splashedDataValue = 1 flyingLowDataValue = 11 flyingHighDataValue = 8 inSpaceLowDataValue = 7 inSpaceHighDataValue = 6 recoveryValue = 7 flyingAltitudeThreshold = 65000 spaceAltitudeThreshold = 140000 } } Orbit //Orbit properties { referenceBody = Sun color = 0.35,0,0,1 inclination = 0.5 eccentricity = 0.02 semiMajorAxis = 27000000000 longitudeOfAscendingNode = 0 argumentOfPeriapsis = 0 meanAnomalyAtEpoch = 0 epoch = 0 } ScaledVersion { type = Atmospheric fadeStart = 2000000 fadeEnd = 2100000 Material { texture = PluginData/stratastrophe_color.dds normals = PluginData/stratastrophe_normal.dds shininess = 0.1 specular = 0.6,0.0,0.0,1.0 rimPower = 3 rimBlend = 0.2 Gradient { 0.0 = 0.7,0.0,0.0,1 0.5 = 0.0,0.75,1.0,1 1.0 = 0.0196,0.0196,0.0196,1 } } } Atmosphere { ambientColor = 0.7, 0.00, 0.0, 1 lightColor = 0.2, 0.0, 0.0, 0.5 enabled = true oxygen = true altitude = 90000.0 pressureCurve { key = 0 121.59 -1.32825662337662E-02 -1.32825662337662E-02 key = 2850 70.45212 1.08101766233766E-02 -1.08101766233766E-02 key = 6700 38.35164 -6.61608311688312E-03 -6.61608311688312E-03 key = 12550 19.50828 -3.70578701298701E-03 -3.70578701298701E-03 key = 16400 9.81708 -1.89074805194805E-03 -1.89074805194805E-03 key = 20250 4.94952 -9.4665974025974E-04 -9.4665974025974E-04 key = 24100 2.5278 -4.7371948051948E-04 -4.7371948051948E-04 key = 27950 1.30188 -2.38877922077922E-04 -2.38877922077922E-04 key = 35000 0.68844 -1.20685714285714E-04 -1.20685714285714E-04 key = 37650 0.3726 -6.2212987012987E-05 -6.2212987012987E-05 key = 41500 0.2094 -3.29298701298701E-05 -3.29298701298701E-05 key = 47850 0.11904 -1.80935064935065E-05 -1.80935064935065E-05 key = 52200 0.07008 -1.02857142857143E-05 -1.02857142857143E-05 key = 57050 0.03984 -6.21818181818182E-06 -6.21818181818182E-06 key = 61900 0.0222 -3.63116883116883E-06 -3.63116883116883E-06 key = 66750 0.01188 -2.07272727272727E-06 -2.07272727272727E-06 key = 71600 0.00624 -1.13766233766234E-06 -1.13766233766234E-06 key = 76450 0.00312 -6.07792207792208E-07 -6.07792207792208E-07 key = 79300 0.00156 -3.42857142857143E-07 -3.42857142857143E-07 key = 86150 0.00048 -2.02597402597403E-07 -2.02597402597403E-07 key = 90000 0 -1.24675324675325E-07 -1.24675324675325E-07 } pressureCurveIsNormalized = false temparatureSeaLevel = 288.15 temparatureCurve { key = 0 288.15 -0.008333333766 -0.008333333766 key = 9240 212.4633208 -0.001180336104 -0.001176697662 key = 16170 212.4633208 0.001176697662 0.001176697662 key = 23870 266.5252345 0.0006431355844 0.0006431355844 key = 43120 266.5252345 -0.0008869198701 -0.0008869198701 key = 61600 183.9579481 -0.001180336104 -0.001180336104 key = 69300 183.9579481 0.0006152915584 0.0006152915584 key = 77000 226.2245352 0.0009020832468 0.0009020832468 key = 115500 0 -0.0005839079221 -0.0005839079221 } temparatureSunMultCurve { key = 0 1 0 0 key = 5923.076923 0.5 -0.00007792207792 -0.0001333050649 key = 6526.656231 0 0 0 key = 11883.45738 0 0 0 key = 28045.35461 0.2 0 0 key = 42527.78708 0.2 0 0 key = 54071.53228 0 0 0 key = 77000 0.4 0 0 } } PQS { Mods { VertexHeightMap { map = PluginData/stratastrophe_height.dds offset = -500 deformity = 3000.0 scaleDeformityByRadius = false order = 20 enabled = true } VertexHeightNoiseVertHeightCurve2 { deformity = 100 ridgedAddSeed = 123456 ridgedAddFrequency = 12 ridgedAddLacunarity = 2 ridgedAddOctaves = 4 ridgedSubSeed = 654321 ridgedSubFrequency = 12 ridgedSubLacunarity = 2 ridgedSubOctaves = 4 simplexCurve { key = 0 0 0.1466263 0.1466263 key = 0.7922793 0.2448772 0.6761706 1.497418 key = 1 1 6.106985 6.106985 } simplexHeightStart = 0 simplexHeightEnd = 6500 simplexSeed = 123456 simplexOctaves = 4 simplexPersistence = 0.6 simplexFrequency = 12 enabled = true order = 200 } HeightColorMap { blend = 1 order = 500 enabled = true LandClasses { Class { name = Bottom altitudeStart = 0 altitudeEnd = 0.7 color = 0.1,0.1,0.1,1.0 lerpToNext = true } Class { name = Base altitudeStart = 0.7 altitudeEnd = 0.75 color = 0.7,0.55,0.2,1.0 lerpToNext = true } Class { name = Low altitudeStart = 0.75 altitudeEnd = 0.85 color = 0.7,0.6,0.4,1.0 lerpToNext = true } Class { name = Grad altitudeStart = 0.85 altitudeEnd = 0.95 color = 1.0,0.9,0.7,1.0 lerpToNext = true } Class { name = High altitudeStart = 0.95 altitudeEnd = 2 color = 0.95,0.95,0.9,1.0 lerpToNext = false } } } } } } }
×
×
  • Create New...