Planet Creation Walkthru

Discussion in 'The Hangar Bay' started by Xango2000, Jan 2, 2017.

  1. Xango2000

    Xango2000 Captain

    Joined:
    Jun 15, 2016
    Messages:
    385
    Likes Received:
    202
    #1
    Runningwithhamster likes this.
  2. Kieve

    Kieve Rear Admiral

    Joined:
    Sep 26, 2016
    Messages:
    1,015
    Likes Received:
    3,954
    I've been playing with planet creation a bit myself, thought I might offer some insight:
    Code:
    ColorChange:
    YFadeCenter: 80
    YFadeRange: 40
    YFadeMin: -0.05
    YFadeMax: 0.2
    While I have no idea how precisely these affect the terrain, they do appear to have some kind of color-shifting effect on the planet. By changing the values, I was able to turn the "AlienBlack01" texture stark white, or in its current form, pitch-black. (The glowing emissive bits of this texture are unaffected).

    Code:
    ColorChange:
            YFadeCenter: 0
            YFadeRange: 100
            YFadeMin: 0
            YFadeMax: -0.01
    This is what caused the planet surface to be pitch-black. Further experimentation is needed, since it's extremely difficult to "eyeball" subtle visual changes, meaning extreme alterations are needed to nail down an observable effect.

    EDIT:
    More playing around. It seems the "SkyColor" parameter will affect Fog colors as well.
     
    #2
    Last edited: Jan 3, 2017
  3. Kieve

    Kieve Rear Admiral

    Joined:
    Sep 26, 2016
    Messages:
    1,015
    Likes Received:
    3,954
    Building onto that same "Terrain" section:
    -There appears to be a large-scale Normal Map that affects various landscape textures (not all are affected equally, it's very inconsistent) by applying a sort of "roughness" to them - this creates a directional shadow effect on the terrain.
    -NoiseStrength enhances that effect. You can make very flat, even-looking terrain by reducing this to very low values. Setting NoiseStrength high will create very sharp, black shadows across the ground texture.
    -I'm not certain how YFade parameters fit into this little puzzle, any speculation I have right now would be pure guesswork.
     
    #3
  4. Xango2000

    Xango2000 Captain

    Joined:
    Jun 15, 2016
    Messages:
    385
    Likes Received:
    202
    Updated the guide
     
    #4
    Kieve likes this.
  5. Kieve

    Kieve Rear Admiral

    Joined:
    Sep 26, 2016
    Messages:
    1,015
    Likes Received:
    3,954
    So I figured out last night what "ColorChange:" properties do. Turns out they were actually stupid-simple.
    • It applies a light/dark gradient to the "default" surface texture. (The one specified in MainBiome)
      • Not all textures work for this. I've found most "rock" and "stone" patterns are affected, but cliffs seem to ignore this. Or, since cliff textures are essentially two textures in one (a flat-surface and a sheer-surface for steep inclines), perhaps it's only affecting the cliff's "flat-surface" texture and I'm simply missing it.
    • YFadeCenter: The altitude of the gradient's center.
    • YFadeRange: The range (in altitude) that the gradient shifts between YFadeMin / YFadeMax.
      • I am not sure if this is total range (20 = +10 up and -10 down) or range from center (20 = +20 up / -20 down). I suspect the former, however.
    • YFadeMin: / YFadeMax: Both of these set "light" or "dark" parameters. Both positive and negative values will work for both - however, they are extremely sensitive and positive YFade values can easily cause the texture to "wash out" and become stark white, while negatives will cause it to go pitch-black. Surfaces with emissive properties, like lava or AlienBlack01, will retain their glow.
      • I recommend values no higher or lower than +/- 0.2 for either one.
      • Both Min & Max are independent of each other - the name is a little misleading. Min: 1 / Max: 0 would result in a mountain that starts stark-white at the bottom and darkens to its default color at the top.
    As a side-note, the MainBiome texture is also the one affected by NoiseStrength.
     
    #5
  6. piddlefoot

    piddlefoot Rear Admiral

    Joined:
    Mar 4, 2015
    Messages:
    1,849
    Likes Received:
    1,615
    Good job on this dude, really neat layout, will no doubt help alot of people.

    I use the colour chart cos its the easiest to find, Im linked now, handy dude, we thank you.

    Maybe update the Empyrion wiki database if your bored and get time, if you havent already that is !
     
    #6
  7. Xango2000

    Xango2000 Captain

    Joined:
    Jun 15, 2016
    Messages:
    385
    Likes Received:
    202
    Guide updated
     
    #7

Share This Page