Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,153 @@
; AtmosFear 3 by Cromm Cruac
; Tronex
; 2018/2019
; Global Weather
; support for Weather cycles and presets
; Every cycle has presets, those presets represent the weather files (match their names so the script will read them correctly)
; You can have as much as you want of cycles and presets for them
; Example of weather preset/profile: w_cloudy.ltx
; Naming rule: w_(cycle preset)_(moon pharse)
; Directory: environment\weathers\
; cycle preset: a name of your choice, its better to have the cycle name included. like foggy_01 and foggy_02
; moon pharse: only needed for clear and partly presets, used to detemind the moon pharse for the weather preset
; NOTE: add your new presets to [dof_kernels] section too, this will help with extra weather effects based on preset parameters (and prevent crashes)
;------------------------------------------
;-- Weather cycles
;------------------------------------------
[weather_cycles]
clear
partly
cloudy
rain
storm
foggy
;------------------------------------------
;-- Presets per cycle
;------------------------------------------
[cycle_clear]
w_clear1
w_clear2
[cycle_partly]
w_partly1
w_partly2
[cycle_cloudy]
w_cloudy1
w_cloudy2_dark
w_cloudy3_dark
[cycle_rain]
w_rain1
w_rain2
w_rain3
w_cloudy3
[cycle_storm]
w_storm1
w_storm2
[cycle_foggy]
w_foggy1
w_foggy2
w_foggy3
[cycle_pre_blowout] ;-- special, only used before emission/psi-storm event
w_foggy2
;------------------------------------------
;-- Weather parameter modifiers
;------------------------------------------
; These are modifiers for weather color parameters, they are picked based on brightness choice from weather settings then applied to weather parameters when game is loaded
; You can boost a weather parameter value by brightness, renderer, weather like this:
; [index].[renderer].[weather].[parameter] = [value] , [hour1]:[hour2]:[hour3]:[hour4]...
; [index]: doesn't serve any purpose except for having unlimited keys, in case you have identical lines
; [renderer]: you can specify modifiers by used renderer, for example "r2" will apply the modifier only on r2 (DX9). use "rr" if you want to apply a modifer regardless of the used renderer
; [weather]: you can specify a weather profile to be affected by a modifier, for example "w_rain2" will apply the modifier only for w_rain2. use "all" if you want to apply a modifer to all weather profiles
; [parameter]: the parameter that you want to be modified, keep in mind not all of them work. it's mainly aimed for color parameters
; [hour]: determine when your modifier is activated by defining hours range
; Example:
; 1.r2.w_foggy2.rain_color = 0.2 , 21:22:23:0:1:2:3:4
; This modifier will add +0.2 to rain color from 9 PM to 4 AM, in foggy weather "w_foggy2", and only if you're playing on DX9 "r2"
; NOTE:
; modifiers that meet same conditions will add to each others for a total value effect, this allows you combine modifiers freely
;------------------------------------------
[global_modifiers] ;-- put modifiers that can work on all brightness settings here
[brightness_bright]:global_modifiers
1.rr.all.ambient_color = 0.002 , 21:22:23:0:1:2:3:4
1.rr.all.hemisphere_color = 0.02 , 21:22:23:0:1:2:3:4
1.rr.all.rain_color = 0.2 , 21:22:23:0:1:2:3:4
1.rr.all.sky_color = 0.1 , 21:22:23:0:1:2:3:4
1.rr.all.sun_color = 0.02 , 21:22:23:0:1:2:3:4
[brightness_medium]:global_modifiers
1.rr.all.ambient_color = 0.001 , 21:22:23:0:1:2:3:4
1.rr.all.hemisphere_color = 0.01 , 21:22:23:0:1:2:3:4
1.rr.all.rain_color = 0.1 , 21:22:23:0:1:2:3:4
1.rr.all.sky_color = 0.05 , 21:22:23:0:1:2:3:4
1.rr.all.sun_color = 0.01 , 21:22:23:0:1:2:3:4
[brightness_slight]:global_modifiers ;-- reference, no modified color
[brightness_dark]:global_modifiers
1.rr.all.ambient_color = -0.002 , 21:22:23:0:1:2:3:4
1.rr.all.hemisphere_color = -0.01 , 21:22:23:0:1:2:3:4
1.rr.all.rain_color = -0.1 , 21:22:23:0:1:2:3:4
1.rr.all.sky_color = -0.05 , 21:22:23:0:1:2:3:4
1.rr.all.sun_color = -0.01 , 21:22:23:0:1:2:3:4
;------------------------------------------
;-- DoF kernals, used for effects
;------------------------------------------
[dof_kernels]
w_clear1 = 2
w_clear2 = 2
w_partly1 = 2
w_partly2 = 2
w_foggy1 = 6
w_foggy2 = 6
w_foggy3 = 6
w_cloudy1 = 3
w_cloudy2_dark = 3
w_cloudy3 = 3
w_cloudy3_dark = 3
w_rain1 = 8
w_rain2 = 8
w_rain3 = 8
w_storm1 = 4
w_storm2 = 4
;------------------------------------------
;-- Distant storm sounds
;------------------------------------------
[distant_storm_sounds]
nature\pre_storm_6
nature\pre_storm_7
nature\pre_storm_8
nature\pre_storm_9
nature\pre_storm_10
nature\pre_storm_11
nature\pre_storm_12
nature\pre_storm_new_1
nature\pre_storm_new_2
nature\pre_storm_new_3
nature\pre_storm_new_4
nature\pre_storm_new_5
nature\pre_storm_new_6
nature\pre_storm_new_7
nature\pre_storm_new_8
nature\pre_storm_new_9
@@ -0,0 +1,148 @@
#include "blowout_effects.ltx"
[effect_0]
life_time = 35
offset = 50.000000, 0.000000, 20.000000
particles = lanforse\fog_light
sound = nature\wind_01
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.215000
[effect_1]
life_time = 32
offset = 50.000000, 0.000000, 50.000000
particles = lanforse\anomaly_electrofog
sound = nature\wind_02
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.215500
[effect_2]
life_time = 35
offset = 50.000000, 0.000000, 10.000000
particles = lanforse\fog_light
sound = nature\wind_03
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.215500
[effect_3]
life_time = 32
offset = 50.000000, 0.000000, 30.000000
particles = lanforse\fog_mist
sound = nature\wind_04
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.250000
[effect_4]
life_time = 35
offset = 50.000000, 0.000000, 40.000000
particles = lanforse\fog_light
sound = nature\wind_05
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.305000
[effect_5]
life_time = 37
offset = 0.000000, 0.000000, 25.000000
particles = lanforse\fog_mist
sound = nature\wind_06
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.330000
[effect_6]
life_time = 47
offset = 50.000000, 0.000000, 20.000000
particles = lanforse\fog_green
sound = nature\wind_07
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.150000
[effect_7]
life_time = 38
offset = 0.000000, 0.000000, 15.000000
particles = lanforse\fog_mist
sound = nature\wind_08
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.125000
[effect_8]
life_time = 47
offset = 20.000000, 0.000000, 10.000000
particles = lanforse\fog_green
sound = nature\wind_09
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.220000
[effect_9]
life_time = 40
offset = 30.000000, 0.000000, 20.000000
particles = lanforse\fog_green
sound = nature\wind_10
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.230000
[leaves]
life_time = 7
offset = 0.000000, 0.000000, 15.000000
particles = environment_nature\tree_leaves_falling_01
sound = ambient\trx\nature\wind_gust\rnd_wind_3_restored
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.015000
[leaves_red]
life_time = 7
offset = 0.000000, 0.000000, 15.000000
particles = environment_nature\tree_leaves_falling_red_01
sound = ambient\trx\nature\wind_gust\rnd_wind_3_restored
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.015000
[leaves_storm]
life_time = 7
offset = 0.000000, 0.000000, 15.000000
particles = environment_nature\tree_leaves_stormy_01
sound = ambient\trx\nature\wind_gust\rnd_wind_2_restored
wind_blast_in_time = 0.000000
wind_blast_longitude = 0.000000
wind_blast_out_time = 0.000000
wind_blast_strength = 0.000000
wind_gust_factor = 0.030000
@@ -0,0 +1,103 @@
;Global Sun Positions table
;Based on Atmosfear 3
;as of Anomaly 1.5 the weather system ignores sun positions in weather config files
;and uses this table instead.
[00:00:00]
sun_longitude = -26.543000
sun_altitude = 14.870000
[01:00:00]
sun_longitude = -28.200000
sun_altitude = 0.000000
[02:00:00]
sun_longitude = -26.543000
sun_altitude = -14.870000
[03:00:00]
sun_longitude = -20.005000
sun_altitude = -28.300000
[04:00:00]
sun_longitude = -9.569000
sun_altitude = -38.800000
[05:00:00]
sun_longitude = 3.033000
sun_altitude = -44.311000
;06:00:00 = Sunrise
[06:00:00]
sun_longitude = -1.709000
sun_altitude = 110.383200
[07:00:00]
sun_longitude = -10.680000
sun_altitude = 99.040110
[08:00:00]
sun_longitude = -20.160000
sun_altitude = 82.593720
[09:00:00]
sun_longitude = -29.570000
sun_altitude = 70.338200
[10:00:00]
sun_longitude = -38.430000
sun_altitude = 61.361200
[11:00:00]
sun_longitude = -46.040000
sun_altitude = 44.532400
[12:00:00]
sun_longitude = -51.420000
sun_altitude = 23.920400
[13:00:00]
sun_longitude = -53.410000
sun_altitude = 0.158500
[14:00:00]
sun_longitude = -51.440000
sun_altitude = -23.617000
[15:00:00]
sun_longitude = -46.080000
sun_altitude = -44.255800
[16:00:00]
sun_longitude = -38.470000
sun_altitude = -61.106100
[17:00:00]
sun_longitude = -29.610000
sun_altitude = -75.093800
[18:00:00]
sun_longitude = -20.180000
sun_altitude = -87.350200
[19:00:00]
sun_longitude = -10.690000
sun_altitude = -98.790000
;20:00:00 = Sunset
[20:00:00]
sun_longitude = -1.683000
sun_altitude = -110.121300
[21:00:00]
sun_longitude = 3.033000
sun_altitude = 44.311000
[22:00:00]
sun_longitude = -9.569000
sun_altitude = 38.800000
[23:00:00]
sun_longitude = -20.005000
sun_altitude = 28.301000
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,215 @@
[collection_far] ; 0.4 BSV
default_00 = nature\new_thunder2_hec
default_01 = nature\pre_storm_3
default_02 = nature\storm_2
default_03 = nature\thunderfar_1
default_04 = nature\thunderfar_2
default_05 = nature\thunderfar_3
default_06 = nature\thunderfar_4
default_30 = nature\very_far1
default_31 = nature\very_far2
default_32 = nature\very_far3
default_33 = nature\very_far4
[collection_medium]
default_07 = nature\pre_storm_1
default_08 = nature\pre_storm_2
default_09 = nature\pre_storm_4
default_10 = nature\pre_storm_5
default_11 = nature\storm_1
default_12 = nature\storm_4
default_13 = nature\thunder-3-hec
default_14 = nature\thunder-4
default_34 = nature\medium1
default_35 = nature\medium2
default_36 = nature\medium3
default_37 = nature\medium4
[collection_close]
default_15 = nature\new_thunder1_hec
default_16 = nature\new_thunder3_hec
default_17 = nature\storm_3
default_18 = nature\storm_5
default_19 = nature\thundernew1
default_20 = nature\thundernew4
default_38 = nature\close1
default_39 = nature\close2
default_40 = nature\close3
default_41 = nature\close4
[collection_very_close]
default_21 = nature\new_thunder4_hec
default_22 = nature\thunder-0
default_23 = nature\thunder-1
default_24 = nature\thunder-2
default_25 = nature\thunder-3
default_26 = nature\thundernew2
default_27 = nature\thundernew3
default_28 = nature\thundernew5
default_29 = nature\thundernew6
default_42 = nature\very_close1
default_43 = nature\very_close2
default_44 = nature\very_close3
default_45 = nature\very_close4
[collection_mix_far_medium]
default_00 = nature\new_thunder2_hec
default_01 = nature\pre_storm_3
default_02 = nature\storm_2
default_03 = nature\thunderfar_1
default_04 = nature\thunderfar_2
default_05 = nature\thunderfar_3
default_06 = nature\thunderfar_4
default_30 = nature\very_far1
default_31 = nature\very_far2
default_32 = nature\very_far3
default_33 = nature\very_far4
default_07 = nature\pre_storm_1
default_08 = nature\pre_storm_2
default_09 = nature\pre_storm_4
default_10 = nature\pre_storm_5
default_11 = nature\storm_1
default_12 = nature\storm_4
default_13 = nature\thunder-3-hec
default_14 = nature\thunder-4
default_34 = nature\medium1
default_35 = nature\medium2
default_36 = nature\medium3
default_37 = nature\medium4
[collection_mix_medium_close]
default_07 = nature\pre_storm_1
default_08 = nature\pre_storm_2
default_09 = nature\pre_storm_4
default_10 = nature\pre_storm_5
default_11 = nature\storm_1
default_12 = nature\storm_4
default_13 = nature\thunder-3-hec
default_14 = nature\thunder-4
default_34 = nature\medium1
default_35 = nature\medium2
default_36 = nature\medium3
default_37 = nature\medium4
default_15 = nature\new_thunder1_hec
default_16 = nature\new_thunder3_hec
default_17 = nature\storm_3
default_18 = nature\storm_5
default_19 = nature\thundernew1
default_20 = nature\thundernew4
default_38 = nature\close1
default_39 = nature\close2
default_40 = nature\close3
default_41 = nature\close4
[collection_mix_far_medium_close]
default_00 = nature\new_thunder2_hec
default_01 = nature\pre_storm_3
default_02 = nature\storm_2
default_03 = nature\thunderfar_1
default_04 = nature\thunderfar_2
default_05 = nature\thunderfar_3
default_06 = nature\thunderfar_4
default_30 = nature\very_far1
default_31 = nature\very_far2
default_32 = nature\very_far3
default_33 = nature\very_far4
default_07 = nature\pre_storm_1
default_08 = nature\pre_storm_2
default_09 = nature\pre_storm_4
default_10 = nature\pre_storm_5
default_11 = nature\storm_1
default_12 = nature\storm_4
default_13 = nature\thunder-3-hec
default_14 = nature\thunder-4
default_34 = nature\medium1
default_35 = nature\medium2
default_36 = nature\medium3
default_37 = nature\medium4
default_15 = nature\new_thunder1_hec
default_16 = nature\new_thunder3_hec
default_17 = nature\storm_3
default_18 = nature\storm_5
default_19 = nature\thundernew1
default_20 = nature\thundernew4
default_38 = nature\close1
default_39 = nature\close2
default_40 = nature\close3
default_41 = nature\close4
[collection_mix_medium_close_very_close]
default_07 = nature\pre_storm_1
default_08 = nature\pre_storm_2
default_09 = nature\pre_storm_4
default_10 = nature\pre_storm_5
default_11 = nature\storm_1
default_12 = nature\storm_4
default_13 = nature\thunder-3-hec
default_14 = nature\thunder-4
default_34 = nature\medium1
default_35 = nature\medium2
default_36 = nature\medium3
default_37 = nature\medium4
default_15 = nature\new_thunder1_hec
default_16 = nature\new_thunder3_hec
default_17 = nature\storm_3
default_18 = nature\storm_5
default_19 = nature\thundernew1
default_20 = nature\thundernew4
default_38 = nature\close1
default_39 = nature\close2
default_40 = nature\close3
default_41 = nature\close4
default_21 = nature\new_thunder4_hec
default_22 = nature\thunder-0
default_23 = nature\thunder-1
default_24 = nature\thunder-2
default_25 = nature\thunder-3
default_26 = nature\thundernew2
default_27 = nature\thundernew3
default_28 = nature\thundernew5
default_29 = nature\thundernew6
default_42 = nature\very_close1
default_43 = nature\very_close2
default_44 = nature\very_close3
default_45 = nature\very_close4
[collection_mix_close_very_close]
default_15 = nature\new_thunder1_hec
default_16 = nature\new_thunder3_hec
default_17 = nature\storm_3
default_18 = nature\storm_5
default_19 = nature\thundernew1
default_20 = nature\thundernew4
default_38 = nature\close1
default_39 = nature\close2
default_40 = nature\close3
default_41 = nature\close4
default_21 = nature\new_thunder4_hec
default_22 = nature\thunder-0
default_23 = nature\thunder-1
default_24 = nature\thunder-2
default_25 = nature\thunder-3
default_26 = nature\thundernew2
default_27 = nature\thundernew3
default_28 = nature\thundernew5
default_29 = nature\thundernew6
default_42 = nature\very_close1
default_43 = nature\very_close2
default_44 = nature\very_close3
default_45 = nature\very_close4
[collection_stancia]
stancia_00 =
stancia_01 =
stancia_02 =
stancia_03 =
[collection_surge]
surge_00 =
surge_01 =
surge_02 =
surge_03 =
surge_04 =
[collection_test]
thunder_test_00 = environment_altered ;nature\thundernew5
@@ -0,0 +1,782 @@
[default_00]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\new_thunder2_hec
[default_01]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\pre_storm_3
[default_02]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\storm_2
[default_03]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\thunderfar_1
[default_04]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\thunderfar_2
[default_05]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\thunderfar_3
[default_06]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\thunderfar_4
[default_07]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\pre_storm_1
[default_08]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\pre_storm_2
[default_09]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\pre_storm_4
[default_10]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\pre_storm_5
[default_11]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\storm_1
[default_12]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\storm_4
[default_13]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\thunder-3-hec
[default_14]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\thunder-4
[default_15]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\new_thunder1_hec
[default_16]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\new_thunder3_hec
[default_17]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\storm_3
[default_18]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\storm_5
[default_19]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\thundernew1
[default_20]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\thundernew4
[default_21]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\new_thunder4_hec
[default_22]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\thunder-0
[default_23]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\thunder-1
[default_24]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\thunder-2
[default_25]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\thunder-3
[default_26]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\thundernew2
[default_27]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\thundernew3
[default_28]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\thundernew5
[default_29]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\thundernew6
[default_30]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\very_far1
[default_31]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\very_far2
[default_32]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\very_far3
[default_33]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\very_far4
[default_34]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\medium1
[default_35]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\medium2
[default_36]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\medium3
[default_37]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\medium4
[default_38]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\close1
[default_39]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\close2
[default_40]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\close3
[default_41]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\close4
[default_42]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = nature\very_close1
[default_43]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = nature\very_close2
[default_44]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = nature\very_close3
[default_45]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = nature\very_close4
[old_0]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = ambient\soundscape\thunder\Thunder_8
[old_1]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-02.dm
sound = ambient\soundscape\thunder\Thunder_9
[old_2]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-03.dm
sound = ambient\soundscape\thunder\Thunder_10
[old_3]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-04.dm
sound = ambient\soundscape\thunder\Thunder_11
[stancia_00]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.750000
gradient_top_radius = 2.500000, 1.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_01.dm
sound = anomaly\stancia_thunder
[stancia_01]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 1.000000
gradient_top_radius = 3.000000, 1.750000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_02.dm
sound = anomaly\stancia_thunder
[stancia_02]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.800000
gradient_top_radius = 2.000000, 1.000000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_03.dm
sound = anomaly\stancia_thunder
[stancia_03]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning-01.dm
sound = nature\thunder-0
[surge_00]
color_anim = koster_01_electra
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.750000
gradient_top_radius = 2.500000, 1.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_01.dm
sound = ambient\blowout\blowout_lightning_01
[surge_01]
color_anim = koster_01_electra
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 1.000000
gradient_top_radius = 3.000000, 1.750000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_02.dm
sound = ambient\blowout\blowout_lightning_02
[surge_02]
color_anim = koster_01_electra
gradient_center_opacity = 1.000000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.800000
gradient_top_radius = 2.000000, 1.000000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_03.dm
sound = ambient\blowout\blowout_lightning_03
[surge_03]
color_anim = koster_01_electra
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_01.dm
sound = ambient\blowout\blowout_lightning_04
[surge_04]
color_anim = koster_01_electra
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient_surge
lightning_model = dm\dm_lightning_stancia_05.dm
sound = ambient\blowout\blowout_lightning_05
[thunder_test_00]
color_anim = weathers\thunderbolt_00
gradient_center_opacity = 0.600000
gradient_center_radius = 2.000000, 1.000000
gradient_center_shader = effects\sun
gradient_center_texture = fx\fx_thunderbolts_gradient
gradient_top_opacity = 0.600000
gradient_top_radius = 0.500000, 0.250000
gradient_top_shader = effects\sun
gradient_top_texture = fx\fx_thunderbolts_gradient
lightning_model = dm\dm_lightning-01.dm
sound = ambient\soundscape\thunder\Thunder_1
@@ -0,0 +1,653 @@
[00:00:00]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.03, 0.03, 0.03
fog_density = 0.9
fog_distance = 250
hemisphere_color = 0.115, 0.125, 0.135, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.64, 0.66, 0.64
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\15-00
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.1
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 50
wind_direction = 050
wind_velocity = 370
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:03:00]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.175, 0.175, 0.175, 0
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.5, 0.53, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0.04
wind_direction = 050
wind_velocity = 670
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:07:00]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.175, 0.175, 0.175, 0
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.5, 0.53, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 770
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:07:10]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.1, 0.1, 0.1, 0
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.42, 0.46, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1_1
sun = none
sun_altitude = 180.000000
sun_color = 1, 1, 1
sun_longitude = -30.000000
sun_shafts_intensity = 0.25
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 1
tree_amplitude_intensity = 0.05
water_intensity = 450
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:08:00]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.175, 0.175, 0.175, 0
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.5, 0.53, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0.3
thunderbolt_period = 2
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:10:00]
ambient = pre_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.18, 0.18, 0
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.25, 0.3, 0.35
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout2
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.02
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 2
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:14:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.17, 0.17, 0.17, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.4, 0.35
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.01
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 3
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:16:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.2, 0.18, 0.16, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.28, 0.35, 0.3
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3
sun = none
sun_altitude = 180.000000
sun_color = 0.15, 0.15, 0.15
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 4
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:18:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.19, 0.17, 0.15, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.3, 0.4, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 5
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:20:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_2
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.02
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 3.5
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:22:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.01
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 2.2
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:24:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_3
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 3.2
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:26:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 2.7
tree_amplitude_intensity = 0.05
water_intensity = 0.5
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:28:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_2
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 2.1
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:30:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 2.6
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:32:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_3
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 2.8
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 1000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:34:00]
ambient = blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.33, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.02
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 2.2
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 800
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:38:00]
ambient = post_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.43, 0.55, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout6
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.02
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.4
thunderbolt_period = 2
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 700
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:42:00]
ambient = post_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.4, 0.55, 0.65
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout5
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.3
thunderbolt_period = 3
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 700
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:46:00]
ambient = post_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.16, 0.14, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.44, 0.55, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout7
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0.4
thunderbolt_period = 12
tree_amplitude_intensity = 0.03
water_intensity = 0.5
wind_direction = 050
wind_velocity = 700
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:50:00]
ambient = post_blowout
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.09, 0.09, 0.09, 0
rain_color = 0.7, 0.7, 0.71
rain_density = 1
sky_color = 0.26, 0.27, 0.25
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\18-00
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0.3
thunderbolt_period = 30
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = 050
wind_velocity = 700
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
@@ -0,0 +1,651 @@
[00:00:00]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.34375, 0.308594, 0.261719
rain_density = 0
sky_color = 0.083, 0.093, 0.083
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 450
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:03:00]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.181, 0.201, 0.191
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 670
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:07:00]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.181, 0.201, 0.191
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.02
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 770
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:07:10]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.121, 0.141, 0.141
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1_1
sun = none
sun_altitude = 180.000000
sun_color = 1, 1, 1
sun_longitude = -30.000000
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.15
thunderbolt_period = 0.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:07:12]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.181, 0.201, 0.191
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout1
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:10:00]
ambient = pre_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.255, 0.255, 0.255, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.4, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout7_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 3.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:14:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.245, 0.145, 0.1, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.4, 0.5, 0.45
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 3.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:16:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.24, 0.14, 0.1, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.4, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 4.22
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:18:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.14, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.4, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 4.75
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:20:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.14, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_2_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 5.45
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:22:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.14, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_1_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 5.44
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:24:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.14, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_3_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 6.00
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:26:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.12, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 6.36
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:28:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.13, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_2_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 7.43
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:30:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.13, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_1_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 0.45
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:32:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.13, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 1
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout3_3_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 1.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 1000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:34:00]
ambient = blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.13, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.8
sky_color = 0.3, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout4_1_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 0.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 800
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:38:00]
ambient = post_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.15, 0.15, 0.13, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.3
sky_color = 0.3, 0.5, 0.6
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout6_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.05
thunderbolt_period = 0.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 700
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:42:00]
ambient = post_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.2, 0.2, 0.2, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.6
sky_color = 0.35, 0.5, 0.6
sky_rotation = 0.3
sky_texture = sky\af3_blowout\blowout5_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.15
thunderbolt_period = 12.12
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 700
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:46:00]
ambient = post_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.35, 0.3, 0.3, 1
rain_color = 0.2, 0.2, 0.2
rain_density = 0.8
sky_color = 0.5, 0.6, 0.55
sky_rotation = 0
sky_texture = sky\af3_blowout\blowout7_night
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0.15
thunderbolt_period = 12.5
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 700
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:50:00]
ambient = post_blowout
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.34375, 0.308594, 0.261719
rain_density = 0
sky_color = 0.083, 0.093, 0.083
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = none
sun_altitude = 180.000000
sun_color = 0, 0, 0
sun_longitude = -30.000000
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.05
water_intensity = 0
wind_direction = -120
wind_velocity = 700
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
@@ -0,0 +1,340 @@
[00:00:00]
ambient = pre_psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.125, 0.12, 0.132
fog_density = 0.900000
fog_distance = 450.000000
hemisphere_color = 0.1, 0.105, 0.11, 1
rain_color = 0.343750, 0.308594, 0.261719
rain_density = 0.000000
sky_texture = sky\af3_a_cloudy\18-00
sky_color = 0.405, 0.43, 0.45
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.100000
thunderbolt_collection =
thunderbolt_duration = 0.000000
thunderbolt_period = 0.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 600.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:04:00]
ambient = pre_psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout7
sky_color = 0.4000000, 0.4800000, 0.500000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection =
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:08:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:13:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:18:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 800.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:23:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:28:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.300000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:33:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.300000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:38:00]
ambient = psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.400000
sky_texture = sky\af3_blowout\blowout5psi
sky_color = 0.4700000, 0.5500000, 0.570000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 700.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:42:00]
ambient = post_psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.400000
sky_texture = sky\af3_blowout\blowout7
sky_color = 0.4000000, 0.4800000, 0.500000
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection =
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 750.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
[00:46:00]
ambient = post_psi_storm
ambient_color = 0.027, 0.027, 0.027
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 460.000000
fog_color = 0.05, 0.05, 0.05
fog_density = 1
fog_distance = 450.000000
hemisphere_color = 0.1, 0.105, 0.11, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.400000
sky_texture = sky\af3_a_cloudy\18-00
sky_color = 0.405, 0.43, 0.45
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.100000
thunderbolt_collection =
thunderbolt_duration = 0.000000
thunderbolt_period = 0.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 500.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 4.0
bloom_exposure = 3.7
bloom_sky_intensity = 0.9
@@ -0,0 +1,373 @@
[00:00:00]
ambient = pre_psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260.000000
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250.000000
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.343750, 0.308594, 0.261719
rain_density = 0.000000
sky_texture = sky\af3_rainy\09-00_19-00
sky_color = 0.083, 0.093, 0.083
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.100000
thunderbolt_collection =
thunderbolt_duration = 0.000000
thunderbolt_period = 0.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 600.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:01:00]
ambient = pre_psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.555, 0.555, 0.555, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout7_night
sky_color = 0.5, 0.65, 0.65
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection =
thunderbolt_duration = 0.250000
thunderbolt_period = 6.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 850.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:02:00]
ambient = pre_psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.555, 0.555, 0.555, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout7_night
sky_color = 0.5, 0.65, 0.65
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection =
thunderbolt_duration = 0.250000
thunderbolt_period = 6.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 750.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:03:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:05:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:07:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:09:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:11:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:13:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:15:00]
ambient = psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.66, 0.66, 0.66, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout5psi_night
sky_color = 0.7, 0.85, 0.7
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 4.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 650.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:16:00]
ambient = post_psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.555, 0.555, 0.555, 1
rain_color = 0.699219, 0.699219, 0.699219
rain_density = 0.000000
sky_texture = sky\af3_blowout\blowout7_night
sky_color = 0.5, 0.65, 0.65
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.300000
thunderbolt_collection =
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 750.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
[00:18:00]
ambient = post_psi_storm
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 260
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 250
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.343750, 0.308594, 0.261719
rain_density = 0.000000
sky_texture = sky\af3_rainy\09-00_19-00
sky_color = 0.083, 0.093, 0.083
sky_rotation = 0.000000
sun = gradient1
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -30.000000
sun_altitude = 180.000000
sun_shafts_intensity = 0.100000
thunderbolt_collection =
thunderbolt_duration = 0.000000
thunderbolt_period = 0.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 600.000000
tree_amplitude_intensity = 0.050000
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 0.9
@@ -0,0 +1,139 @@
[00:00:00]
ambient = rain
ambient_color = 0.026, 0.0265, 0.027
clouds_color = 0.000000, 0.000000, 0.000000, 0.000000
clouds_texture = sky\sky_oblaka
far_plane = 260
fog_color = 0.1, 0.1, 0.1
fog_density = 0.9
fog_distance = 250
hemisphere_color = 0.165, 0.165, 0.165, 0
rain_color = 0.700000, 0.700000, 0.700000
rain_density = 0.000000
sky_color = 0.6, 0.62, 0.6
sky_rotation = 0.000000
sky_texture = sky\af3_a_cloudy\15-00
sun = gradient1
sun_altitude = -67.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -25.999998
sun_shafts_intensity = 0.000000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 100.000000
tree_amplitude_intensity = 0.050000
[00:01:00]
ambient = rain
ambient_color = 0.026, 0.0265, 0.027
clouds_color = 0.000000, 0.000000, 0.000000, 0.000000
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.2, 0.2, 0.2, 0
rain_color = 0.700000, 0.700000, 0.700000
rain_density = 0.000000
sky_color = 0.43, 0.5, 0.45
sky_rotation = 0.000000
sky_texture = sky\af3_blowout\blowout3
sun = gradient1
sun_altitude = -67.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -25.999998
sun_shafts_intensity = 0.000000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 2.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 100.000000
tree_amplitude_intensity = 0.050000
[00:02:00]
ambient = rain
ambient_color = 0.026, 0.0265, 0.027
clouds_color = 0.000000, 0.000000, 0.000000, 0.000000
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.18, 0.18, 0.18, 0
rain_color = 0.700000, 0.700000, 0.700000
rain_density = 0.000000
sky_color = 0.43, 0.5, 0.45
sky_rotation = 0.000000
sky_texture = sky\af3_blowout\blowout3_2
sun = gradient1
sun_altitude = -67.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -25.999998
sun_shafts_intensity = 0.000000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 100.000000
tree_amplitude_intensity = 0.050000
[00:30:00]
ambient = rain
ambient_color = 0.026, 0.0265, 0.027
clouds_color = 0.000000, 0.000000, 0.000000, 0.000000
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.03, 0.03, 0.03
fog_density = 1.0
fog_distance = 450
hemisphere_color = 0.2, 0.2, 0.2, 0
rain_color = 0.700000, 0.700000, 0.700000
rain_density = 0.000000
sky_color = 0.43, 0.5, 0.45
sky_rotation = 0.000000
sky_texture = sky\af3_blowout\blowout3
sun = gradient1
sun_altitude = -67.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -25.999998
sun_shafts_intensity = 0.000000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 2.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 100.000000
tree_amplitude_intensity = 0.050000
[00:40:00]
ambient = rain
ambient_color = 0.026, 0.0265, 0.027
clouds_color = 0.000000, 0.000000, 0.000000, 0.000000
clouds_texture = sky\sky_oblaka
far_plane = 260
fog_color = 0.1, 0.1, 0.1
fog_density = 0.9
fog_distance = 250
hemisphere_color = 0.165, 0.165, 0.165, 0
rain_color = 0.700000, 0.700000, 0.700000
rain_density = 0.000000
sky_color = 0.6, 0.62, 0.6
sky_rotation = 0.000000
sky_texture = sky\af3_a_cloudy\15-00
sun = gradient1
sun_altitude = -67.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -25.999998
sun_shafts_intensity = 0.000000
thunderbolt_collection = collection_surge
thunderbolt_duration = 0.250000
thunderbolt_period = 3.000000
water_intensity = 0.000000
wind_direction = -120.000000
wind_velocity = 100.000000
tree_amplitude_intensity = 0.050000
@@ -0,0 +1,54 @@
[00:00:00]
ambient = rain
ambient_color = 0.020000, 0.020000, 0.020000
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 350.000000
fog_color = 0.006700, 0.006300, 0.005500
fog_density = 0.900000
fog_distance = 350.000000
hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000
rain_color = 0.210000, 0.210000, 0.270000
rain_density = 0.950000
sky_color = 0.250000, 0.250000, 0.250000
sky_rotation = 0.000000
sky_texture = sky\swtc_clear\00-00-fm
sun = gradient1
sun_altitude = -68.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -3.000000
sun_shafts_intensity = 0.0
thunderbolt_collection =
thunderbolt_duration = 0.350000
thunderbolt_period = 4.500000
water_intensity = 0.100000
wind_direction = 0.000000
wind_velocity = 0.000000
[12:00:00]
ambient = rain
ambient_color = 0.020000, 0.020000, 0.020000
clouds_color = 0.0, 0.0, 0.0, 0.0
clouds_texture =
far_plane = 350.000000
fog_color = 0.006700, 0.006300, 0.005500
fog_density = 0.900000
fog_distance = 350.000000
hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000
rain_color = 0.210000, 0.210000, 0.270000
rain_density = 0.950000
sky_color = 0.250000, 0.250000, 0.250000
sky_rotation = 0.000000
sky_texture = sky\swtc_clear\12-00
sun = gradient1
sun_altitude = -68.999985
sun_color = 0.000000, 0.000000, 0.000000
sun_longitude = -3.000000
sun_shafts_intensity = 0.0
thunderbolt_collection =
thunderbolt_duration = 0.350000
thunderbolt_period = 4.500000
water_intensity = 0.100000
wind_direction = 0.000000
wind_velocity = 0.000000
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,986 @@
[00:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[00:01:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[01:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0.1
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[02:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0.2
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[03:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[04:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.0008
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 0.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 430
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[04:30:00]
ambient = night
ambient_color = 0.0195, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.00369, 0.00384, 0.0038
fog_density = 1
fog_distance = 350
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.2, 0.23, 0.2
sky_rotation = 0.57
sky_texture = sky\af3_rainy\09-00_19-00
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.1
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 420
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[05:00:00]
ambient = morning
ambient_color = 0.0205, 0.021, 0.0215
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.03, 0.03, 0.03
fog_density = 0.98
fog_distance = 500
hemisphere_color = 0.06, 0.06, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.4, 0.48, 0.45
sky_rotation = 0.7
sky_texture = sky\swtc_dark\05-00-storm
sun = cloudy_light_sunrise
sun_color = 0.02, 0.02, 0.02
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[06:00:00]
ambient = morning
ambient_color = 0.026, 0.026, 0.028
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 630
fog_color = 0.057, 0.057, 0.061
fog_density = 0.99
fog_distance = 620
hemisphere_color = 0.095, 0.1, 0.1, 1
rain_color = 0.44, 0.44, 0.475
rain_density = 0
sky_color = 0.55, 0.6, 0.61
sky_rotation = 0.8
sky_texture = sky\swtc_dark\05-00-storm
sun = foggy3
sun_color = 0.2, 0.15, 0.1
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[06:59:00]
ambient = morning
ambient_color = 0.0295, 0.03, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 440
fog_color = 0.04, 0.038, 0.038
fog_density = 0.99
fog_distance = 430
hemisphere_color = 0.145, 0.145, 0.148, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.55, 0.63, 0.63
sky_rotation = 0.89
sky_texture = sky\swtc_dark\05-00-storm
sun = foggy3
sun_color = 0.415, 0.365, 0.32
sun_shafts_intensity = 0.08
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[07:00:00]
ambient = morning
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.05, 0.05, 0.055
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.14, 0.153, 0.16, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.59, 0.62, 0.61
sky_rotation = 0.9
sky_texture = sky\af3_a_cloudy\18-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.435, 0.385, 0.34
sun_shafts_intensity = 0.08
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.4
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[08:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.09, 0.09, 0.1
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.205, 0.218, 0.225, 1
rain_color = 0.122, 0.122, 0.122
rain_density = 0
sky_color = 0.73, 0.77, 0.76
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.395, 0.385, 0.38
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.2
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[09:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.11, 0.1, 0.11
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.205, 0.218, 0.225, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.73, 0.78, 0.77
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.26, 0.26, 0.265
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[09:59:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.11, 0.1, 0.11
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.23, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.73, 0.79, 0.78
sky_rotation = 1.19
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.235, 0.235, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[10:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.11, 0.1, 0.11
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.22, 0.233, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.73, 0.79, 0.78
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.235, 0.235, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[11:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.11, 0.1, 0.11
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.22, 0.233, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.235, 0.235, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[12:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.11, 0.1, 0.11
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.22, 0.233, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.235, 0.235, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[13:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.22, 0.233, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.235, 0.235, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[14:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.225, 0.238, 0.245, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0.0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.225, 0.225, 0.23
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[15:00:00]
ambient = day
ambient_color = 0.0305, 0.031, 0.0335
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.215, 0.228, 0.235, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.225, 0.225, 0.23
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[15:59:00]
ambient = day
ambient_color = 0.03, 0.0305, 0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.23, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.225, 0.225, 0.23
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[16:00:00]
ambient = day
ambient_color = 0.03, 0.0305, 0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.23, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.225, 0.225, 0.23
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[17:59:00]
ambient = day
ambient_color = 0.0295, 0.03, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.12, 0.12, 0.13
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.23, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.87, 0.91, 0.9
sky_rotation = 1.99
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.315, 0.275, 0.245
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[18:00:00]
ambient = day
ambient_color = 0.0285, 0.029, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.09, 0.09, 0.1
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.195, 0.205, 0.215, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.82, 0.86, 0.85
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.415, 0.375, 0.345
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:00:00]
ambient = day
ambient_color = 0.0275, 0.028, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 350
fog_color = 0.04, 0.04, 0.05
fog_density = 0.98
fog_distance = 340
hemisphere_color = 0.166, 0.176, 0.181, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.55, 0.62, 0.62
sky_rotation = 2.1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.465, 0.425, 0.395
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:30:00]
ambient = day
ambient_color = 0.0245, 0.025, 0.0255
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 350
fog_color = 0.0175, 0.0175, 0.0175
fog_density = 0.98
fog_distance = 340
hemisphere_color = 0.09, 0.096, 0.097, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.45, 0.52, 0.52
sky_rotation = 2.15
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.465, 0.425, 0.395
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:59:00]
ambient = night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 456
fog_color = 0.0054, 0.0054, 0.0064
fog_density = 0.99
fog_distance = 446
hemisphere_color = 0.04, 0.04, 0.042, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.21, 0.21, 0.21
sky_rotation = 2.198
sky_texture = sky\af3_a_cloudy\18-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.009, 0.009, 0.009
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:00:00]
ambient = night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.0054, 0.0054, 0.0064
fog_density = 0.99
fog_distance = 446
hemisphere_color = 0.026, 0.026, 0.027, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.21, 0.21, 0.21
sky_rotation = 2.2
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:30:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 435
fog_color = 0.003, 0.003, 0.004
fog_density = 1
fog_distance = 425
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.167, 0.169, 0.169
sky_rotation = 2.225
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.037
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:59:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.0025, 0.0025, 0.003
fog_density = 1
fog_distance = 400
hemisphere_color = 0.015, 0.015, 0.015, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.129, 0.13, 0.13
sky_rotation = 2.25
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[21:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00199, 0.00199, 0.0018
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.015, 0.015, 0.015, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.043, 0.046, 0.048
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 320
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[21:30:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00129, 0.00134, 0.00131
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.015, 0.015, 0.015, 1
rain_color = 0.315, 0.32, 0.3075
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 2.35
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 320
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[22:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00069, 0.00084, 0.00051
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 2.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[23:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 200
fog_color = 0.00169, 0.00184, 0.00251
fog_density = 0.85
fog_distance = 190
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.3, 0.3, 0.315
rain_density = 0.0
sky_color = 0.09, 0.103, 0.083
sky_rotation = 2.5
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.037, 0.04, 0.042
sun_shafts_intensity = 0.17
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,987 @@
[00:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[00:01:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[01:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0.1
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[02:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0.2
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[03:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[04:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 0.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[04:30:00]
ambient = night
ambient_color = 0.0195, 0.020, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.00369, 0.00384, 0.0038
fog_density = 1
fog_distance = 350
hemisphere_color = 0.036, 0.036, 0.03, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.21, 0.23, 0.2
sky_rotation = 0.57
sky_texture = sky\af3_rainy\09-00_19-00
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.1
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 320
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[05:00:00]
ambient = morning
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.02, 0.02, 0.022
fog_density = 0.98
fog_distance = 500
hemisphere_color = 0.035, 0.04, 0.05, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.35, 0.37, 0.35
sky_rotation = 0.7
sky_texture = sky\swtc_storm\08-00-storm
sun = cloudy_light_sunrise
sun_color = 0.02, 0.02, 0.02
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[06:00:00]
ambient = morning
ambient_color = 0.025, 0.025, 0.026
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 630
fog_color = 0.057, 0.057, 0.064
fog_density = 0.99
fog_distance = 620
hemisphere_color = 0.08, 0.083, 0.09, 1
rain_color = 0.44, 0.44, 0.475
rain_density = 0
sky_color = 0.46, 0.5, 0.49
sky_rotation = 0.8
sky_texture = sky\swtc_storm\08-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[06:59:00]
ambient = morning
ambient_color = 0.028, 0.0285, 0.029
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 440
fog_color = 0.04, 0.038, 0.038
fog_density = 1
fog_distance = 345
hemisphere_color = 0.125, 0.128, 0.145, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.62, 0.66, 0.65
sky_rotation = 0.89
sky_texture = sky\swtc_storm\08-00-storm
sun = storm_sunrise
sun_color = 0.44, 0.368, 0.421
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[07:00:00]
ambient = morning
ambient_color = 0.028, 0.0285, 0.029
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.07, 0.07, 0.075
fog_density = 1
fog_distance = 345
hemisphere_color = 0.14, 0.153, 0.16, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 0.9
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.44, 0.368, 0.421
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.4
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[08:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.08, 0.08, 0.085
fog_density = 1
fog_distance = 345
hemisphere_color = 0.185, 0.198, 0.21, 1
rain_color = 0.122, 0.122, 0.122
rain_density = 0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.39, 0.358, 0.351
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.2
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[09:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.08, 0.08, 0.085
fog_density = 1
fog_distance = 345
hemisphere_color = 0.195, 0.208, 0.214, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.215, 0.203, 0.216
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[09:59:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.08, 0.08, 0.085
fog_density = 1
fog_distance = 345
hemisphere_color = 0.195, 0.208, 0.214, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.19
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[10:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.205, 0.218, 0.222, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[11:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[12:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[13:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0.0
sky_color = 0.7, 0.755, 0.74
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[14:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0.0
sky_color = 0.64, 0.695, 0.68
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[15:00:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.61, 0.67, 0.65
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[15:59:00]
ambient = day
ambient_color = 0.029, 0.03, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.21, 0.223, 0.226, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.6, 0.655, 0.64
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 500
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[16:00:00]
ambient = day
ambient_color = 0.0285, 0.029, 0.0295
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.2, 0.213, 0.216, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.6, 0.655, 0.64
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.195, 0.183, 0.196
sun_shafts_intensity = 0.055
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 470
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[17:59:00]
ambient = day
ambient_color = 0.0265, 0.027, 0.0275
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 1
fog_distance = 345
hemisphere_color = 0.19, 0.203, 0.204, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.55, 0.6, 0.6
sky_rotation = 1.99
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.295, 0.255, 0.225
sun_shafts_intensity = 0.075
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.033
water_intensity = 0.1
wind_direction = 050
wind_velocity = 470
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[18:00:00]
ambient = day
ambient_color = 0.0265, 0.027, 0.0275
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 355
fog_color = 0.10, 0.10, 0.105
fog_density = 0.99
fog_distance = 345
hemisphere_color = 0.185, 0.195, 0.205, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.55, 0.6, 0.6
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.295, 0.255, 0.225
sun_shafts_intensity = 0.075
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.03
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:00:00]
ambient = day
ambient_color = 0.0265, 0.027, 0.0275
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 350
fog_color = 0.03, 0.03, 0.04
fog_density = 0.98
fog_distance = 340
hemisphere_color = 0.166, 0.176, 0.181, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.5, 0.55, 0.5
sky_rotation = 2.1
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.315, 0.275, 0.245
sun_shafts_intensity = 0.075
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:30:00]
ambient = day
ambient_color = 0.025, 0.0255, 0.026
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 350
fog_color = 0.0275, 0.0275, 0.0275
fog_density = 0.98
fog_distance = 340
hemisphere_color = 0.096, 0.106, 0.111, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.46, 0.51, 0.45
sky_rotation = 2.15
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.315, 0.275, 0.245
sun_shafts_intensity = 0.085
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:59:00]
ambient = night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 456
fog_color = 0.0054, 0.0054, 0.0064
fog_density = 0.99
fog_distance = 446
hemisphere_color = 0.04, 0.04, 0.042, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.207, 0.21, 0.21
sky_rotation = 2.198
sky_texture = sky\af3_a_cloudy\18-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.009, 0.009, 0.009
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 450
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:00:00]
ambient = night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 456
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 446
hemisphere_color = 0.026, 0.026, 0.028, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.2, 0.208, 0.208
sky_rotation = 2.2
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 470
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:30:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 456
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 446
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0
sky_color = 0.152, 0.162, 0.162
sky_rotation = 2.225
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 470
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[20:59:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.142, 0.152, 0.152
sky_rotation = 2.25
sky_texture = sky\swtc_dark\16-00-storm
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.028
water_intensity = 0.1
wind_direction = 050
wind_velocity = 470
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[21:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.015, 0.015, 0.015, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.043, 0.046, 0.05
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 320
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[21:30:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.013, 0.013, 0.013, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 2.35
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 320
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[22:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 2.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[23:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.00169, 0.00184, 0.0018
fog_density = 1
fog_distance = 490
hemisphere_color = 0.01, 0.01, 0.01, 1
rain_color = 0.33, 0.34, 0.3
rain_density = 0.0
sky_color = 0.095, 0.108, 0.088
sky_rotation = 2.5
sky_texture = sky\af3_rainy\09-00_19-00
sun = moon_halo_1st_q
sun_color = 0.03, 0.033, 0.037
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0.1
wind_direction = 100
wind_velocity = 330
bloom_threshold = 4.5
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,847 @@
[00:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.75
bloom_sky_intensity = 0.8
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[01:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.1
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.75
bloom_sky_intensity = 0.8
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[02:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.2
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[03:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.3, 0.3, 0.3
sky_rotation = 0.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:55:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.35, 0.35, 0.35
sky_rotation = 0.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[05:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.4, 0.4, 0.4
sky_rotation = 0.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[06:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.45, 0.45, 0.45
sky_rotation = 0.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.3, 0.2, 0.15
sun_shafts_intensity = 0.7
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[07:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.65, 0.65, 0.65
sky_rotation = 0.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.3, 0.2
sun_shafts_intensity = 0.5
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[08:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:54:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.105, 0.105, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[10:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[11:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[12:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[13:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[14:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[15:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[16:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.105, 0.105, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[17:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.37, 0.31
sun_shafts_intensity = 0.4
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[18:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.35, 0.3
sun_shafts_intensity = 0.5
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[19:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.6, 0.6, 0.6
sky_rotation = 2.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:01:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.35
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[21:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[22:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.5
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[23:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.6
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
@@ -0,0 +1,841 @@
[00:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[01:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.1
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[02:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.2
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[03:00:00]
ambient = indoor_underground
ambient_color = 0.009, 0.009, 0.009
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.3, 0.3, 0.3
sky_rotation = 0.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:55:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.35, 0.35, 0.35
sky_rotation = 0.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[05:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.4, 0.4, 0.4
sky_rotation = 0.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[06:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.45, 0.45, 0.45
sky_rotation = 0.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[07:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.65, 0.65, 0.65
sky_rotation = 0.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[08:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:54:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.105, 0.105, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[10:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[11:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[12:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[13:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[14:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[15:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[16:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.105, 0.105, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[17:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[18:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[19:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.95, 0.95, 0.95, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.6, 0.6, 0.6
sky_rotation = 2.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:01:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.08, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.35
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[21:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[22:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.5
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[23:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.6
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
@@ -0,0 +1,841 @@
[00:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[01:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[02:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[03:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:55:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[05:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[06:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[07:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[08:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:54:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[10:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[11:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[12:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[13:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[14:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[15:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[16:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[17:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[18:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[19:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:01:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[21:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[22:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[23:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_clear\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
@@ -0,0 +1,841 @@
[00:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[01:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.1
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[02:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.2
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[03:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.3, 0.3, 0.3
sky_rotation = 0.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[04:55:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.35, 0.35, 0.35
sky_rotation = 0.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[05:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.145, 0.145, 0.145, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.4, 0.4, 0.4
sky_rotation = 0.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[06:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.15, 0.15, 0.15, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.45, 0.45, 0.45
sky_rotation = 0.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.3, 0.2, 0.15
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[07:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.155, 0.155, 0.155, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.65, 0.65, 0.65
sky_rotation = 0.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.3, 0.2, 0.15
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[08:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.165, 0.165, 0.165, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[09:54:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[10:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[11:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[12:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[13:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[14:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[15:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[16:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 1.9
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[17:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.175, 0.175, 0.175, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.321, 0.28
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[18:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.165, 0.165, 0.165, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 2.1
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.35, 0.3, 0.25
sun_shafts_intensity = 0.3
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[19:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.16, 0.16, 0.16, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.6, 0.6, 0.6
sky_rotation = 2.2
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:01:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.105, 0.105, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.3
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[20:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.085, 0.085, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 2.35
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[21:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.4
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[22:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.5
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
[23:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.8
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 2.6
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.65
bloom_sky_intensity = 0.8
@@ -0,0 +1,842 @@
[00:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[01:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[02:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[03:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[04:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.3, 0.3, 0.3
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[04:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.35, 0.35, 0.35
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[04:55:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.09, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.5, 0.5, 0.5
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[05:00:00]
ambient = indoor_underground
ambient_color = 0.0085, 0.0085, 0.008
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.4, 0.4, 0.4
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[06:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.11, 0.11, 0.105, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.45, 0.45, 0.45
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.42, 0.35, 0.3
sun_shafts_intensity = 0.5
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[07:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.65, 0.65, 0.65
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.42, 0.35, 0.3
sun_shafts_intensity = 0.55
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[08:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.42, 0.35, 0.3
sun_shafts_intensity = 0.5
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[09:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.5, 0.5, 0.5
sun_shafts_intensity = 0.2
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[09:54:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.5, 0.5, 0.5
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[10:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.5, 0.5, 0.5
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[11:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.43, 0.36, 0.33
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[12:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.43, 0.36, 0.33
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[13:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.43, 0.36, 0.33
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[14:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.43, 0.36, 0.33
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[15:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.35, 0.32
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[16:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.4, 0.35, 0.32
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[17:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.43, 0.36, 0.33
sun_shafts_intensity = 0.42
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[18:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.125, 0.125, 0.125, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.7, 0.7, 0.7
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0.5, 0.42, 0.33
sun_shafts_intensity = 0.33
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[19:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.115, 0.115, 0.115, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.6, 0.6, 0.6
sky_rotation = 0
sky_texture = sky\af3_a_cloudy\13-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[20:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[20:01:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.09, 0.09, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[20:30:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.065, 0.065, 0.06, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.15, 0.15, 0.13
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[21:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[22:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
[23:00:00]
ambient = indoor_underground
ambient_color = 0.01, 0.01, 0.01
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 710
fog_color = 0.05, 0.05, 0.05
fog_density = 0.94
fog_distance = 700
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.1, 0.1, 0.08
sky_rotation = 0
sky_texture = sky\af3_rainy\09-00_19-00
sun = clear_day
sun_color = 0, 0, 0
sun_shafts_intensity = 0
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0
water_intensity = 0
wind_direction = 0
wind_velocity = 0
bloom_threshold = 5.5
bloom_exposure = 3.55
bloom_sky_intensity = 0.8
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,957 @@
[00:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.1
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[00:01:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.11
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[01:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.2
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[02:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.3
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[03:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.4
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 0.5
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:29:00]
ambient = night
ambient_color = 0.0195, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 660
fog_color = 0.00569, 0.00584, 0.00651
fog_density = 1
fog_distance = 650
hemisphere_color = 0.173, 0.173, 0.08, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.43, 0.54, 0.44
sky_rotation = 0.5
sky_texture = sky\swtc_clear_alt\23-00
sun =
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:30:00]
ambient = morning
ambient_color = 0.0195, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 660
fog_color = 0.03, 0.03, 0.03
fog_density = 1
fog_distance = 650
hemisphere_color = 0.045, 0.045, 0.045, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.32, 0.345, 0.36
sky_rotation = 0.6
sky_texture = sky\swtc_clear_alt\04-30
sun = none
sun_color = 0, 0, 0
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[05:00:00]
ambient = morning
ambient_color = 0.025, 0.024, 0.024
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 700
fog_color = 0.04, 0.04, 0.04
fog_density = 1
fog_distance = 690
hemisphere_color = 0.085, 0.085, 0.085, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.44, 0.44, 0.5
sky_rotation = 0.7
sky_texture = sky\swtc_clear_alt\05-00
sun = none
sun_color = 0, 0, 0
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[06:00:00]
ambient = morning
ambient_color = 0.037, 0.031, 0.026
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 760
fog_color = 0.11, 0.11, 0.12
fog_density = 1
fog_distance = 750
hemisphere_color = 0.21, 0.21, 0.21, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.65, 0.65, 0.65
sky_rotation = 0.8
sky_texture = sky\af3_a_partly\06-00
sun = clear_sunrise
sun_color = 0.57, 0.48, 0.4
sun_shafts_intensity = 0.08
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 3.9
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[06:59:00]
ambient = morning
ambient_color = 0.0415, 0.036, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 565
fog_color = 0.16, 0.155, 0.165
fog_density = 1
fog_distance = 555
hemisphere_color = 0.295, 0.285, 0.275, 1
rain_color = 0, 0, 0
rain_density = 0
sky_color = 0.84, 0.84, 0.84
sky_rotation = 0.89
sky_texture = sky\af3_a_partly\06-00
sun = cloudy_light_day2
sun_color = 0.57, 0.48, 0.41
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 6.8
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[07:00:00]
ambient = morning
ambient_color = 0.0415, 0.036, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 565
fog_color = 0.16, 0.155, 0.165
fog_density = 0.99
fog_distance = 555
hemisphere_color = 0.24, 0.23, 0.22, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.85, 0.85, 0.85
sky_rotation = 0.9
sky_texture = sky\af3_a_partly\07-00
sun = cloudy_light_day2
sun_color = 0.57, 0.48, 0.41
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 6.8
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[08:00:00]
ambient = day
ambient_color = 0.043, 0.037, 0.029
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.165, 0.16, 0.17
fog_density = 0.99
fog_distance = 450
hemisphere_color = 0.24, 0.25, 0.25, 1
rain_color = 0.122, 0.122, 0.122
rain_density = 0
sky_color = 0.85, 0.83, 0.91
sky_rotation = 1
sky_texture = sky\swtc_clear_alt\09-00
sun = cloudy_light_day2
sun_color = 0.53, 0.48, 0.43
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 6.8
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[08:59:00]
ambient = day
ambient_color = 0.044, 0.037, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 490
fog_color = 0.17, 0.17, 0.18
fog_density = 1
fog_distance = 480
hemisphere_color = 0.235, 0.24, 0.245, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.85, 0.83, 0.91
sky_rotation = 1.1
sky_texture = sky\swtc_clear_alt\09-00
sun = clear_sunrise
sun_color = 0.455, 0.445, 0.435
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[09:00:00]
ambient = day
ambient_color = 0.044, 0.037, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 490
fog_color = 0.17, 0.17, 0.18
fog_density = 1
fog_distance = 480
hemisphere_color = 0.235, 0.24, 0.245, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.85, 0.83, 0.91
sky_rotation = 1.1
sky_texture = sky\swtc_clear_alt\09-00
sun = clear_sunrise
sun_color = 0.455, 0.445, 0.435
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[10:00:00]
ambient = day
ambient_color = 0.045, 0.038, 0.031
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.22, 0.22, 0.23
fog_density = 1
fog_distance = 500
hemisphere_color = 0.23, 0.24, 0.25, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.86, 0.86, 0.92
sky_rotation = 1.2
sky_texture = sky\swtc_clear\09-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[11:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.25, 0.26, 0.27
fog_density = 0.99
fog_distance = 490
hemisphere_color = 0.23, 0.24, 0.25, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.86, 0.86, 0.92
sky_rotation = 1.3
sky_texture = sky\swtc_clear\09-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[12:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.26, 0.27, 0.28
fog_density = 0.99
fog_distance = 490
hemisphere_color = 0.24, 0.245, 0.25, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.84, 0.82, 0.95
sky_rotation = 1.4
sky_texture = sky\swtc_clear_alt\12-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[13:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 500
fog_color = 0.26, 0.27, 0.28
fog_density = 0.99
fog_distance = 490
hemisphere_color = 0.24, 0.245, 0.25, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.84, 0.82, 0.95
sky_rotation = 1.5
sky_texture = sky\swtc_clear_alt\12-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[14:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.2, 0.21, 0.222
fog_density = 0.99
fog_distance = 500
hemisphere_color = 0.23, 0.235, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.8, 0.8, 0.86
sky_rotation = 1.6
sky_texture = sky\swtc_clear\14-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[15:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.175, 0.17, 0.182
fog_density = 1
fog_distance = 550
hemisphere_color = 0.23, 0.235, 0.24, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.8, 0.8, 0.86
sky_rotation = 2.1
sky_texture = sky\swtc_clear\14-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[16:00:00]
ambient = day
ambient_color = 0.046, 0.039, 0.032
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.18, 0.17, 0.19
fog_density = 1
fog_distance = 550
hemisphere_color = 0.24, 0.245, 0.25, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.84, 0.84, 0.9
sky_rotation = 3.1
sky_texture = sky\swtc_clear_alt\17-00
sun = clear_sunrise
sun_color = 0.435, 0.425, 0.415
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[17:00:00]
ambient = day
ambient_color = 0.045, 0.038, 0.031
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.105, 0.14, 0.145
fog_density = 0.99
fog_distance = 550
hemisphere_color = 0.225, 0.225, 0.235, 1
rain_color = 0.68, 0.64, 0.6
rain_density = 0
sky_color = 0.84, 0.84, 0.9
sky_rotation = 4.1
sky_texture = sky\swtc_clear_alt\17-00
sun = cloudy_light_day3
sun_color = 0.45, 0.43, 0.41
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 5.0
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[18:00:00]
ambient = evening
ambient_color = 0.043, 0.036, 0.029
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.105, 0.14, 0.145
fog_density = 0.99
fog_distance = 550
hemisphere_color = 0.19, 0.195, 0.205, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.85, 0.87, 0.92
sky_rotation = 5.1
sky_texture = sky\swtc_clear_alt\18-00
sun = cloudy_light_day3
sun_color = 0.57, 0.47, 0.39
sun_shafts_intensity = 0.075
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.012
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 4.85
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[19:00:00]
ambient = evening
ambient_color = 0.033, 0.031, 0.024
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 670
fog_color = 0.1, 0.095, 0.105
fog_density = 0.93
fog_distance = 660
hemisphere_color = 0.19, 0.195, 0.21, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.6, 0.64, 0.81
sky_rotation = 6.1
sky_texture = sky\swtc_clear_alt\19-00
sun = cloudy_light_day
sun_color = 0.6, 0.5, 0.41
sun_shafts_intensity = 0.085
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.5
wind_direction = 0
wind_velocity = 300
bloom_threshold = 4.8
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[19:30:00]
ambient = evening
ambient_color = 0.0275, 0.0255, 0.0245
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 670
fog_color = 0.071, 0.07, 0.0755
fog_density = 0.95
fog_distance = 660
hemisphere_color = 0.13, 0.13, 0.135, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.415, 0.445, 0.595
sky_rotation = 6.11
sky_texture = sky\swtc_clear_alt\19-00
sun = cloudy_light_day
sun_color = 0.6, 0.5, 0.41
sun_shafts_intensity = 0.085
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.5
wind_direction = 0
wind_velocity = 300
bloom_threshold = 4.8
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[19:59:00]
ambient = night
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 530
fog_color = 0.002, 0.005, 0.006
fog_density = 0.65
fog_distance = 520
hemisphere_color = 0.08, 0.08, 0.08, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.305, 0.31, 0.445
sky_rotation = 6.2
sky_texture = sky\swtc_clear_alt\19-00
sun = cloudy_light_day
sun_color = 0.42, 0.36, 0.25
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.5
wind_direction = 0
wind_velocity = 300
bloom_threshold = 4.8
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[20:00:00]
ambient = night
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 530
fog_color = 0.002, 0.005, 0.006
fog_density = 0.65
fog_distance = 520
hemisphere_color = 0.08, 0.08, 0.08, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.285, 0.29, 0.425
sky_rotation = 6.2
sky_texture = sky\swtc_clear_alt\19-00
sun = foggy
sun_color = 0.42, 0.36, 0.25
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 4.8
bloom_exposure = 3.0
bloom_sky_intensity = 1.0
[20:30:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 530
fog_color = 0.01, 0.01, 0.0169
fog_density = 0.75
fog_distance = 520
hemisphere_color = 0.065, 0.065, 0.065, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.2, 0.24, 0.28
sky_rotation = 6.3
sky_texture = sky\swtc_clear_alt\19-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[20:59:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 530
fog_color = 0.01, 0.01, 0.0169
fog_density = 0.5
fog_distance = 520
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.222, 0.222, 0.222
rain_density = 0
sky_color = 0.11, 0.12, 0.12
sky_rotation = 6.39
sky_texture = sky\swtc_clear_alt\19-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.2
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 0
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[21:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 530
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 520
hemisphere_color = 0.163, 0.163, 0.11, 1
rain_color = 0.111, 0.111, 0.111
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 6.3
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.01
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[22:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.163, 0.163, 0.11, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 6.4
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[23:00:00]
ambient = night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 610
fog_color = 0.0061, 0.0062, 0.00669
fog_density = 1
fog_distance = 600
hemisphere_color = 0.07, 0.07, 0.04, 1
rain_color = 0.2, 0.2, 0.215
rain_density = 0
sky_color = 0.42, 0.57, 0.54
sky_rotation = 6.5
sky_texture = sky\swtc_clear_alt\23-00
sun = moon_wan_c
sun_color = 0.038, 0.043, 0.047
sun_shafts_intensity = 0.25
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.015
water_intensity = 0.1
wind_direction = 020
wind_velocity = 300
bloom_threshold = 3.8
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,929 @@
[00:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.1
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[00:01:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.11
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[01:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.2
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[02:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.3
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[03:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.4
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.2, 0.23, 0.275
sky_rotation = 0.5
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:29:00]
ambient = rain_night
ambient_color = 0.0195, 0.020, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.023, 0.026, 0.027
fog_density = 1
fog_distance = 300
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.7
sky_color = 0.25, 0.27, 0.3
sky_rotation = 0.5
sky_texture = sky\remastered\shinoda_night_2
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:30:00]
ambient = rain_day
ambient_color = 0.0195, 0.020, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.023, 0.026, 0.027
fog_density = 1
fog_distance = 400
hemisphere_color = 0.045, 0.05, 0.055, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.8
sky_color = 0.26, 0.27, 0.27
sky_rotation = 0.55
sky_texture = sky\af3_rainy\20-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 0
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[05:00:00]
ambient = rain_day
ambient_color = 0.024, 0.024, 0.025
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 490
fog_color = 0.023, 0.026, 0.027
fog_density = 1
fog_distance = 480
hemisphere_color = 0.1, 0.1, 0.11, 1
rain_color = 0.2, 0.2, 0.2
rain_density = 0.8
sky_color = 0.38, 0.39, 0.39
sky_rotation = 0.6
sky_texture = sky\af3_rainy\20-00
sun = foggy
sun_color = 0.02, 0.02, 0.02
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[06:00:00]
ambient = rain_day
ambient_color = 0.026, 0.026, 0.028
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 440
fog_color = 0.0725, 0.0725, 0.075
fog_density = 1
fog_distance = 430
hemisphere_color = 0.105, 0.115, 0.13, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.75
sky_color = 0.55, 0.51, 0.52
sky_rotation = 0.7
sky_texture = sky\cloudy4\06-00
sun =
sun_color = 0.165, 0.17, 0.185
sun_shafts_intensity = 0.04
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.75
bloom_sky_intensity = 1.0
[07:00:00]
ambient = rain_day
ambient_color = 0.0315, 0.0315, 0.0345
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.0781, 0.0781, 0.0782
fog_density = 1
fog_distance = 350
hemisphere_color = 0.115, 0.12, 0.14, 1
rain_color = 0.41, 0.41, 0.41
rain_density = 0.75
sky_color = 0.7, 0.66, 0.67
sky_rotation = 0.75
sky_texture = sky\cloudy4\06-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.295, 0.3, 0.315
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[08:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.088, 0.09, 0.097
fog_density = 1
fog_distance = 350
hemisphere_color = 0.117, 0.122, 0.13, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.75
sky_color = 0.63, 0.66, 0.65
sky_rotation = 0.9
sky_texture = sky\clouds\clouds_08-00
sun = storm_sunrise
sun_color = 0.285, 0.29, 0.305
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[09:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.117, 0.122, 0.13, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.75
sky_color = 0.63, 0.66, 0.65
sky_rotation = 1.0
sky_texture = sky\clouds\clouds_09-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[10:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.107, 0.112, 0.12, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.75
sky_color = 0.63, 0.65, 0.64
sky_rotation = 1.1
sky_texture = sky\clouds\clouds_10-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[11:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.117, 0.122, 0.13, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.75
sky_color = 0.63, 0.66, 0.65
sky_rotation = 1.2
sky_texture = sky\clouds\clouds_11-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[12:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.102, 0.102, 0.11
fog_density = 1
fog_distance = 350
hemisphere_color = 0.117, 0.122, 0.13, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.71, 0.73, 0.72
sky_rotation = 1.3
sky_texture = sky\clouds\clouds_14-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[13:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.082, 0.082, 0.086
fog_density = 1
fog_distance = 350
hemisphere_color = 0.11, 0.112, 0.12, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.58, 0.62, 0.6
sky_rotation = 1.4
sky_texture = sky\clouds\clouds_13-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[14:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.082, 0.082, 0.086
fog_density = 1
fog_distance = 350
hemisphere_color = 0.121, 0.128, 0.132, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.71, 0.73, 0.72
sky_rotation = 1.5
sky_texture = sky\clouds\clouds_14-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[15:00:00]
ambient = rain_day
ambient_color = 0.031,0.031,0.033
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.125, 0.13, 0.135, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.71, 0.73, 0.72
sky_rotation = 1.6
sky_texture = sky\clouds\clouds_15-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.026
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[16:00:00]
ambient = rain_day
ambient_color = 0.0307, 0.0307, 0.0327
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.115, 0.12, 0.13, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.63, 0.66, 0.66
sky_rotation = 1.7
sky_texture = sky\clouds\clouds_16-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[17:00:00]
ambient = rain_day
ambient_color = 0.0297, 0.0297, 0.0317
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.092, 0.092, 0.1
fog_density = 1
fog_distance = 350
hemisphere_color = 0.1, 0.105, 0.115, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.58, 0.61, 0.6
sky_rotation = 1.8
sky_texture = sky\clouds\clouds_17-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[18:00:00]
ambient = rain_day
ambient_color = 0.0272, 0.0272, 0.0292
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.08, 0.092, 0.09
fog_density = 1
fog_distance = 400
hemisphere_color = 0.1, 0.105, 0.115, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.8
sky_color = 0.48, 0.51, 0.5
sky_rotation = 1.9
sky_texture = sky\clouds\clouds_18-00
sun = storm_sunrise
sun_color = 0.185, 0.185, 0.195
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[18:59:00]
ambient = rain_day
ambient_color = 0.0262, 0.0262, 0.0282
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.032, 0.04, 0.04
fog_density = 1
fog_distance = 400
hemisphere_color = 0.1, 0.105, 0.115, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 0.75
sky_color = 0.44, 0.47, 0.46
sky_rotation = 2.05
sky_texture = sky\clouds\clouds_18-00
sun = cloudy_light_day
sun_color = 0.3, 0.277, 0.267
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:00:00]
ambient = rain_day
ambient_color = 0.0262, 0.0262, 0.0282
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.012, 0.02, 0.02
fog_density = 1
fog_distance = 450
hemisphere_color = 0.2, 0.205, 0.21, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0.8
sky_color = 0.48, 0.52, 0.49
sky_rotation = 2.05
sky_texture = sky\af3_rainy\20-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.3, 0.277, 0.267
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:30:00]
ambient = rain_day
ambient_color = 0.0242, 0.0242, 0.0242
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.008, 0.01, 0.015
fog_density = 1
fog_distance = 450
hemisphere_color = 0.125, 0.125, 0.133, 1
rain_color = 0.4, 0.4, 0.4
rain_density = 0.8
sky_color = 0.385, 0.43, 0.39
sky_rotation = 2.08
sky_texture = sky\af3_rainy\20-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.3, 0.277, 0.267
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:59:00]
ambient = rain_day
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.0, 0.0, 0.0
fog_density = 0.8
fog_distance = 450
hemisphere_color = 0.08, 0.085, 0.09, 1
rain_color = 0.23, 0.23, 0.23
rain_density = 0.8
sky_color = 0.325, 0.37, 0.34
sky_rotation = 2.09
sky_texture = sky\af3_rainy\20-00
sun = cloudy_light_rain_day_gradient
sun_color = 0.25, 0.257, 0.267
sun_shafts_intensity = 0.045
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[20:00:00]
ambient = rain_night
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 450
hemisphere_color = 0.08, 0.085, 0.09, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.8
sky_color = 0.33, 0.36, 0.34
sky_rotation = 2.1
sky_texture = sky\af3_rainy\20-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[20:30:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 450
hemisphere_color = 0.06, 0.06, 0.06, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.8
sky_color = 0.275, 0.29, 0.28
sky_rotation = 2.15
sky_texture = sky\af3_rainy\20-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[20:59:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 300
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0.2, 0.2, 0.2
rain_density = 0.8
sky_color = 0.18, 0.185, 0.18
sky_rotation = 2.19
sky_texture = sky\af3_rainy\20-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.025
water_intensity = 1
wind_direction = 250
wind_velocity = 522
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[21:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 1.0
sky_color = 0.2, 0.23, 0.275
sky_rotation = 2.3
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[22:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.035, 0.035, 0.035, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 1.0
sky_color = 0.2, 0.23, 0.275
sky_rotation = 2.4
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[23:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 300
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 1.0
sky_color = 0.2, 0.23, 0.275
sky_rotation = 2.5
sky_texture = sky\remastered\shinoda_night_2
sun = moon_full_verycloudydark
sun_color = 0.03, 0.036, 0.04
sun_shafts_intensity = 0.13
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
@@ -0,0 +1,928 @@
[00:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.1
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[00:01:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.11
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[01:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.2
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[02:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.3
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[03:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.4
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.5
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:29:00]
ambient = rain_night
ambient_color = 0.0195, 0.020, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 310
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 300
hemisphere_color = 0.055, 0.065, 0.075, 1
rain_color = 0.25, 0.25, 0.25
rain_density = 0.6
sky_color = 0.45, 0.47, 0.46
sky_rotation = 0.5
sky_texture = sky\af3_rainy\05-00-
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.05
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[04:30:00]
ambient = rain_day
ambient_color = 0.0195, 0.020, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.02, 0.02, 0.021
fog_density = 1
fog_distance = 450
hemisphere_color = 0.07, 0.07, 0.07, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.6
sky_color = 0.45, 0.48, 0.5
sky_rotation = 0.6
sky_texture = sky\af3_a_partly\04-30
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[05:00:00]
ambient = rain_day
ambient_color = 0.0225, 0.0215, 0.0215
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.02, 0.02, 0.021
fog_density = 1
fog_distance = 450
hemisphere_color = 0.075, 0.105, 0.125, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.6
sky_color = 0.42, 0.41, 0.41
sky_rotation = 0.6
sky_texture = sky\remastered\05-00
sun = storm_sunrise
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.02
water_intensity = 0
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[06:00:00]
ambient = rain_day
ambient_color = 0.0275, 0.0265, 0.0265
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.065, 0.07, 0.075
fog_density = 1
fog_distance = 400
hemisphere_color = 0.125, 0.14, 0.15, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0.6
sky_color = 0.44, 0.43, 0.43
sky_rotation = 0.7
sky_texture = sky\remastered\05-00
sun = storm_sunrise
sun_color = 0.311, 0.261, 0.201
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.05
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[07:00:00]
ambient = rain_day
ambient_color = 0.031, 0.0305, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.065, 0.065, 0.075
fog_density = 1
fog_distance = 450
hemisphere_color = 0.14, 0.14, 0.145, 1
rain_color = 0.66, 0.66, 0.61
rain_density = 0.5
sky_color = 0.6, 0.62, 0.61
sky_rotation = 0.8
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.431, 0.381, 0.321
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.04
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[08:00:00]
ambient = rain_day
ambient_color = 0.0325, 0.032, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.11, 0.11, 0.12
fog_density = 0.99
fog_distance = 550
hemisphere_color = 0.14, 0.14, 0.145, 1
rain_color = 0.61, 0.61, 0.66
rain_density = 0.5
sky_color = 0.75, 0.77, 0.76
sky_rotation = 0.9
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.382, 0.36, 0.356
sun_shafts_intensity = 0.1
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.14
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[09:00:00]
ambient = rain_day
ambient_color = 0.0325, 0.032, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.14, 0.14, 0.15
fog_density = 1
fog_distance = 450
hemisphere_color = 0.152, 0.152, 0.165, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.85, 0.87, 0.86
sky_rotation = 1
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.296, 0.306, 0.306
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.3
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[09:01:00]
ambient = rain_day
ambient_color = 0.0325, 0.032, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.14, 0.14, 0.15
fog_density = 1
fog_distance = 450
hemisphere_color = 0.152, 0.152, 0.165, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.85, 0.87, 0.86
sky_rotation = 1
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.296, 0.306, 0.306
sun_shafts_intensity = 0.09
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.3
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[10:00:00]
ambient = rain_day
ambient_color = 0.0325, 0.032, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 560
fog_color = 0.17, 0.17, 0.18
fog_density = 1
fog_distance = 550
hemisphere_color = 0.152, 0.152, 0.17, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.88, 0.9, 0.89
sky_rotation = 1.1
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.29, 0.29, 0.29
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[11:00:00]
ambient = rain_day
ambient_color = 0.0335, 0.033, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.17, 0.17, 0.18
fog_density = 1
fog_distance = 500
hemisphere_color = 0.162, 0.162, 0.18, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.9, 0.92, 0.91
sky_rotation = 1.2
sky_texture = sky\swtc_clear_alt\11-00
sun = cloudy_light_day
sun_color = 0.285, 0.295, 0.295
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.3
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[12:00:00]
ambient = rain_day
ambient_color = 0.0335, 0.033, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 360
fog_color = 0.16, 0.16, 0.17
fog_density = 1
fog_distance = 350
hemisphere_color = 0.142, 0.142, 0.15, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.94, 0.92, 0.93
sky_rotation = 1.3
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.285, 0.295, 0.295
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.4
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[13:00:00]
ambient = rain_day
ambient_color = 0.0335, 0.033, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.16, 0.16, 0.17
fog_density = 1
fog_distance = 400
hemisphere_color = 0.142, 0.142, 0.15, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.94, 0.92, 0.93
sky_rotation = 1.4
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.285, 0.295, 0.295
sun_shafts_intensity = 0.065
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[14:00:00]
ambient = rain_day
ambient_color = 0.0335, 0.033, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.16, 0.16, 0.17
fog_density = 1
fog_distance = 500
hemisphere_color = 0.142, 0.142, 0.15, 1
rain_color = 0.65, 0.65, 0.65
rain_density = 0.5
sky_color = 0.94, 0.92, 0.93
sky_rotation = 1.5
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.275, 0.285, 0.285
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[15:00:00]
ambient = rain_day
ambient_color = 0.0335, 0.033, 0.0325
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 460
fog_color = 0.16, 0.16, 0.17
fog_density = 1
fog_distance = 450
hemisphere_color = 0.142, 0.142, 0.15, 1
rain_color = 0.6, 0.6, 0.6
rain_density = 0.5
sky_color = 0.94, 0.92, 0.93
sky_rotation = 1.6
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.275, 0.285, 0.285
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[16:00:00]
ambient = rain_day
ambient_color = 0.0325, 0.032, 0.0315
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.16, 0.16, 0.17
fog_density = 1
fog_distance = 500
hemisphere_color = 0.142, 0.142, 0.15, 1
rain_color = 0.7, 0.7, 0.7
rain_density = 0.5
sky_color = 0.85, 0.85, 0.84
sky_rotation = 1.7
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.275, 0.285, 0.285
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.51
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[17:00:00]
ambient = rain_day
ambient_color = 0.032, 0.0315, 0.031
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.06, 0.06, 0.07
fog_density = 1
fog_distance = 500
hemisphere_color = 0.137, 0.137, 0.145, 1
rain_color = 0.7, 0.7, 0.7
rain_density = 0.5
sky_color = 0.8, 0.8, 0.89
sky_rotation = 1.8
sky_texture = sky\remastered\10-00
sun = cloudy_light_day
sun_color = 0.275, 0.285, 0.285
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.5
bloom_sky_intensity = 1.0
[18:00:00]
ambient = rain_day
ambient_color = 0.0315, 0.031, 0.0305
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.06, 0.06, 0.07
fog_density = 1
fog_distance = 500
hemisphere_color = 0.132, 0.132, 0.14, 1
rain_color = 0.6, 0.6, 0.6
rain_density = 0.5
sky_color = 0.69, 0.69, 0.69
sky_rotation = 1.9
sky_texture = sky\remastered\10-00
sun = clear_sunset
sun_color = 0.36, 0.33, 0.32
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.024
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.6
bloom_sky_intensity = 1.0
[19:00:00]
ambient = rain_day
ambient_color = 0.0295, 0.029, 0.0285
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.03, 0.04, 0.05
fog_density = 1
fog_distance = 500
hemisphere_color = 0.132, 0.132, 0.15, 1
rain_color = 0.6, 0.6, 0.6
rain_density = 0.5
sky_color = 0.6, 0.69, 0.67
sky_rotation = 2.0
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun = clear_sunset
sun_color = 0.505, 0.43, 0.39
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.7
bloom_sky_intensity = 1.0
[19:30:00]
ambient = rain_day
ambient_color = 0.0265, 0.026, 0.0255
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 510
fog_color = 0.021, 0.026, 0.0315
fog_density = 0.9
fog_distance = 500
hemisphere_color = 0.09, 0.1, 0.11, 1
rain_color = 0.45, 0.45, 0.45
rain_density = 0.5
sky_color = 0.545, 0.62, 0.6
sky_rotation = 2.05
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun = clear_sunset_gradient
sun_color = 0.505, 0.43, 0.39
sun_shafts_intensity = 0.07
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[19:59:00]
ambient = rain_day
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 413
fog_color = 0.002, 0.003, 0.004
fog_density = 0.8
fog_distance = 403
hemisphere_color = 0.055, 0.055, 0.055, 1
rain_color = 0.45, 0.45, 0.45
rain_density = 0.5
sky_color = 0.385, 0.4, 0.4
sky_rotation = 2.09
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.02
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[20:00:00]
ambient = rain_night
ambient_color = 0.0215, 0.0215, 0.022
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 413
fog_color = 0.012, 0.013, 0.014
fog_density = 0.8
fog_distance = 403
hemisphere_color = 0.055, 0.055, 0.055, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.5
sky_color = 0.385, 0.4, 0.4
sky_rotation = 2.1
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[20:30:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.002, 0.002, 0.003
fog_density = 1
fog_distance = 400
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.5
sky_color = 0.205, 0.2, 0.19
sky_rotation = 2.15
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.06
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[20:59:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.0, 0.0, 0.0
fog_density = 1
fog_distance = 400
hemisphere_color = 0.03, 0.03, 0.03, 1
rain_color = 0.35, 0.35, 0.35
rain_density = 0.5
sky_color = 0.1, 0.1, 0.1
sky_rotation = 2.19
sky_texture = sky\swtc_dark\18-00-cloudy-light-rain
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0.5
wind_direction = 100
wind_velocity = 370
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[21:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 2.3
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[22:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.04, 0.04, 0.04, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 2.4
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[23:00:00]
ambient = rain_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 410
fog_color = 0.00, 0.00, 0.00
fog_density = 1
fog_distance = 400
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.22, 0.22, 0.22
rain_density = 0.5
sky_color = 0.45, 0.47, 0.46
sky_rotation = 2.5
sky_texture = sky\af3_a_partly\23-00-fm
sun = moon_full_verycloudydark
sun_color = 0.05, 0.055, 0.059
sun_shafts_intensity = 0.15
thunderbolt_collection =
thunderbolt_duration = 0
thunderbolt_period = 0
tree_amplitude_intensity = 0.023
water_intensity = 0
wind_direction = 150
wind_velocity = 422
bloom_threshold = 5.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,986 @@
[00:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 0.3
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 10
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[00:01:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 0.6
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 5
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[01:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 0.9
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 5
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 750
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[02:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 1.2
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 3
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 750
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[03:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 1.5
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 7
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 750
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 1.8
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 750
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:28:00]
ambient = storm_night
ambient_color = 0.0185, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.052, 0.052, 0.052, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 1.89
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 100
wind_velocity = 750
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:29:00]
ambient = storm_night
ambient_color = 0.0185, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.02, 0.03, 0.045, 1
rain_color = 0.3, 0.3, 0.3
rain_density = 0.9
sky_color = 0.135, 0.135, 0.155
sky_rotation = 0.5
sky_texture = sky\swtc_storm\09-00-storm
sun =
sun_color = 0.00, 0.00, 0.00
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:30:00]
ambient = storm_night
ambient_color = 0.0185, 0.02, 0.0205
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 260
fog_color = 0.01, 0.01, 0.01
fog_density = 1
fog_distance = 250
hemisphere_color = 0.04, 0.04, 0.045, 1
rain_color = 0.15, 0.15, 0.15
rain_density = 1
sky_color = 0.245, 0.245, 0.245
sky_rotation = 0.55
sky_texture = sky\swtc_storm\10-00-storm
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[04:59:00]
ambient = storm_night
ambient_color = 0.024, 0.024, 0.024
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 310
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 300
hemisphere_color = 0.045, 0.05, 0.055, 1
rain_color = 0.15, 0.15, 0.15
rain_density = 1
sky_color = 0.365, 0.375, 0.375
sky_rotation = 0.55
sky_texture = sky\swtc_storm\10-00-storm
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[05:00:00]
ambient = storm_night
ambient_color = 0.024, 0.023, 0.023
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 360
fog_color = 0.035, 0.035, 0.037
fog_density = 1
fog_distance = 350
hemisphere_color = 0.05, 0.05, 0.055, 1
rain_color = 0.6, 0.6, 0.6
rain_density = 1
sky_color = 0.24, 0.27, 0.28
sky_rotation = 0.6
sky_texture = sky\af3_a_cloudy\07-00
sun = moon
sun_color = 0, 0, 0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.034
water_intensity = 0
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[06:00:00]
ambient = storm_day
ambient_color = 0.025, 0.024, 0.024
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 360
fog_color = 0.065, 0.065, 0.068
fog_density = 1
fog_distance = 350
hemisphere_color = 0.06, 0.06, 0.065, 1
rain_color = 0.74, 0.74, 0.74
rain_density = 1
sky_color = 0.35, 0.38, 0.41
sky_rotation = 0.7
sky_texture = sky\af3_a_cloudy\07-00
sun =
sun_color = 0.124, 0.12, 0.117
sun_shafts_intensity = 0.04
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 40
tree_amplitude_intensity = 0.037
water_intensity = 0.03
wind_direction = 0
wind_velocity = 600
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[07:00:00]
ambient = storm_day
ambient_color = 0.0295, 0.0285, 0.0285
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 410
fog_color = 0.08, 0.08, 0.08
fog_density = 0.97
fog_distance = 400
hemisphere_color = 0.085, 0.085, 0.09, 1
rain_color = 0.76, 0.76, 0.71
rain_density = 1
sky_color = 0.41, 0.45, 0.47
sky_rotation = 0.8
sky_texture = sky\af3_a_cloudy\07-00
sun =
sun_color = 0.164, 0.16, 0.157
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 18
tree_amplitude_intensity = 0.037
water_intensity = 0.5
wind_direction = 0
wind_velocity = 600
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[08:00:00]
ambient = storm_day
ambient_color = 0.03, 0.029, 0.029
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.08, 0.08, 0.08
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.81, 0.71, 0.76
rain_density = 0.9
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\07-00
sun =
sun_color = 0.144, 0.14, 0.137
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 32
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 600
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[09:00:00]
ambient = storm_day
ambient_color = 0.0305, 0.0295, 0.0295
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.08, 0.08, 0.08
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.75, 0.75, 0.75
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\07-00
sun =
sun_color = 0.118, 0.115, 0.113
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 19
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 650
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[09:01:00]
ambient = storm_day
ambient_color = 0.0305, 0.0295, 0.0295
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.08, 0.08, 0.08
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.11, 0.11, 0.11, 1
rain_color = 0.75, 0.75, 0.75
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1
sky_texture = sky\af3_a_cloudy\07-00
sun =
sun_color = 0.118, 0.115, 0.113
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 19
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 650
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[10:00:00]
ambient = storm_day
ambient_color = 0.031, 0.03, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.08, 0.08, 0.08
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.12, 0.12, 0.12, 1
rain_color = 0.75, 0.75, 0.75
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.1
sky_texture = sky\af3_a_cloudy\12-00
sun =
sun_color = 0.105, 0.092, 0.08
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 35
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 650
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[11:00:00]
ambient = storm_day
ambient_color = 0.031, 0.03, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.12, 0.12, 0.12, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.2
sky_texture = sky\af3_a_cloudy\12-00
sun =
sun_color = 0.105, 0.092, 0.08
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 15
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[12:00:00]
ambient = storm_day
ambient_color = 0.031, 0.03, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.12, 0.12, 0.12, 1
rain_color = 0.7, 0.7, 0.7
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.3
sky_texture = sky\af3_a_cloudy\12-00
sun =
sun_color = 0.105, 0.092, 0.08
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 14
tree_amplitude_intensity = 0.037
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[13:00:00]
ambient = storm_day
ambient_color = 0.031, 0.03, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 1, 1, 1
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.4
sky_texture = sky\af3_a_cloudy\13-00
sun =
sun_color = 0.105, 0.092, 0.08
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 7
tree_amplitude_intensity = 0.04
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[14:00:00]
ambient = storm_day
ambient_color = 0.031, 0.03, 0.03
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 1, 1, 1
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.5
sky_texture = sky\af3_a_cloudy\14-00
sun =
sun_color = 0.115, 0.102, 0.09
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 5
tree_amplitude_intensity = 0.04
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[15:00:00]
ambient = storm_day
ambient_color = 0.0305, 0.0295, 0.0295
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.1, 0.1, 0.1, 1
rain_color = 1, 1, 1
rain_density = 1
sky_color = 0.51, 0.55, 0.57
sky_rotation = 1.6
sky_texture = sky\af3_a_cloudy\15-00
sun =
sun_color = 0.115, 0.102, 0.09
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 13
tree_amplitude_intensity = 0.04
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[16:00:00]
ambient = storm_day
ambient_color = 0.0295, 0.0285, 0.0285
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.07, 0.07, 0.07
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.107, 0.107, 0.11, 1
rain_color = 0.85, 0.85, 0.85
rain_density = 1
sky_color = 0.4, 0.44, 0.46
sky_rotation = 1.7
sky_texture = sky\af3_a_cloudy\16-00
sun =
sun_color = 0.115, 0.102, 0.09
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 18
tree_amplitude_intensity = 0.04
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[17:00:00]
ambient = storm_day
ambient_color = 0.029, 0.028, 0.027
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.06, 0.06, 0.06
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.09, 0.092, 0.095, 1
rain_color = 0.8, 0.8, 0.8
rain_density = 1
sky_color = 0.38, 0.42, 0.424
sky_rotation = 1.8
sky_texture = sky\af3_a_cloudy\17-00
sun = storm_sunrise
sun_color = 0.125, 0.122, 0.1
sun_shafts_intensity = 0.05
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 19
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[18:00:00]
ambient = storm_day
ambient_color = 0.0285, 0.0275, 0.0275
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 460
fog_color = 0.06, 0.06, 0.06
fog_density = 0.97
fog_distance = 450
hemisphere_color = 0.085, 0.087, 0.09, 1
rain_color = 0.75, 0.75, 0.75
rain_density = 0.9
sky_color = 0.36, 0.4, 0.42
sky_rotation = 1.9
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.141, 0.135, 0.12
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 23
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[18:59:00]
ambient = storm_day
ambient_color = 0.0275, 0.0265, 0.0265
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 560
fog_color = 0.04, 0.04, 0.049
fog_density = 1
fog_distance = 550
hemisphere_color = 0.085, 0.087, 0.09, 1
rain_color = 0.75, 0.75, 0.75
rain_density = 1
sky_color = 0.27, 0.295, 0.315
sky_rotation = 2
sky_texture = sky\af3_a_cloudy\18-00
sun = storm_sunrise
sun_color = 0.365, 0.285, 0.22
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 23
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 4.0
bloom_sky_intensity = 1.0
[19:00:00]
ambient = storm_day
ambient_color = 0.0275, 0.0265, 0.0265
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 560
fog_color = 0.04, 0.04, 0.049
fog_density = 1
fog_distance = 550
hemisphere_color = 0.178, 0.178, 0.178, 1
rain_color = 0.7, 0.7, 0.7
rain_density = 1
sky_color = 0.52, 0.56, 0.57
sky_rotation = 6.15
sky_texture = sky\af3_a_cloudy\19-00
sun = clear_sunrise_add
sun_color = 0.365, 0.285, 0.22
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 26
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[19:30:00]
ambient = storm_day
ambient_color = 0.0255, 0.0245, 0.0245
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 485
fog_color = 0.039, 0.039, 0.04
fog_density = 1
fog_distance = 475
hemisphere_color = 0.135, 0.135, 0.135, 1
rain_color = 0.5, 0.5, 0.5
rain_density = 0.9
sky_color = 0.52, 0.56, 0.57
sky_rotation = 6.2
sky_texture = sky\af3_a_cloudy\19-00
sun = clear_sunrise_add
sun_color = 0.385, 0.305, 0.24
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 26
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.8
bloom_sky_intensity = 1.0
[19:59:00]
ambient = storm_night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 412
fog_color = 0.028, 0.028, 0.028
fog_density = 1
fog_distance = 402
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.3, 0.3, 0.3
rain_density = 1
sky_color = 0.45, 0.486, 0.486
sky_rotation = 6.25
sky_texture = sky\af3_a_cloudy\19-00
sun = clear_sunrise_add
sun_color = 0.006, 0.006, 0.006
sun_shafts_intensity = 0.059
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 9
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 652
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1
[20:00:00]
ambient = storm_night
ambient_color = 0.0205, 0.0205, 0.021
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 410
fog_color = 0.008, 0.008, 0.008
fog_density = 1
fog_distance = 400
hemisphere_color = 0.095, 0.095, 0.095, 1
rain_color = 0.3, 0.3, 0.3
rain_density = 1
sky_color = 0.45, 0.486, 0.486
sky_rotation = 6.25
sky_texture = sky\af3_a_cloudy\19-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.06
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 9
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 652
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1
[20:59:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture = sky\sky_oblaka
far_plane = 360
fog_color = 0.02, 0.02, 0.02
fog_density = 1
fog_distance = 350
hemisphere_color = 0.02, 0.02, 0.02, 1
rain_color = 0.315, 0.315, 0.315
rain_density = 1
sky_color = 0.145, 0.16, 0.15
sky_rotation = 6.25
sky_texture = sky\af3_a_cloudy\19-00
sun =
sun_color = 0, 0, 0
sun_shafts_intensity = 0.045
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 9
tree_amplitude_intensity = 0.038
water_intensity = 1
wind_direction = 0
wind_velocity = 652
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[21:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 260
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 250
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 6.6
sky_texture = sky\remastered\00-00
sun = foggy
sun_color = 0, 0, 0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 7
tree_amplitude_intensity = 0.04
water_intensity = 0.1
wind_direction = 100
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[22:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 6.7
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 32
tree_amplitude_intensity = 0.036
water_intensity = 0
wind_direction = 100
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0
[23:00:00]
ambient = storm_night
ambient_color = 0.0125, 0.013, 0.0135
clouds_color = 0, 0, 0, 0
clouds_texture =
far_plane = 210
fog_color = 0.015, 0.015, 0.015
fog_density = 1
fog_distance = 200
hemisphere_color = 0.025, 0.025, 0.025, 1
rain_color = 0.33, 0.33, 0.33
rain_density = 1
sky_color = 0.65, 0.68, 0.65
sky_rotation = 6.8
sky_texture = sky\remastered\00-00
sun =
sun_color = 0.0, 0.0, 0.0
sun_shafts_intensity = 0.03
thunderbolt_collection = collection_close
thunderbolt_duration = 0.2
thunderbolt_period = 10
tree_amplitude_intensity = 0.036
water_intensity = 0
wind_direction = 100
wind_velocity = 700
bloom_threshold = 6.0
bloom_exposure = 3.85
bloom_sky_intensity = 1.0