Page 1 of 1

[0.17.23]nuclear-reactor light is invalid

Posted: Sun Mar 31, 2019 1:20 pm
by muink
Nuclear reactor has two layers of light, and the white layer is uncontrolled.
1.PNG
1.PNG (3.17 KiB) Viewed 894 times
2.PNG
2.PNG (448.52 KiB) Viewed 894 times

Re: [0.17.23]nuclear-reactor light is invalid

Posted: Mon Apr 01, 2019 7:30 am
by posila
If I understood correctly what you are reporting as a bug, the white light comes from reactor's burner energy source. If light_flicker is not specified in the energy_source definition, it defaults to:

Code: Select all

light_flicker = 
{
  minimum_intensity = 0.2,
  maximum_intensity = 0.8,
  derivation_change_frequency = 0.3,
  derivation_change_deviation = 0.06,
  border_fix_speed = 0.02,
  minimum_light_size = 0.5,
  light_intensity_to_size_coefficient = 0.5,
  color = { r = 1, g = 1, b = 1 }
}