Jump to content

tsd

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by tsd

  1. Greetings users of the best visual pack for KSP ( :P

    Noticing that the sunlight extinction looked very different in Spectra than in the default scatterer (that being almost essentially gone, even with the option on), I did some digging and found that in Spectra, the  "Atmo.cfg" file in Spectra\Spectra_scatterer\Planets\Kerbin sets the extinctionThickness to 0.5 from the default 1, all but eliminating the morning orange from Scatter's built-in extinction. 

    To bring them back, simply changing the value to 1.5 suffices.  The code as follows, to replace he appropriate altitude in the atmo.cfg file:

    Quote

        Item
                {
                    altitude = 0
                    skyExposure = 0.100000003
                    skyAlpha = 1
                    skyExtinctionTint = 1.5
                    scatteringExposure = 0.200000004
                    extinctionThickness = 1.5
                    postProcessAlpha = 1
                    postProcessDepth = 0.100000001
                    extinctionTint = 1.5
                    openglThreshold = 10
                    viewdirOffset = 0
                }


     

×
×
  • Create New...