1 - Light Emitting, and Night Effect, whats the function of these parameters? How it works?
2 - Its possible to set the light effect to be on even during the day?
The effect_set light, wich I was testing, got no results. Vanilla settlements has braziers and light effects in the same object and there is the light effect enlighting buildings at night. The same setup simply does not work on my custom settlements! Exactly the same setup.
The descr_burning_building.txt has some interesting entries, but none worked for me, lets see:
Code:
effect burning_building_light_large
{
type light
{
fade_in_time 20.0
fade_out_time 2.0
keyframe_colour
{
0.05, 240, 100, 0
0.1, 240, 130, 0
0.15, 240, 80, 0
0.2, 240, 140, 0
0.25, 240, 70, 0
0.3, 240, 120, 0
}
keyframe_radius
{
0.05, 100
0.1, 98
0.15, 102
}
offset 0, 15, 0
}
}
effect_set burning_large_building_set
{
lod 1000
{
burning_building_smoke9
burning_building_smoke10
burning_building_smoke11
burning_building_smoke12
burning_building_light_large
burning_building_sound_large
fire_flare_sound
}
}
Notice the values in the effect itself, this one has values to be edited. Yet, it does not work for me anyway. Actually, I was never able to make any light effect to work! Edited or not!