OhioBob Posted June 1 Share Posted June 1 (edited) 12 hours ago, users14 said: When I splash down on the oceans of a planet I made, this weird graphical bug occurs: I see a couple issues. First, your fades aren't correct. ScaledVersion should be fully faded in before PQS starts to fade out. Assuming your PQS fadeStart/End are correct, then I suggest you use something like this: Spoiler ScaledVersion { fadeStart = 90000 fadeEnd = 110000 } PQS { fadeStart = 110000 fadeEnd = 220000 deactivateAltitude = 230000 } You can tweak those numbers, but you want ScaledVersion/fadeEnd to be equal to or less than PQS/fadeStart. The second issue is you are using PQS materialType = AtmosphericExtra. That is ancient and is never really used anymore. And I don't think the textures in CTTP are compatible with it. The new shader that is pretty much used universally now is AtmosphericTriplanarZoomRotation. You should make that switch. Also, the Material subnode is going to have to change a bit because the one you are using doesn't appear to be completely compatible with AtmosphericTriplanarZoomRotation. The following is an example of a Material subnode that you can use as a template - it is from stock Moho. You can probably replace the textures with the ones from CTTP that you selected. You can also tweak whatever other numbers need adjusting to suit your needs. Spoiler Material { factor = 7.73 factorBlendWidth = 0.1 factorRotation = 15 saturation = 1 contrast = 1 tintColor = 1,1,1,0 specularColor = 0.0754716992,0.0754716992,0.0754716992,0.200000003 albedoBrightness = 1 steepPower = 1 steepTexStart = 0 steepTexEnd = 200000 steepTex = BUILTIN/MohoSteep steepTexScale = 1,1 steepTexOffset = 0,0 steepBumpMap = BUILTIN/MohoSteep_nrm steepBumpMapScale = 1,1 steepBumpMapOffset = 0,0 steepNearTiling = 2000 steepTiling = 20 lowTex = BUILTIN/MohoLow lowTexScale = 1,1 lowTexOffset = 0,0 lowTiling = 100000 midTex = BUILTIN/MohoMid midTexScale = 1,1 midTexOffset = 0,0 midTiling = 100000 midBumpMap = BUILTIN/MohoMid_nrm midBumpMapScale = 1,1 midBumpMapOffset = 0,0 midBumpTiling = 100000 highTex = BUILTIN/MohoMid highTexScale = 1,1 highTexOffset = 0,0 highTiling = 100000 lowStart = 0 lowEnd = 0.3 highStart = 1 highEnd = 1 globalDensity = 1 fogColorRampScale = 1,1 fogColorRampOffset = 0,0 planetOpacity = 0 oceanFogDistance = 1000 } I really don't think the low and high textures even work. At least they have never worked for me. I always just used the midTex, which then gets applied to the entire planet. The mid is also the only one that uses a bump map, which I've never understood. If you can't get lowTex and highTex to work, then just omit them. There could be other issues with your config that I didn't see. I stopped looking when I got to AtmosphericExtra. Hopefully the rest of it is good. EDIT I just noticed something else - your planet has no template. It is recommended that you always use a template. A template just uses a stock planet as a starting place, then you change whatever needs changing rather than starting from scratch. This assures that there is nothing critical omitted from your config because you didn't know or forgot to include it. Your planet just inherits the missing item from the template. Since your planet includes an ocean, I suggest using Laythe as the template. Just add the following: Spoiler @Kopernicus { Body { Template { name = Laythe removeAllPQSMods = True } Edited June 1 by OhioBob Quote Link to comment Share on other sites More sharing options...
R-T-B Posted June 1 Author Share Posted June 1 New in this latest version release-204: 1.) Fixed the antispam logic in the messaging system for kerbals near lethal scatters. No more spam! 2.) Added eratta note about BetterDensity and lethalScatters/heatemitters. These don't work well toghether, and possibly more things with BD, as that facility is pretty broken. Really, avoid BetterDensity and use in game density facilities when possible. Consider it deprecated. See Known Bugs & Caveats for known bugs. Quote Link to comment Share on other sites More sharing options...
users14 Posted June 1 Share Posted June 1 (edited) 2 hours ago, OhioBob said: -snip- This really helped, but due to the "Laythe" template, my planet has an atmosphere, so I just decided to add a really thin one instead, and that should work well. Edit: I was able to completely get rid of the atmosphere by turning off "Enabled" in an atmosphere node. Edited June 1 by users14 Quote Link to comment Share on other sites More sharing options...
OhioBob Posted June 1 Share Posted June 1 2 hours ago, users14 said: Edit: I was able to completely get rid of the atmosphere by turning off "Enabled" in an atmosphere node. That works, or I think you can also add removeAtmosphere = True to the template. Quote Link to comment Share on other sites More sharing options...
users14 Posted June 2 Share Posted June 2 (edited) Another issue - When making gas giants, the gas giant seems to completely black out around the star. No matter what the config I did for the gas giant, it just won't work. Planet Config: Spoiler @Kopernicus { Body { name = Ignis Debug { exportMesh = false update = false } Template { name = Jool } Properties { displayName = Ignis description = Ignis radius = 8000000 geeASL = 1.5 rotates = true rotationPeriod = 41000 tidallyLocked = false initialRotation = 0 isHomeWorld = false timewarpAltitudeLimits = 0 40409 80819 91638 263275 626550 1253100 2306200 ScienceValues { landedDataValue = 30 splashedDataValue = 1 flyingLowDataValue = 14 flyingHighDataValue = 11 inSpaceLowDataValue = 9 inSpaceHighDataValue = 8 recoveryValue = 8 flyingAltitudeThreshold = 113000 spaceAltitudeThreshold = 1450000 } } Orbit { referenceBody = Deben color = 0.6, 0.1, 0.6, 1 inclination = -2.24367 eccentricity = 0 semiMajorAxis = 1.197E+11 longitudeOfAscendingNode = 0 argumentOfPeriapsis = 0 meanAnomalyAtEpoch = 0 epoch = 0 } Atmosphere { ambientColor = 1,0.725,0.5,1 lightColor = 1,0.725,0.5,1 enabled = true oxygen = false albedo = 0.51 altitude = 400000 staticPressureASL = 709.275 pressureCurve { key = 0 10066.25 0 -0.6723968 key = 20000 3019.875 -0.1346587 -0.1346587 key = 48000 1228.0436 -0.01449255 -0.01449255 key = 246900 44.26 -0.001562163 -0.001562163 key = 300000 4 -0.0001361465 -0.0001361465 key = 240000 0.2 -1.001277E-05 -1.001277E-05 key = 400000 0 0 0 } pressureCurveIsNormalized = false temperatureSeaLevel = 900 temperatureCurve { key = 0 950 0 -0.000915663 key = 20750 760 -0.000915663 -0.000915663 key = 104750 560 -0.0001295 -0.0001295 key = 167500 560 0.0001295 0.0001295 key = 237500 700 7.079E-05 7.079E-05 key = 400000 1290 0 0 } temperatureCurveIsNormalized = false temperatureLapseRate = 0.0024 temperatureSunMultCurve = true temperatureSunMultCurve { key = 0 0 0 key = 104750 0 0 0 key = 167500 0.5 9.106E-06 9.106E-06 key = 325000 1 0 0 } temperatureLatitudeSunBiasCurve { key = 0 0 0 0 key = 90 -6 0 0 } temperatureLatitudeSunMultCurve { key = 0 6 0 0 key = 90 0 0 0 } temperatureEccentricityBiasCurve { key = 0 0.75 0 -1.5 key = 1 -0.75 -1.5 0 } adiabaticIndex = 2 gasMassLapseRate = 4 atmosphereMolarMass = 0.001 } ScaledVersion { Material { Gradient { 0.0 = 0.72549,0.81961,0.83529,1 0.6 = 0.0549,0.0784,0.141,1 1.0 = 0.0196,0.0196,0.0196,1 } } OnDemand { texture = Deben/Textures/PluginData/IgnisClr.dds } } } } Star Config: Spoiler @Kopernicus { Body { name = Deben cacheFile = Deben/Cache/Deben.bin // Will generate automatically Template { name = Sun // Stock planet to base it off of. } Properties { displayName = Deben^N description = A B-type main sequence star. radius = 60168000000 // In meters. mass = 3.3374372e+29 // Mass for stars in kilograms. rotates = True rotationPeriod = 11232000 // In seconds. tidallyLocked = False // Additional properties can be added here. } Orbit { referenceBody = Sun color = 0,0,0,0 nodeColor = 1,1,1,1 inclination = 30 eccentricity = 0.001 semiMajorAxis = 2.718E14 longitudeOfAscendingNode = 135 argumentOfPeriapsis = 90 meanAnomalyAtEpoch = 0 // epoch = -180 // period = 2E+300 mode = OFF } ScaledVersion { type = Star // "Atmospheric" or "Vacuum", this one's "Star" Light // light { sunlightColor = 0.839,0.882,1,1 sunlightShadowStrength = 0 scaledSunlightColor = 0.839,0.882,1,1 IVASunColor = 0.839,0.882,1,1 ambientLightColor = 0.839,0.882,1,1 sunLensFlareColor = 0.839,0.882,1,1 givesOffLight = true sunAU = 13599840256 luminosity = 29200000 insolation = 1 //brightnessCurve can be added if needed IntensityCurve // Intensity curve in flight (light on the craft) { key = 1000000000 62.12567907 -0.00000003106283954 -0.00000003106283954 key = 2000000000 43.92948896 -0.00000001098237224 -0.000000003882854942 key = 4000000000 31.06283954 -0.000000003882854942 -0.000000003882854942 key = 5263138304 27.08000609 -0.000000002572610154 -0.000000002572610154 key = 9832684544 19.81230914 -0.000000001007472021 -0.000000001007472021 key = 13599840256 16.84628894 -0.000000000619356133 -0.000000000619356133 key = 20726155264 13.64620136 -0.0000000003292024301 -0.0000000003292024301 key = 40839348203 9.721465691 -0.0000000001190208233 -0.0000000001190208233 key = 68773560320 7.491355295 0 0 key = 90118820000 6.544303026 0 0 key = 100118820000 6.208880306 0 0 key = 200000000000 4.392948896 0 0 key = 300000000000 3.586827754 0 0 key = 600000000000 2.536270227 0 0 key = 1200000000000 1.793413877 0 0 key = 12000000000000 0.5671272638 0 0 key = 12000000000000 0.5671272638 0 0 key = 120000000000000 0.1793413877 0 0 key = 4.26073E+15 0.03009740953 0 0 key = 9.46073E+15 0.02019802074 0 0 } ScaledIntensityCurve // Intensity curve in scaled version (map view and far away planets) { key = 166666.6667 62.12567907 -0.0001863770372 -0.0001863770372 key = 333333.3333 43.92948896 -0.00006589423344 -0.00002329712965 key = 666666.6667 31.06283954 -0.00002329712965 -0.00002329712965 key = 877189.7173 27.08000609 -0.00001543566092 -0.00001543566092 key = 1638780.757 19.81230914 -0.000006044832125 -0.000006044832125 key = 2266640.043 16.84628894 -0.000003716136798 -0.000003716136798 key = 3454359.211 13.64620136 -0.00000197521458 -0.00000197521458 key = 6806558.034 9.721465691 -0.0000007141249397 -0.0000007141249397 key = 11462260.05 7.491355295 -0.0000003267835165 -0.0000003267835165 key = 15019803.33 6.544303026 -0.0000002178558161 -0.0000002178558161 key = 16686470 6.208880306 -0.0000001860453501 -0.0000001860453501 key = 33333333.33 4.392948896 -0.00000006589423344 -0.00000006589423344 key = 50000000 3.586827754 -0.00000003586827754 -0.00000003586827754 key = 100000000 2.536270227 -0.00000001268135114 -0.00000001268135114 key = 200000000 1.793413877 -0.000000004483534692 -0.000000004483534692 key = 2000000000 0.5671272638 -0.0000000001417818159 -0.0000000001417818159 key = 2000000000 0.5671272638 -0.0000000001417818159 -0.0000000001417818159 key = 20000000000 0.1793413877 0 0 key = 710121745430 0.03009740953 0 0 key = 1576788412097 0.02019802074 0 0 } IVAIntensityCurve // Intensity curve in the IVA (cockpit view) { key = 1000000000 62.12567907 -0.00000003106283954 -0.00000003106283954 key = 2000000000 43.92948896 -0.00000001098237224 -0.000000003882854942 key = 4000000000 31.06283954 -0.000000003882854942 -0.000000003882854942 key = 5263138304 27.08000609 -0.000000002572610154 -0.000000002572610154 key = 9832684544 19.81230914 -0.000000001007472021 -0.000000001007472021 key = 13599840256 16.84628894 -0.000000000619356133 -0.000000000619356133 key = 20726155264 13.64620136 -0.0000000003292024301 -0.0000000003292024301 key = 40839348203 9.721465691 -0.0000000001190208233 -0.0000000001190208233 key = 68773560320 7.491355295 0 0 key = 90118820000 6.544303026 0 0 key = 100118820000 6.208880306 0 0 key = 200000000000 4.392948896 0 0 key = 300000000000 3.586827754 0 0 key = 600000000000 2.536270227 0 0 key = 1200000000000 1.793413877 0 0 key = 12000000000000 0.5671272638 0 0 key = 12000000000000 0.5671272638 0 0 key = 120000000000000 0.1793413877 0 0 key = 4.26073E+15 0.03009740953 0 0 key = 9.46073E+15 0.02019802074 0 0 } } Material // The color and other visual properties { noiseMap = BUILTIN/sunnoisenew emitColor0 = 0.839,0.882,1,1 emitColor1 = 0.839,0.882,1,1 sunspotTex = BUILTIN/sunsurfacenew sunspotPower = 0.01 sunspotColor = 0.2875, 0.315, 0.0565, 1 rimColor = 0.839,0.882,1,1 rimPower = 10 rimBlend = 5 } Coronas { Value { scaleSpeed = 0.007 scaleLimitY = 5 scaleLimitX = 5 updateInterval = 5 speed = -1 rotation = 0 Material { texture = BUILTIN/suncoronanew mainTexScale = 1,1 mainTexOffset = 0,0 invFade = 2.553731 } } Value { scaleSpeed = 0.009 scaleLimitY = 5 scaleLimitX = 5 updateInterval = 5 speed = 1 rotation = 0 Material { texture = BUILTIN/suncoronanew mainTexScale = 1,1 mainTexOffset = 0,0 invFade = 2.553731 } } } } } } Edited June 2 by users14 Config formatting Quote Link to comment Share on other sites More sharing options...
OhioBob Posted June 2 Share Posted June 2 (edited) 9 hours ago, users14 said: Another issue - When making gas giants, the gas giant seems to completely black out around the star. No matter what the config I did for the gas giant, it just won't work. I'm not seeing anything obviously wrong in the configs. I'd like to test something, however. What happens if you try to place another Jool in Ignis' place? That is, let Ignis inherit all the settings from Jool except for name and location. If that works, then maybe we can start to narrow on what the problem might be. Try temporarily replacing your Ignis config with the following, and then report what happens: Spoiler @Kopernicus { Body { name = Ignis Template { name = Jool } Properties { displayName = Ignis } Orbit { referenceBody = Deben semiMajorAxis = 1.197E+11 } } } By the way, we really shouldn't be having this discussion here in the Kopernicus thread. These are issues with your mod that we are talking about and not issues with Kopernicus itself. You should either start your own mod thread, or report back to me in a private message. Edited June 2 by OhioBob Quote Link to comment Share on other sites More sharing options...
R-T-B Posted June 17 Author Share Posted June 17 New in this latest version release-205: 1.) Fixed Kittopia heightmap exporting to use the proper range, stopping some heightmaps from clipping and other oddities. 2.) Added/edited a lot of the Kittopia export descriptions in Orbit and Atmosphere nodes with the help of our resident scientific genius, @OhioBob See Known Bugs & Caveats for known bugs. Quote Link to comment Share on other sites More sharing options...
MixelFan95 Posted June 25 Share Posted June 25 Quick Question, When will 1.12.5 Be released? Quote Link to comment Share on other sites More sharing options...
OhioBob Posted June 25 Share Posted June 25 9 hours ago, MixelFan95 said: Quick Question, When will 1.12.5 Be released? The current version works with 1.12.1 through 1.12.5. Quote Link to comment Share on other sites More sharing options...
MixelFan95 Posted June 25 Share Posted June 25 1 hour ago, OhioBob said: The current version works with 1.12.1 through 1.12.5. Ok Cool, thanks man for telling me Man. Quote Link to comment Share on other sites More sharing options...
rheaunderstars Posted June 28 Share Posted June 28 I'm not sure if this is the best place to ask this, but is it possible to use Kopernicus to create a sun that can flicker? I'm considering making a system pack with a pulsar, and having the flickering starlight would be an awesome effect. Quote Link to comment Share on other sites More sharing options...
R-T-B Posted July 2 Author Share Posted July 2 On 6/25/2024 at 2:59 PM, OhioBob said: The current version works with 1.12.1 through 1.12.5. Despite the numbering, It actually works with 1.12.0 as well but that is... not really advisable lol. New release: New in this latest version release-206: 1.) Fixed the new Jool 1.10.x cloud shader sometimes not being stripped from modded bodies that share the name "Jool" 2.) Ring shader now supports up to 2 detail layers that fade in/out based on distance. 3.) Ring shader can now fade out on close camera proximity to avoid noticeable craft / near clip plane intersection. 4.) Fixed an issue where rings would jitter slightly on rotations. 5.) Thanks to @TheWhiteGuardian for these ringshader improvements. See Known Bugs & Caveats for known bugs. PS: I know I promised some users this release would expand support for lethalRadius parameter to PQSCities. Sadly, that has not happened yet as I've been very busy and that's my are of the code that no one else can really work on... maybe by the end of this month, with luck! Quote Link to comment Share on other sites More sharing options...
Iapetus7342 Posted July 3 Share Posted July 3 (edited) I have an issue with my planet, which is made to work with Quackpack and serves as a small part of my main mod. Here's the config and logs. Spoiler @Kopernicus:AFTER[KOPERNICUS] { Body { name = Sarkas Template { name = Moho removeAllPQSMods = true } Properties { description = Sarkas is a desolate desert world, with it's surface once being a garden of Eden much like Kerbin today, with it's oceans reduced to large puddles in salt flats by Kerbol's unforgiving heat and light. Unlike it's brother Blas which suffers a similar fate, Sarkas has a breathable atmosphere, and 2 moons for it's thin but pretty rings, said to house a terrible monster who slayed the Kraken and demolishes anything that crosses it's path. Despite this, Sarkas still feels a little lonely. Maybe you could give it a visit? displayName = Sarkas^N radius = 450205 albedo = 0.24 geeASL = 0.74 rotates = true rotationPeriod = 28047 tidallyLocked = false initialRotation = 3 isHomeWorld = false timewarpAltitudeLimits = 0 81000 81000 150000 500000 500000 750000 1005000 sphereOfInfluence = 4800000 maxZoom = 487500 RnDVisibility = Visible RnDRotation = true ScienceValues { landedDataValue = 3 splashedDataValue = 4 flyingLowDataValue = 7 flyingHighDataValue = 8 inSpaceLowDataValue = 7 inSpaceHighDataValue = 8 recoveryValue = 8 flyingAltitudeThreshold = 20500 spaceAltitudeThreshold = 350000 } } Orbit { referenceBody = Sun color = 0.51,0.48,0.36,0.8 inclination = 0.010264 eccentricity = 0.012 semiMajorAxis = 8450210877 longitudeOfAscendingNode = 82 epoch = 0 } ScaledVersion { type = Atmospheric fadeStart = 100000 fadeEnd = 250000 Material { texture = Melanohelioi\Caches\Colormaps\SarkasColormap.dds normals = Melanohelioi\Caches\Normalmaps\SarkasNormalmap.dds shininess = 0.021 specular = 0.0,0.0,0.0,1.0 rimPower = 4 rimBlend = 0.3 Gradient { 0.0 = 0.37,0.74,0.86,0.8 0.5 = 0.41,0.53,0.58,0.79 1.0 = 0.0196,0.0196,0.0196,1 } } OnDemand { texture = Melanohelioi\Caches\Colormaps\SarkasColormap.dds normals = Melanohelioi\Caches\Normalmaps\SarkasNormalmap.dds } } Atmosphere { ambientColor = 0.48,0.38,0.26,0.8 lightColor = 0.46,0.82,0.74,0.8 enabled = true oxygen = true altitude = 81000 adiabaticIndex = 1.40 atmosphereMolarMass = 0.02917 temperatureSeaLevel = 295 staticPressureASL = 79.0335 temperatureCurve { key = 0 288 0.00000E+00 -5.18135E-03 key = 4632 264 -5.18135E-03 -6.72753E-03 key = 8794 236 -6.72753E-03 -3.70566E-03 key = 12572 222 -3.70566E-03 -8.28500E-04 key = 16193 219 -8.28500E-04 8.25309E-04 key = 19828 222 8.25309E-04 1.34228E-03 key = 23553 227 1.34228E-03 1.56209E-03 key = 27394 233 1.56209E-03 1.51019E-03 key = 31367 239 1.51019E-03 2.18076E-03 key = 35494 248 2.18076E-03 2.32342E-03 key = 39798 258 2.32342E-03 2.66904E-03 key = 44294 270 2.66904E-03 8.64304E-04 key = 48922 274 8.64304E-04 -1.74292E-03 key = 53512 266 -1.74292E-03 -2.71801E-03 key = 57927 254 -2.71801E-03 -2.60973E-03 key = 62142 243 -2.60973E-03 -2.47709E-03 key = 66179 233 -2.47709E-03 -2.57865E-03 key = 70057 223 -2.57865E-03 -2.40320E-03 key = 73802 214 -2.40320E-03 -1.92625E-03 key = 77436 207 -1.92625E-03 -1.68350E-03 key = 81000 201 -1.68350E-03 0.00000E+00 } temperatureSunMultCurve { key = 0 1.000 0.00000E+00 -8.50604E-05 key = 4632 0.606 -8.50604E-05 -1.15810E-04 key = 8794 0.124 -1.15810E-04 -9.44944E-05 key = 12572 -0.233 -9.44944E-05 -1.57415E-05 key = 16193 -0.290 -1.57415E-05 2.50344E-05 key = 19828 -0.199 2.50344E-05 4.05369E-05 key = 23553 -0.048 4.05369E-05 4.50404E-05 key = 27394 0.125 4.50404E-05 3.95167E-05 key = 31367 0.282 3.95167E-05 2.42307E-05 key = 35494 0.382 2.42307E-05 2.09108E-06 key = 39798 0.391 2.09108E-06 -1.71263E-05 key = 44294 0.314 -1.71263E-05 -2.80899E-05 key = 48922 0.184 -2.80899E-05 -3.22440E-05 key = 53512 0.036 -3.22440E-05 -3.03511E-05 key = 57927 -0.098 -3.03511E-05 -2.06406E-05 key = 62142 -0.185 -2.06406E-05 -9.90835E-07 key = 66179 -0.189 -9.90835E-07 2.24342E-05 key = 70057 -0.102 2.24342E-05 3.49800E-05 key = 73802 0.029 3.49800E-05 3.27463E-05 key = 77436 0.148 3.27463E-05 1.45903E-05 key = 81000 0.200 1.45903E-05 0.00000E+00 } pressureCurve { key = 0 7.90335E+01 0.00000E+00 -9.37831E-03 key = 4632 4.44438E+01 -5.80416E-03 -5.80416E-03 key = 8794 2.49926E+01 -3.69668E-03 -3.69668E-03 key = 12572 1.40544E+01 -2.23607E-03 -2.23607E-03 key = 16193 7.90335E+00 -1.27737E-03 -1.27737E-03 key = 19828 4.44438E+00 -7.05260E-04 -7.05260E-04 key = 23553 2.49926E+00 -3.86065E-04 -3.86065E-04 key = 27394 1.40544E+00 -2.10803E-04 -2.10803E-04 key = 31367 7.90335E-01 -1.14654E-04 -1.14654E-04 key = 35494 4.44438E-01 -6.21099E-05 -6.21099E-05 key = 39798 2.49926E-01 -3.34921E-05 -3.34921E-05 key = 44294 1.40544E-01 -1.80904E-05 -1.80904E-05 key = 48922 7.90335E-02 -1.00540E-05 -1.00540E-05 key = 53512 4.44438E-02 -5.84658E-06 -5.84658E-06 key = 57927 2.49926E-02 -3.45738E-06 -3.45738E-06 key = 62142 1.40544E-02 -2.03788E-06 -2.03788E-06 key = 66179 7.90335E-03 -1.19829E-06 -1.19829E-06 key = 70057 4.44438E-03 -7.01443E-07 -7.01443E-07 key = 73802 2.49926E-03 -4.08069E-07 -4.08069E-07 key = 77436 1.40544E-03 -2.36686E-07 -2.36686E-07 key = 81000 0.00000E+00 0.00000E+00 0.00000E+00 } pressureCurveIsNormalized = false } PQS { allowFootprints = true fadeStart = 450000 fadeEnd = 600000 minLevel = 3 maxLevel = 9 Mods { VertexHeightMap { map = Melanohelioi\Caches\Heightmaps\SarkasHeightmap.dds offset = -15 deformity = 2840.5 scaleDeformityByRadius = false order = 20 enabled = true } VertexColorMap { map = Melanohelioi\Caches\Colormaps\SarkasColormap.dds order = 20 enabled = true } Ocean { maxQuadLengthsPerFrame = 0.03 minLevel = 2 maxLevel = 12 minDetailDistance = 8 oceanColor = 0.15,0.25,0.35,1 Material { colorFromSpace = 0.15,0.25,0.35,1 color = 0.15,0.25,0.35,1 } FallbackMaterial { colorFromSpace = 0.15,0.25,0.35,1 color = 0.15,0.25,0.35,1 } Mods { AerialPerspectiveMaterial { globalDensity = -0.00001 heightFalloff = 6.75 atmosphereDepth = 81000 DEBUG_SetEveryFrame = true cameraAlt = 0 cameraAtmosAlt = 0 heightDensAtViewer = 0 enabled = true order = 200 } OceanFX { Watermain { waterTex-0 = BUILTIN/sea-water1 waterTex-1 = BUILTIN/sea-water2 waterTex-2 = BUILTIN/sea-water3 waterTex-3 = BUILTIN/sea-water4 waterTex-4 = BUILTIN/sea-water5 waterTex-5 = BUILTIN/sea-water6 waterTex-6 = BUILTIN/sea-water7 waterTex-7 = BUILTIN/sea-water8 } framesPerSecond = 1 spaceAltitude = 81000 blendA = 0 blendB = 0 texBlend = 0 angle = 0 specColor = 0.000,0.000,0.000,0.000 oceanOpacity = 0 spaceSurfaceBlend = 0 enabled = true order = 20 } } Fog { fogColorEnd = 0.15,0.25,0.35,1 fogColorStart = 0.15,0.25,0.35,1 skyColorOpacityBase = 0.7 } } } } Rings { Ring { innerRadius = 102000 outerRadius = 210500 InnerRadiusMultiplier { key = 0,1,0,0 } OuterRadiusMultiplier { key = 0,1,0,0 } thickness = 120 steps = 200 texture = Melanohelioi\Caches\Special\SarkasRings.dds tiles = 11 color = 1,1,1,1 unlit = false useNewShader = false penumbraMultiplier = 186 angle = 0.1 lockRotation = false longitudeOfAscendingNode = 2 } } } } Spoiler [LOG 18:42:09]: Logger "Sarkas.Body" was created [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.TemplateLoader) as (System.String) [LOG 18:42:09]: Parsing Target removePQS in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeBiomes in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeAtmosphere in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeOcean in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removePQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.StringCollectionParser) [LOG 18:42:09]: Parsing Target removeAllPQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeProgressTree in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeCoronas in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Using Template "Moho" [LOG 18:42:09]: Removing mods from pqs Moho [LOG 18:42:09]: Creating blacklist [LOG 18:42:09]: Blacklist count = 4 [LOG 18:42:09]: Adding all found PQSMods in pqs Moho [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexNoiseColor [LOG 18:42:09]: Adding to remove list: PQSMod_HeightColorMap [LOG 18:42:09]: Adding to remove list: PQSMod_AltitudeAlpha [LOG 18:42:09]: Adding to remove list: PQSMod_AerialPerspectiveMaterial [LOG 18:42:09]: Adding to remove list: PQSMod_VertexHeightMap [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexHeight [LOG 18:42:09]: Adding to remove list: PQSMod_FlattenOcean [LOG 18:42:09]: Adding to remove list: PQSMod_VertexHeightNoiseVertHeightCurve2 [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexHeightAbsolute [LOG 18:42:09]: Adding to remove list: PQSCity [LOG 18:42:09]: Adding to remove list: PQSCity2 [LOG 18:42:09]: Adding to remove list: PQSROCControl [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexNoiseColor [LOG 18:42:09]: Removed mod PQSMod_HeightColorMap [LOG 18:42:09]: Removed mod PQSMod_AltitudeAlpha [LOG 18:42:09]: Removed mod PQSMod_AerialPerspectiveMaterial [LOG 18:42:09]: Removed mod PQSMod_VertexHeightMap [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexHeight [LOG 18:42:09]: Removed mod PQSMod_FlattenOcean [LOG 18:42:09]: Removed mod PQSMod_VertexHeightNoiseVertHeightCurve2 [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexHeightAbsolute [LOG 18:42:09]: Removed mod PQSCity [LOG 18:42:09]: Removed mod PQSCity2 [LOG 18:42:09]: Removed mod PQSROCControl [LOG 18:42:09]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target identifier in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target self in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.StringCollectionParser]) [LOG 18:42:09]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target contractWeight in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader) [LOG 18:42:09]: Parsing Target description in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target radius in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target geeASL in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Via surface G, set gravParam to 1470865709396.61, mass to 2.20384788524651E+22 [LOG 18:42:09]: Parsing Target mass in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target gravParameter in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target rotates in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target rotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target tidallyLocked in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target initialRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target inverseRotThresholdAltitude in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target albedo in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target emissivity in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target coreTemperatureOffset in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target timewarpAltitudeLimits in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]) [LOG 18:42:09]: Parsing Target sphereOfInfluence in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target solarRotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target navballSwitchRadiusMult in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target navballSwitchRadiusMultLow in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target ScienceValues in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.ScienceValuesLoader) [LOG 18:42:09]: Parsing Target landedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target splashedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target inSpaceLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target inSpaceHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target recoveryValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target spaceAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target Biomes in (Kopernicus.Configuration.PropertiesLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.BiomeLoader]) [LOG 18:42:09]: Parsing Target biomeMap in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target useTheInName in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target displayName in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target selectable in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target RnDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RnDVisibility]) [LOG 18:42:09]: Parsing Target RDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RnDVisibility]) [LOG 18:42:09]: Parsing Target RnDRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target maxZoom in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Processed 'moho_biomes' in 21.271ms [LOG 18:42:09]: --------- Science Values ------------ [LOG 18:42:09]: LandedDataValue = 3 [LOG 18:42:09]: SplashedDataValue = 4 [LOG 18:42:09]: FlyingLowDataValue = 7 [LOG 18:42:09]: FlyingHighDataValue = 8 [LOG 18:42:09]: InSpaceLowDataValue = 7 [LOG 18:42:09]: InSpaceHighDataValue = 8 [LOG 18:42:09]: RecoveryValue = 8 [LOG 18:42:09]: flyingAltitudeThreshold = 20500 [LOG 18:42:09]: spaceAltitudeThreshold = 350000 [LOG 18:42:09]: -------------------------------------- [LOG 18:42:09]: Added Progress Tree [LOG 18:42:09]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader) [LOG 18:42:09]: Parsing Target referenceBody in (Kopernicus.Configuration.OrbitLoader) as (System.String) [LOG 18:42:09]: Parsing Target inclination in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target eccentricity in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target semiMajorAxis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target longitudeOfAscendingNode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target argumentOfPeriapsis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target meanAnomalyAtEpoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target meanAnomalyAtEpochD in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target epoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target color in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target nodeColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target iconColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target mode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[OrbitRendererBase+DrawMode]) [LOG 18:42:09]: Parsing Target icon in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[OrbitRendererBase+DrawIcons]) [LOG 18:42:09]: Parsing Target cameraSmaRatioBounds in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]) [LOG 18:42:09]: Parsing Target period in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target iconTexture in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader) [LOG 18:42:09]: Parsing Target type in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.Enumerations.ScaledMaterialType]) [LOG 18:42:09]: Copying "celestialBody": <NULL> => <NULL> [LOG 18:42:09]: Copying "floatName": <NULL> => _Opacity [LOG 18:42:09]: Copying "fadeStart": 0 => 30000 [LOG 18:42:09]: Copying "fadeEnd": 0 => 40000 [LOG 18:42:09]: Copying "highQualityShaderFadeStart": -1 => -1 [LOG 18:42:09]: Copying "highQualityShaderFadeEnd": -1 => -1 [LOG 18:42:09]: Copying "r": <NULL> => <NULL> [LOG 18:42:09]: Parsing Target fadeStart in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeEnd in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target Light in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.Configuration.LightShifterLoader) [LOG 18:42:09]: Parsing Target sphericalModel in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target deferMesh in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target invisible in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target Material in (Kopernicus.Configuration.ScaledVersionLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target color in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target specColor in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target shininess in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target texture in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target mainTex in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target mainTexScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target mainTexOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target normals in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target bumpMap in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target bumpMapScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target bumpMapOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target opacity in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimPower in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimBlend in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimColorRamp in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target rimColorRampScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target rimColorRampOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target Gradient in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Gradient) [LOG 18:42:09]: Parsing Target localLightDirection in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector4Parser) [LOG 18:42:09]: Parsing Target resourceMap in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target resourceMapScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target resourceMapOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target OnDemand in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) [LOG 18:42:09]: Parsing Target texture in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target mainTex in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target normals in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target bumpMap in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target TextureOptions in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.UI.PlanetTextureExporter+TextureOptions) [LOG 18:42:09]: Parsing Target Coronas in (Kopernicus.Configuration.ScaledVersionLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.CoronaLoader]) [LOG 18:42:09]: ============= Scaled Version Dump =================== [LOG 18:42:09]: Sarkas (UnityEngine.GameObject) [LOG 18:42:09]: >>> Components <<< [LOG 18:42:09]: Sarkas (UnityEngine.Transform) [LOG 18:42:09]: Sarkas (UnityEngine.MeshFilter) [LOG 18:42:09]: Sarkas (UnityEngine.MeshRenderer) [LOG 18:42:09]: Sarkas (UnityEngine.SphereCollider) [LOG 18:42:09]: Sarkas (MaterialSetDirection) [LOG 18:42:09]: Sarkas (Kopernicus.Components.SharedScaledSpaceFader) [LOG 18:42:09]: >>> ---------- <<< [LOG 18:42:09]: =========================================== [LOG 18:42:09]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target addAFG in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target oxygen in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target staticDensityASL in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target adiabaticIndex in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target atmosphereDepth in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target altitude in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target maxAltitude in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target gasMassLapseRate in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target atmosphereMolarMass in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target pressureCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target pressureCurveIsNormalized in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target shockTemperatureMultiplier in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target staticPressureASL in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureCurveIsNormalized in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target temperatureLapseRate in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureSeaLevel in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureLatitudeBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureLatitudeSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureAxialSunBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureAxialSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureEccentricityBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target ambientColor in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target AtmosphereFromGround in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.Configuration.AtmosphereFromGroundLoader) [LOG 18:42:09]: Parsing Target lightColor in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader) [LOG 18:42:09]: Parsing Target materialType in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.Enumerations.NewShaderSurfaceMaterialType]) [LOG 18:42:09]: Parsing Target PhysicsMaterial in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.Configuration.Parsing.PhysicsMaterialParser) [LOG 18:42:09]: Parsing Target minLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target maxLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target minDetailDistance in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target maxQuadLengthsPerFrame in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeStart in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeEnd in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target deactivateAltitude in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target mapMaxHeight in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target Material in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target FallbackMaterial in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target Mods in (Kopernicus.Configuration.PQSLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ModLoader.IModLoader]) [LOG 18:42:09]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.Configuration.Parsing.MapSOParserGreyScale`1[MapSO]) [LOG 18:42:09]: Parsing Target offset in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target scaleDeformityByRadius in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (System.String) [LOG 18:42:09]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.Configuration.Parsing.MapSOParserRGB`1[MapSO]) [LOG 18:42:09]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (System.String) [LOG 18:42:09]: Exception Was Recorded: Value cannot be null. Parameter name: type at System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic) [0x00003] in <9577ac7a62ef43179789031239ba8798>:0 at System.Activator.CreateInstance (System.Type type) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at Kopernicus.ConfigParser.Parser.LoadCollectionMemberFromConfigurationNode (Kopernicus.ConfigParser.Parser+ParsedCollectionMemberInfo parsedMember, System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x00756] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectFromConfigurationNode (System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x000b0] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectMemberFromConfigurationNode (Kopernicus.ConfigParser.Parser+ParsedMemberInfo parsedMember, System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x00328] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectFromConfigurationNode (System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x000bd] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.Configuration.Loader.Kopernicus.ConfigParser.Interfaces.IParserEventSubscriber.PostApply (ConfigNode node) [0x000d7] in <6093f964291d41c7b236b90f913c8c8e>:0 When i open KSP with this config, it gives the the classic "Possible corruption can occur if loaded on a save" message. If you could help that would be very appreciated! Edited July 4 by Iapetus7342 Finished the config and added log Quote Link to comment Share on other sites More sharing options...
Ourshinigami Posted July 9 Share Posted July 9 (edited) ............. Edited July 9 by Ourshinigami delete Quote Link to comment Share on other sites More sharing options...
R-T-B Posted July 10 Author Share Posted July 10 (edited) On 7/3/2024 at 8:56 AM, Iapetus7342 said: I have an issue with my planet, which is made to work with Quackpack and serves as a small part of my main mod. Here's the config and logs. Hide contents @Kopernicus:AFTER[KOPERNICUS] { Body { name = Sarkas Template { name = Moho removeAllPQSMods = true } Properties { description = Sarkas is a desolate desert world, with it's surface once being a garden of Eden much like Kerbin today, with it's oceans reduced to large puddles in salt flats by Kerbol's unforgiving heat and light. Unlike it's brother Blas which suffers a similar fate, Sarkas has a breathable atmosphere, and 2 moons for it's thin but pretty rings, said to house a terrible monster who slayed the Kraken and demolishes anything that crosses it's path. Despite this, Sarkas still feels a little lonely. Maybe you could give it a visit? displayName = Sarkas^N radius = 450205 albedo = 0.24 geeASL = 0.74 rotates = true rotationPeriod = 28047 tidallyLocked = false initialRotation = 3 isHomeWorld = false timewarpAltitudeLimits = 0 81000 81000 150000 500000 500000 750000 1005000 sphereOfInfluence = 4800000 maxZoom = 487500 RnDVisibility = Visible RnDRotation = true ScienceValues { landedDataValue = 3 splashedDataValue = 4 flyingLowDataValue = 7 flyingHighDataValue = 8 inSpaceLowDataValue = 7 inSpaceHighDataValue = 8 recoveryValue = 8 flyingAltitudeThreshold = 20500 spaceAltitudeThreshold = 350000 } } Orbit { referenceBody = Sun color = 0.51,0.48,0.36,0.8 inclination = 0.010264 eccentricity = 0.012 semiMajorAxis = 8450210877 longitudeOfAscendingNode = 82 epoch = 0 } ScaledVersion { type = Atmospheric fadeStart = 100000 fadeEnd = 250000 Material { texture = Melanohelioi\Caches\Colormaps\SarkasColormap.dds normals = Melanohelioi\Caches\Normalmaps\SarkasNormalmap.dds shininess = 0.021 specular = 0.0,0.0,0.0,1.0 rimPower = 4 rimBlend = 0.3 Gradient { 0.0 = 0.37,0.74,0.86,0.8 0.5 = 0.41,0.53,0.58,0.79 1.0 = 0.0196,0.0196,0.0196,1 } } OnDemand { texture = Melanohelioi\Caches\Colormaps\SarkasColormap.dds normals = Melanohelioi\Caches\Normalmaps\SarkasNormalmap.dds } } Atmosphere { ambientColor = 0.48,0.38,0.26,0.8 lightColor = 0.46,0.82,0.74,0.8 enabled = true oxygen = true altitude = 81000 adiabaticIndex = 1.40 atmosphereMolarMass = 0.02917 temperatureSeaLevel = 295 staticPressureASL = 79.0335 temperatureCurve { key = 0 288 0.00000E+00 -5.18135E-03 key = 4632 264 -5.18135E-03 -6.72753E-03 key = 8794 236 -6.72753E-03 -3.70566E-03 key = 12572 222 -3.70566E-03 -8.28500E-04 key = 16193 219 -8.28500E-04 8.25309E-04 key = 19828 222 8.25309E-04 1.34228E-03 key = 23553 227 1.34228E-03 1.56209E-03 key = 27394 233 1.56209E-03 1.51019E-03 key = 31367 239 1.51019E-03 2.18076E-03 key = 35494 248 2.18076E-03 2.32342E-03 key = 39798 258 2.32342E-03 2.66904E-03 key = 44294 270 2.66904E-03 8.64304E-04 key = 48922 274 8.64304E-04 -1.74292E-03 key = 53512 266 -1.74292E-03 -2.71801E-03 key = 57927 254 -2.71801E-03 -2.60973E-03 key = 62142 243 -2.60973E-03 -2.47709E-03 key = 66179 233 -2.47709E-03 -2.57865E-03 key = 70057 223 -2.57865E-03 -2.40320E-03 key = 73802 214 -2.40320E-03 -1.92625E-03 key = 77436 207 -1.92625E-03 -1.68350E-03 key = 81000 201 -1.68350E-03 0.00000E+00 } temperatureSunMultCurve { key = 0 1.000 0.00000E+00 -8.50604E-05 key = 4632 0.606 -8.50604E-05 -1.15810E-04 key = 8794 0.124 -1.15810E-04 -9.44944E-05 key = 12572 -0.233 -9.44944E-05 -1.57415E-05 key = 16193 -0.290 -1.57415E-05 2.50344E-05 key = 19828 -0.199 2.50344E-05 4.05369E-05 key = 23553 -0.048 4.05369E-05 4.50404E-05 key = 27394 0.125 4.50404E-05 3.95167E-05 key = 31367 0.282 3.95167E-05 2.42307E-05 key = 35494 0.382 2.42307E-05 2.09108E-06 key = 39798 0.391 2.09108E-06 -1.71263E-05 key = 44294 0.314 -1.71263E-05 -2.80899E-05 key = 48922 0.184 -2.80899E-05 -3.22440E-05 key = 53512 0.036 -3.22440E-05 -3.03511E-05 key = 57927 -0.098 -3.03511E-05 -2.06406E-05 key = 62142 -0.185 -2.06406E-05 -9.90835E-07 key = 66179 -0.189 -9.90835E-07 2.24342E-05 key = 70057 -0.102 2.24342E-05 3.49800E-05 key = 73802 0.029 3.49800E-05 3.27463E-05 key = 77436 0.148 3.27463E-05 1.45903E-05 key = 81000 0.200 1.45903E-05 0.00000E+00 } pressureCurve { key = 0 7.90335E+01 0.00000E+00 -9.37831E-03 key = 4632 4.44438E+01 -5.80416E-03 -5.80416E-03 key = 8794 2.49926E+01 -3.69668E-03 -3.69668E-03 key = 12572 1.40544E+01 -2.23607E-03 -2.23607E-03 key = 16193 7.90335E+00 -1.27737E-03 -1.27737E-03 key = 19828 4.44438E+00 -7.05260E-04 -7.05260E-04 key = 23553 2.49926E+00 -3.86065E-04 -3.86065E-04 key = 27394 1.40544E+00 -2.10803E-04 -2.10803E-04 key = 31367 7.90335E-01 -1.14654E-04 -1.14654E-04 key = 35494 4.44438E-01 -6.21099E-05 -6.21099E-05 key = 39798 2.49926E-01 -3.34921E-05 -3.34921E-05 key = 44294 1.40544E-01 -1.80904E-05 -1.80904E-05 key = 48922 7.90335E-02 -1.00540E-05 -1.00540E-05 key = 53512 4.44438E-02 -5.84658E-06 -5.84658E-06 key = 57927 2.49926E-02 -3.45738E-06 -3.45738E-06 key = 62142 1.40544E-02 -2.03788E-06 -2.03788E-06 key = 66179 7.90335E-03 -1.19829E-06 -1.19829E-06 key = 70057 4.44438E-03 -7.01443E-07 -7.01443E-07 key = 73802 2.49926E-03 -4.08069E-07 -4.08069E-07 key = 77436 1.40544E-03 -2.36686E-07 -2.36686E-07 key = 81000 0.00000E+00 0.00000E+00 0.00000E+00 } pressureCurveIsNormalized = false } PQS { allowFootprints = true fadeStart = 450000 fadeEnd = 600000 minLevel = 3 maxLevel = 9 Mods { VertexHeightMap { map = Melanohelioi\Caches\Heightmaps\SarkasHeightmap.dds offset = -15 deformity = 2840.5 scaleDeformityByRadius = false order = 20 enabled = true } VertexColorMap { map = Melanohelioi\Caches\Colormaps\SarkasColormap.dds order = 20 enabled = true } Ocean { maxQuadLengthsPerFrame = 0.03 minLevel = 2 maxLevel = 12 minDetailDistance = 8 oceanColor = 0.15,0.25,0.35,1 Material { colorFromSpace = 0.15,0.25,0.35,1 color = 0.15,0.25,0.35,1 } FallbackMaterial { colorFromSpace = 0.15,0.25,0.35,1 color = 0.15,0.25,0.35,1 } Mods { AerialPerspectiveMaterial { globalDensity = -0.00001 heightFalloff = 6.75 atmosphereDepth = 81000 DEBUG_SetEveryFrame = true cameraAlt = 0 cameraAtmosAlt = 0 heightDensAtViewer = 0 enabled = true order = 200 } OceanFX { Watermain { waterTex-0 = BUILTIN/sea-water1 waterTex-1 = BUILTIN/sea-water2 waterTex-2 = BUILTIN/sea-water3 waterTex-3 = BUILTIN/sea-water4 waterTex-4 = BUILTIN/sea-water5 waterTex-5 = BUILTIN/sea-water6 waterTex-6 = BUILTIN/sea-water7 waterTex-7 = BUILTIN/sea-water8 } framesPerSecond = 1 spaceAltitude = 81000 blendA = 0 blendB = 0 texBlend = 0 angle = 0 specColor = 0.000,0.000,0.000,0.000 oceanOpacity = 0 spaceSurfaceBlend = 0 enabled = true order = 20 } } Fog { fogColorEnd = 0.15,0.25,0.35,1 fogColorStart = 0.15,0.25,0.35,1 skyColorOpacityBase = 0.7 } } } } Rings { Ring { innerRadius = 102000 outerRadius = 210500 InnerRadiusMultiplier { key = 0,1,0,0 } OuterRadiusMultiplier { key = 0,1,0,0 } thickness = 120 steps = 200 texture = Melanohelioi\Caches\Special\SarkasRings.dds tiles = 11 color = 1,1,1,1 unlit = false useNewShader = false penumbraMultiplier = 186 angle = 0.1 lockRotation = false longitudeOfAscendingNode = 2 } } } } Hide contents [LOG 18:42:09]: Logger "Sarkas.Body" was created [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.TemplateLoader) as (System.String) [LOG 18:42:09]: Parsing Target removePQS in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeBiomes in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeAtmosphere in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeOcean in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removePQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.StringCollectionParser) [LOG 18:42:09]: Parsing Target removeAllPQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeProgressTree in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target removeCoronas in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Using Template "Moho" [LOG 18:42:09]: Removing mods from pqs Moho [LOG 18:42:09]: Creating blacklist [LOG 18:42:09]: Blacklist count = 4 [LOG 18:42:09]: Adding all found PQSMods in pqs Moho [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexNoiseColor [LOG 18:42:09]: Adding to remove list: PQSMod_HeightColorMap [LOG 18:42:09]: Adding to remove list: PQSMod_AltitudeAlpha [LOG 18:42:09]: Adding to remove list: PQSMod_AerialPerspectiveMaterial [LOG 18:42:09]: Adding to remove list: PQSMod_VertexHeightMap [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexHeight [LOG 18:42:09]: Adding to remove list: PQSMod_FlattenOcean [LOG 18:42:09]: Adding to remove list: PQSMod_VertexHeightNoiseVertHeightCurve2 [LOG 18:42:09]: Adding to remove list: PQSMod_VertexSimplexHeightAbsolute [LOG 18:42:09]: Adding to remove list: PQSCity [LOG 18:42:09]: Adding to remove list: PQSCity2 [LOG 18:42:09]: Adding to remove list: PQSROCControl [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexNoiseColor [LOG 18:42:09]: Removed mod PQSMod_HeightColorMap [LOG 18:42:09]: Removed mod PQSMod_AltitudeAlpha [LOG 18:42:09]: Removed mod PQSMod_AerialPerspectiveMaterial [LOG 18:42:09]: Removed mod PQSMod_VertexHeightMap [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexHeight [LOG 18:42:09]: Removed mod PQSMod_FlattenOcean [LOG 18:42:09]: Removed mod PQSMod_VertexHeightNoiseVertHeightCurve2 [LOG 18:42:09]: Removed mod PQSMod_VertexSimplexHeightAbsolute [LOG 18:42:09]: Removed mod PQSCity [LOG 18:42:09]: Removed mod PQSCity2 [LOG 18:42:09]: Removed mod PQSROCControl [LOG 18:42:09]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target identifier in (Kopernicus.Configuration.Body) as (System.String) [LOG 18:42:09]: Parsing Target self in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.StringCollectionParser]) [LOG 18:42:09]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target contractWeight in (Kopernicus.Configuration.Body) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader) [LOG 18:42:09]: Parsing Target description in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target radius in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target geeASL in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Via surface G, set gravParam to 1470865709396.61, mass to 2.20384788524651E+22 [LOG 18:42:09]: Parsing Target mass in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target gravParameter in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target rotates in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target rotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target tidallyLocked in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target initialRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target inverseRotThresholdAltitude in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target albedo in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target emissivity in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target coreTemperatureOffset in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target timewarpAltitudeLimits in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]) [LOG 18:42:09]: Parsing Target sphereOfInfluence in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target solarRotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target navballSwitchRadiusMult in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target navballSwitchRadiusMultLow in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target ScienceValues in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.ScienceValuesLoader) [LOG 18:42:09]: Parsing Target landedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target splashedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target inSpaceLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target inSpaceHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target recoveryValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target flyingAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target spaceAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target Biomes in (Kopernicus.Configuration.PropertiesLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.BiomeLoader]) [LOG 18:42:09]: Parsing Target biomeMap in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target useTheInName in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target displayName in (Kopernicus.Configuration.PropertiesLoader) as (System.String) [LOG 18:42:09]: Parsing Target selectable in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target RnDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RnDVisibility]) [LOG 18:42:09]: Parsing Target RDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RnDVisibility]) [LOG 18:42:09]: Parsing Target RnDRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target maxZoom in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Processed 'moho_biomes' in 21.271ms [LOG 18:42:09]: --------- Science Values ------------ [LOG 18:42:09]: LandedDataValue = 3 [LOG 18:42:09]: SplashedDataValue = 4 [LOG 18:42:09]: FlyingLowDataValue = 7 [LOG 18:42:09]: FlyingHighDataValue = 8 [LOG 18:42:09]: InSpaceLowDataValue = 7 [LOG 18:42:09]: InSpaceHighDataValue = 8 [LOG 18:42:09]: RecoveryValue = 8 [LOG 18:42:09]: flyingAltitudeThreshold = 20500 [LOG 18:42:09]: spaceAltitudeThreshold = 350000 [LOG 18:42:09]: -------------------------------------- [LOG 18:42:09]: Added Progress Tree [LOG 18:42:09]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader) [LOG 18:42:09]: Parsing Target referenceBody in (Kopernicus.Configuration.OrbitLoader) as (System.String) [LOG 18:42:09]: Parsing Target inclination in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target eccentricity in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target semiMajorAxis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target longitudeOfAscendingNode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target argumentOfPeriapsis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target meanAnomalyAtEpoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target meanAnomalyAtEpochD in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target epoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target color in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target nodeColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target iconColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target mode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[OrbitRendererBase+DrawMode]) [LOG 18:42:09]: Parsing Target icon in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[OrbitRendererBase+DrawIcons]) [LOG 18:42:09]: Parsing Target cameraSmaRatioBounds in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]) [LOG 18:42:09]: Parsing Target period in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target iconTexture in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader) [LOG 18:42:09]: Parsing Target type in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.Enumerations.ScaledMaterialType]) [LOG 18:42:09]: Copying "celestialBody": <NULL> => <NULL> [LOG 18:42:09]: Copying "floatName": <NULL> => _Opacity [LOG 18:42:09]: Copying "fadeStart": 0 => 30000 [LOG 18:42:09]: Copying "fadeEnd": 0 => 40000 [LOG 18:42:09]: Copying "highQualityShaderFadeStart": -1 => -1 [LOG 18:42:09]: Copying "highQualityShaderFadeEnd": -1 => -1 [LOG 18:42:09]: Copying "r": <NULL> => <NULL> [LOG 18:42:09]: Parsing Target fadeStart in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeEnd in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target Light in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.Configuration.LightShifterLoader) [LOG 18:42:09]: Parsing Target sphericalModel in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target deferMesh in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target invisible in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target Material in (Kopernicus.Configuration.ScaledVersionLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target color in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target specColor in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target shininess in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target texture in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target mainTex in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target mainTexScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target mainTexOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target normals in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target bumpMap in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target bumpMapScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target bumpMapOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target opacity in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimPower in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimBlend in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target rimColorRamp in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target rimColorRampScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target rimColorRampOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target Gradient in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Gradient) [LOG 18:42:09]: Parsing Target localLightDirection in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector4Parser) [LOG 18:42:09]: Parsing Target resourceMap in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.Configuration.Parsing.Texture2DParser) [LOG 18:42:09]: Parsing Target resourceMapScale in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target resourceMapOffset in (Kopernicus.Configuration.MaterialLoader.ScaledPlanetRimAerialLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.Vector2Parser) [LOG 18:42:09]: Parsing Target OnDemand in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) [LOG 18:42:09]: Parsing Target texture in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target mainTex in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target normals in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target bumpMap in (Kopernicus.Configuration.ScaledVersionLoader+OnDemandConfig) as (System.String) [LOG 18:42:09]: Parsing Target TextureOptions in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.UI.PlanetTextureExporter+TextureOptions) [LOG 18:42:09]: Parsing Target Coronas in (Kopernicus.Configuration.ScaledVersionLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.CoronaLoader]) [LOG 18:42:09]: ============= Scaled Version Dump =================== [LOG 18:42:09]: Sarkas (UnityEngine.GameObject) [LOG 18:42:09]: >>> Components <<< [LOG 18:42:09]: Sarkas (UnityEngine.Transform) [LOG 18:42:09]: Sarkas (UnityEngine.MeshFilter) [LOG 18:42:09]: Sarkas (UnityEngine.MeshRenderer) [LOG 18:42:09]: Sarkas (UnityEngine.SphereCollider) [LOG 18:42:09]: Sarkas (MaterialSetDirection) [LOG 18:42:09]: Sarkas (Kopernicus.Components.SharedScaledSpaceFader) [LOG 18:42:09]: >>> ---------- <<< [LOG 18:42:09]: =========================================== [LOG 18:42:09]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target addAFG in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target oxygen in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target staticDensityASL in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target adiabaticIndex in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target atmosphereDepth in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target altitude in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target maxAltitude in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target gasMassLapseRate in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target atmosphereMolarMass in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target pressureCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target pressureCurveIsNormalized in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target shockTemperatureMultiplier in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target staticPressureASL in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureCurveIsNormalized in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target temperatureLapseRate in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureSeaLevel in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target temperatureSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureLatitudeBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureLatitudeSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureAxialSunBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureAxialSunMultCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target temperatureEccentricityBiasCurve in (Kopernicus.Configuration.AtmosphereLoader) as (System.Collections.Generic.List`1[Kopernicus.ConfigParser.BuiltinTypeParsers.NumericCollectionParser`1[System.Single]]) [LOG 18:42:09]: Parsing Target ambientColor in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target AtmosphereFromGround in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.Configuration.AtmosphereFromGroundLoader) [LOG 18:42:09]: Parsing Target lightColor in (Kopernicus.Configuration.AtmosphereLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.ColorParser) [LOG 18:42:09]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader) [LOG 18:42:09]: Parsing Target materialType in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.EnumParser`1[Kopernicus.Configuration.Enumerations.NewShaderSurfaceMaterialType]) [LOG 18:42:09]: Parsing Target PhysicsMaterial in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.Configuration.Parsing.PhysicsMaterialParser) [LOG 18:42:09]: Parsing Target minLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target maxLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target minDetailDistance in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target maxQuadLengthsPerFrame in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeStart in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target fadeEnd in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Single]) [LOG 18:42:09]: Parsing Target deactivateAltitude in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target mapMaxHeight in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target Material in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target FallbackMaterial in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material) [LOG 18:42:09]: Parsing Target Mods in (Kopernicus.Configuration.PQSLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ModLoader.IModLoader]) [LOG 18:42:09]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.Configuration.Parsing.MapSOParserGreyScale`1[MapSO]) [LOG 18:42:09]: Parsing Target offset in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Double]) [LOG 18:42:09]: Parsing Target scaleDeformityByRadius in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (System.String) [LOG 18:42:09]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.Configuration.Parsing.MapSOParserRGB`1[MapSO]) [LOG 18:42:09]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Int32]) [LOG 18:42:09]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser`1[System.Boolean]) [LOG 18:42:09]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (System.String) [LOG 18:42:09]: Exception Was Recorded: Value cannot be null. Parameter name: type at System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic) [0x00003] in <9577ac7a62ef43179789031239ba8798>:0 at System.Activator.CreateInstance (System.Type type) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at Kopernicus.ConfigParser.Parser.LoadCollectionMemberFromConfigurationNode (Kopernicus.ConfigParser.Parser+ParsedCollectionMemberInfo parsedMember, System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x00756] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectFromConfigurationNode (System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x000b0] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectMemberFromConfigurationNode (Kopernicus.ConfigParser.Parser+ParsedMemberInfo parsedMember, System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x00328] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.ConfigParser.Parser.LoadObjectFromConfigurationNode (System.Object o, ConfigNode node, System.String configName, System.Boolean getChildren) [0x000bd] in <b81c7e09ce34479e9d3831f2ed50b754>:0 at Kopernicus.Configuration.Loader.Kopernicus.ConfigParser.Interfaces.IParserEventSubscriber.PostApply (ConfigNode node) [0x000d7] in <6093f964291d41c7b236b90f913c8c8e>:0 When i open KSP with this config, it gives the the classic "Possible corruption can occur if loaded on a save" message. If you could help that would be very appreciated! try adding this line to your PQS { } node. materialType is a required parameter. Also sorry I took so long to see this, been a bit busy. materialType = AtmosphericTriplanarZoomRotation Edited July 10 by R-T-B Quote Link to comment Share on other sites More sharing options...
users14 Posted July 10 Share Posted July 10 (edited) On 6/28/2024 at 1:42 PM, rheaunderstars said: I'm not sure if this is the best place to ask this, but is it possible to use Kopernicus to create a sun that can flicker? I'm considering making a system pack with a pulsar, and having the flickering starlight would be an awesome effect. From what I can pick up, no, you cannot do this using only Kopernicus, however you can also make your own dll/mod for that effect, but it may take a long time. Edit: Correct me if I'm wrong, but KittopiaTech also allows you to change your star's light and other things, yet I'm not sure how you can integrate that into a dll. Edit 2: The Kargantua mod's plugin that allows you to do what Kargantua did seems to be extremely out of date. Also Singularity isn't very related. Edited July 10 by users14 kittopiatech Quote Link to comment Share on other sites More sharing options...
Iapetus7342 Posted July 10 Share Posted July 10 15 hours ago, R-T-B said: try adding this line to your PQS { } node. materialType is a required parameter. Also sorry I took so long to see this, been a bit busy. materialType = AtmosphericTriplanarZoomRotation TYSM!!!!! Quote Link to comment Share on other sites More sharing options...
Nightside Posted July 13 Share Posted July 13 Been getting back to the game after a few years away. There used to be an in game editor for this right? I don’t see any mention in the OP. I also recall that it wasn’t well supported… has anyone picked it up? Quote Link to comment Share on other sites More sharing options...
users14 Posted July 14 Share Posted July 14 15 hours ago, Nightside said: Been getting back to the game after a few years away. There used to be an in game editor for this right? I don’t see any mention in the OP. I also recall that it wasn’t well supported… has anyone picked it up? There still is, I'm sure it's called KittopiaTech. I was able to find a 1.8.1 version that still works, with only a few issues such as you having to restart the game after closing the menu. Quote Link to comment Share on other sites More sharing options...
OhioBob Posted July 15 Share Posted July 15 On 7/14/2024 at 4:19 AM, users14 said: ... such as you having to restart the game after closing the menu. That's typically only an issue if you press the ESC key. If you close it properly you can reopen it without having to restart the game. Quote Link to comment Share on other sites More sharing options...
D4RKN3R Posted July 18 Share Posted July 18 Hello! I've been having an issue with the ScaledSpace mesh not matching the PQS of a lumpy, asteroid-like body. I'd first like to mention that I want to make the ScaledSpace lumpy, not the PQS spherical. Video Of The Issue: .CFG File: @Kopernicus { Body { name = Asteroid01 cacheFile = JebFarAway/Cache/Asteroid01.bin // WIll generate automatically Template { name = Gilly // Stock planet to base it off of. removeAllPQSMods = True } Properties { displayName = Asteroid01^N description = PLACEHOLDER01, The Closest Moon To Saryn, Is A Small Rock With Little Value Other Than For Mining. Unlike The Densely Clouded Farther Moon, (PLACEHOLDER02), PLACEHOLDER01 Holds No Atmosphere. radius = 8200 // In meters. biomeMap = JebFarAway/Textures/PluginData/Asteroid01Bme.png geeASL = 0.18 // In gees, wow. rotates = True rotationPeriod = 28229 // In seconds. tidallyLocked = False ScienceValues { landedDataValue = 4 // Science multiplier for landed science. splashedDataValue = 10 // Science multiplier for splashed down science. flyingLowDataValue = 6.5 // Science multiplier for flying low science. flyingHighDataValue = 5 // Science multiplier for flying high science. inSpaceLowDataValue = 3 // Science multiplier for in space low science. inSpaceHighDataValue = 4.5 // Science multiplier for in space high science. recoveryValue = 5.5 flyingAltitudeThreshold = 6000 spaceAltitudeThreshold = 8000 } Biomes { Biome { name = Highlands value = 1.75 color = 0.506, 0.616, 0.616, 1 } Biome { name = Midlands value = 1 color = 0.278, 0.361, 0.361, 1 } Biome { name = Lowlands value = 1.50 color = 0, 0, 0, 1 } } } Orbit { referenceBody = Saryn inclination = 6.29 eccentricity = 0.003 semiMajorAxis = 42992650 longitudeOfAscendingNode = 0 argumentOfPeriapsis = 180 meanAnomalyAtEpoch = 0 epoch = 0 color = 0.04,0.04,0.24,0.5 mode = REDRAW_AND_RECALCULATE period = 34660.3594008885 } ScaledVersion { type = Vacuum fadeStart = 7000 fadeEnd = 10000 sphericalModel = False deferMesh = False invisible = False OnDemand { texture = JebFarAway/Textures/PluginData/Asteroid01ClrTst.dds // color normals = JebFarAway/Textures/PluginData/Asteroid01Nrm.dds // normals } Material { color = 1,1,1,1 specColor = 0,0,0,0 shininess = 1 } } PQS { fadeStart = 30000 fadeEnd = 40000 minLevel = 2 maxLevel = 3 materialType = AtmosphericTriplanarZoomRotation Material { saturation = 1 contrast = 1 tintColor = 1,1,1,1 specularColor = 0.1,0.1,0.1,1 albedoBrightness = 1.5 steepPower = 1 steepTexStart = 10000 steepTexEnd = 200000 steepTexScale = 1,1 steepTexOffset = 0,0 steepTex = BUILTIN/gillySteep_diffuse steepBumpMapScale = 1,1 steepBumpMapOffset = 0,0 steepBumpMap = BUILTIN/gillySteep_nrm steepNearTiling = 500 steepTiling = 350 midTexScale = 1,1 midTexOffset = 0,0 midTex = BUILTIN/gillyMedTerrain_diffuse midBumpMapScale = 1,1 midBumpMapOffset = 0,0 midBumpMap = BUILTIN/gillyMedTerrain_nrm midTiling = 150000 midBumpTiling = 150000 highTex = BUILTIN/gillyHighTerrain highTexScale = 1,1 highTexOffset = 0,0 highTiling = 50000 lowStart = -1 lowEnd = -1 highStart = 1 highEnd = 1 globalDensity = 1 } Mods // you can add whatever you want (as long as it works lol) { VertexMitchellNetravaliHeightMap { map = JebFarAway/Textures/PluginData/Asteroid01Hgt.dds // height offset = 0 deformity = 6100 scaleDeformityByRadius = false order = 10 enabled = True } VertexColorMap { map = JebFarAway/Textures/PluginData/Asteroid01ClrTst.dds // color order = 10 enabled = true } } } } } (Weird Formatting Of The Spaces Is The Fault Of The Code Imbed, Not Me.) Quote Link to comment Share on other sites More sharing options...
users14 Posted July 20 Share Posted July 20 On 7/18/2024 at 12:12 PM, D4RKN3R said: -snip- I would recommend you to add this line to the code: Debug { exportMesh = true update = true } If it still isn't resolved, I would suggest you ask a question on the Kopernicus discord about it if you have access. Quote Link to comment Share on other sites More sharing options...
D4RKN3R Posted July 22 Share Posted July 22 On 7/20/2024 at 2:37 AM, users14 said: I would recommend you to add this line to the code: Debug { exportMesh = true update = true } Didn't fix the issue. Quote Link to comment Share on other sites More sharing options...
users14 Posted July 22 Share Posted July 22 53 minutes ago, D4RKN3R said: Didn't fix the issue. Try removing the cache and restarting the game. Quote Link to comment Share on other sites More sharing options...
Vphurple Izumi Posted July 24 Share Posted July 24 @Body[Jool] { Rings { Ring { innerRadius = 1400 outerRadius = 2700 texture = StockVisualEnhancements/Textures/Jool_ring.dds color = 1,1,1,1 unlit = true angle = 7 lockRotation = true } } Quote Property Format Description lockRotation Boolean Whether to lock the rotation of the ring. If false, the ring’s LAN rotates with the parent body (unnatural if the angle is not 0). lockRotation = true, not working What do? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.