From 5e31f59f8c0d1481926ae2bac47fdff5117685b3 Mon Sep 17 00:00:00 2001 From: Syrotenko Igor Date: Wed, 29 May 2024 05:43:53 +0300 Subject: [PATCH] [WEATHER] Update weather system/levels (af3 + AN) (#105) Signed-off-by: Neloreck --- cli/bin | 2 +- cli/link/link.test.ts | 6 +- cli/utils/fs/normalize_parameter_path.ts | 8 +- .../configs/$scheme/environment.scheme.ltx | 6 +- .../ambient_channels/backgrounds.ltx | 159 ++ .../ambient_channels/blowout_channels.ltx | 59 + .../ambient_channels/general_channels.ltx | 379 ++++ .../environment/ambient_channels/index.ltx | 7 + .../ambient_channels/jupiter_channels.ltx | 309 ++++ .../ambient_channels/pripyat_channels.ltx | 309 ++++ .../ambient_channels/ugrnd_channels.ltx | 89 + .../ambient_channels/zaton_channels.ltx | 309 ++++ src/engine/configs/environment/ambients.ltx | 108 +- .../configs/environment/ambients/jupiter.ltx | 90 + .../configs/environment/ambients/pripyat.ltx | 117 +- .../environment/ambients/underground.ltx | 20 + .../configs/environment/ambients/zaton.ltx | 90 + .../configs/environment/backgrounds.ltx | 143 ++ .../environment/dynamic_weather_graphs.ltx | 126 +- .../dynamic_weather_graphs_surge.ltx | 11 - src/engine/configs/environment/effects.ltx | 120 +- .../environment/effects/blowout_effects.ltx | 575 ++++++ .../environment/effects/general_effects.ltx | 119 ++ .../configs/environment/effects/index.ltx | 2 + .../configs/environment/environment.ltx | 11 + .../configs/environment/sound_channels.ltx | 380 +--- src/engine/configs/environment/suns.ltx | 547 +++++- .../environment/thunderbolt_collections.ltx | 63 +- .../configs/environment/thunderbolts.ltx | 308 +++- .../weather_effects/full_fx_surge_day.ltx | 4 +- .../weather_effects/fx_blowout_day.ltx | 566 ++++++ .../weather_effects/fx_blowout_night.ltx | 566 ++++++ .../weather_effects/fx_psi_storm_day.ltx | 296 +++ .../weather_effects/fx_psi_storm_night.ltx | 323 ++++ .../weathers/af3_bright_clear_0.ltx | 189 ++ .../weathers/af3_bright_clear_1.ltx | 189 ++ .../weathers/af3_bright_clear_2.ltx | 189 ++ .../weathers/af3_bright_clear_3.ltx | 189 ++ .../weathers/af3_bright_clear_4.ltx | 189 ++ .../weathers/af3_bright_clear_5.ltx | 189 ++ .../weathers/af3_bright_clear_6.ltx | 189 ++ .../weathers/af3_bright_clear_7.ltx | 189 ++ .../weathers/af3_bright_cloudy.ltx | 189 ++ .../weathers/af3_bright_cloudy_no_sun.ltx | 189 ++ .../environment/weathers/af3_bright_foggy.ltx | 189 ++ .../weathers/af3_bright_foggy_no_sun.ltx | 189 ++ .../weathers/af3_bright_partly_0.ltx | 189 ++ .../weathers/af3_bright_partly_1.ltx | 189 ++ .../weathers/af3_bright_partly_2.ltx | 189 ++ .../weathers/af3_bright_partly_3.ltx | 189 ++ .../weathers/af3_bright_partly_4.ltx | 189 ++ .../weathers/af3_bright_partly_5.ltx | 189 ++ .../weathers/af3_bright_partly_6.ltx | 189 ++ .../weathers/af3_bright_partly_7.ltx | 189 ++ .../environment/weathers/af3_bright_rain.ltx | 189 ++ .../environment/weathers/af3_bright_storm.ltx | 189 ++ .../weathers/af3_bright_thunder.ltx | 651 +++++++ .../weathers/af3_bright_veryfoggy.ltx | 189 ++ .../weathers/af3_bright_veryfoggy_no_sun.ltx | 189 ++ .../environment/weathers/af3_dark_clear_0.ltx | 189 ++ .../environment/weathers/af3_dark_clear_1.ltx | 189 ++ .../environment/weathers/af3_dark_clear_2.ltx | 189 ++ .../environment/weathers/af3_dark_clear_3.ltx | 189 ++ .../environment/weathers/af3_dark_clear_4.ltx | 189 ++ .../environment/weathers/af3_dark_clear_5.ltx | 189 ++ .../environment/weathers/af3_dark_clear_6.ltx | 189 ++ .../environment/weathers/af3_dark_clear_7.ltx | 189 ++ .../environment/weathers/af3_dark_cloudy.ltx | 189 ++ .../weathers/af3_dark_cloudy_no_sun.ltx | 189 ++ .../environment/weathers/af3_dark_foggy.ltx | 189 ++ .../weathers/af3_dark_foggy_no_sun.ltx | 189 ++ .../weathers/af3_dark_partly_0.ltx | 189 ++ .../weathers/af3_dark_partly_1.ltx | 189 ++ .../weathers/af3_dark_partly_2.ltx | 189 ++ .../weathers/af3_dark_partly_3.ltx | 189 ++ .../weathers/af3_dark_partly_4.ltx | 189 ++ .../weathers/af3_dark_partly_5.ltx | 189 ++ .../weathers/af3_dark_partly_6.ltx | 189 ++ .../weathers/af3_dark_partly_7.ltx | 189 ++ .../environment/weathers/af3_dark_rain.ltx | 189 ++ .../environment/weathers/af3_dark_storm.ltx | 189 ++ .../environment/weathers/af3_dark_thunder.ltx | 651 +++++++ .../weathers/af3_dark_veryfoggy.ltx | 189 ++ .../weathers/af3_dark_veryfoggy_no_sun.ltx | 189 ++ .../environment/weathers/af3_day_clear.ltx | 620 +++++++ .../environment/weathers/af3_day_cloudy.ltx | 539 ++++++ .../weathers/af3_day_cloudy_no_sun.ltx | 458 +++++ .../environment/weathers/af3_day_foggy.ltx | 458 +++++ .../weathers/af3_day_foggy_no_sun.ltx | 458 +++++ .../environment/weathers/af3_day_partly.ltx | 620 +++++++ .../environment/weathers/af3_day_rain.ltx | 458 +++++ .../environment/weathers/af3_day_storm.ltx | 458 +++++ .../weathers/af3_day_veryfoggy.ltx | 458 +++++ .../weathers/af3_day_veryfoggy_no_sun.ltx | 458 +++++ .../weathers/af3_medium_clear_0.ltx | 189 ++ .../weathers/af3_medium_clear_1.ltx | 189 ++ .../weathers/af3_medium_clear_2.ltx | 189 ++ .../weathers/af3_medium_clear_3.ltx | 189 ++ .../weathers/af3_medium_clear_4.ltx | 189 ++ .../weathers/af3_medium_clear_5.ltx | 189 ++ .../weathers/af3_medium_clear_6.ltx | 189 ++ .../weathers/af3_medium_clear_7.ltx | 189 ++ .../weathers/af3_medium_cloudy.ltx | 189 ++ .../weathers/af3_medium_cloudy_no_sun.ltx | 189 ++ .../environment/weathers/af3_medium_foggy.ltx | 189 ++ .../weathers/af3_medium_foggy_no_sun.ltx | 189 ++ .../weathers/af3_medium_partly_0.ltx | 189 ++ .../weathers/af3_medium_partly_1.ltx | 189 ++ .../weathers/af3_medium_partly_2.ltx | 189 ++ .../weathers/af3_medium_partly_3.ltx | 189 ++ .../weathers/af3_medium_partly_4.ltx | 189 ++ .../weathers/af3_medium_partly_5.ltx | 189 ++ .../weathers/af3_medium_partly_6.ltx | 189 ++ .../weathers/af3_medium_partly_7.ltx | 189 ++ .../environment/weathers/af3_medium_rain.ltx | 189 ++ .../environment/weathers/af3_medium_storm.ltx | 189 ++ .../weathers/af3_medium_thunder.ltx | 651 +++++++ .../weathers/af3_medium_veryfoggy.ltx | 189 ++ .../weathers/af3_medium_veryfoggy_no_sun.ltx | 189 ++ .../weathers/af3_slight_clear_0.ltx | 189 ++ .../weathers/af3_slight_clear_1.ltx | 189 ++ .../weathers/af3_slight_clear_2.ltx | 189 ++ .../weathers/af3_slight_clear_3.ltx | 189 ++ .../weathers/af3_slight_clear_4.ltx | 189 ++ .../weathers/af3_slight_clear_5.ltx | 189 ++ .../weathers/af3_slight_clear_6.ltx | 189 ++ .../weathers/af3_slight_clear_7.ltx | 189 ++ .../weathers/af3_slight_cloudy.ltx | 189 ++ .../weathers/af3_slight_cloudy_no_sun.ltx | 189 ++ .../environment/weathers/af3_slight_foggy.ltx | 189 ++ .../weathers/af3_slight_foggy_no_sun.ltx | 189 ++ .../weathers/af3_slight_partly_0.ltx | 189 ++ .../weathers/af3_slight_partly_1.ltx | 189 ++ .../weathers/af3_slight_partly_2.ltx | 189 ++ .../weathers/af3_slight_partly_3.ltx | 189 ++ .../weathers/af3_slight_partly_4.ltx | 189 ++ .../weathers/af3_slight_partly_5.ltx | 189 ++ .../weathers/af3_slight_partly_6.ltx | 189 ++ .../weathers/af3_slight_partly_7.ltx | 189 ++ .../environment/weathers/af3_slight_rain.ltx | 189 ++ .../environment/weathers/af3_slight_storm.ltx | 189 ++ .../weathers/af3_slight_thunder.ltx | 651 +++++++ .../weathers/af3_slight_veryfoggy.ltx | 189 ++ .../weathers/af3_slight_veryfoggy_no_sun.ltx | 189 ++ .../environment/weathers/default_alpha.ltx | 1391 -------------- .../environment/weathers/default_alpha2.ltx | 1391 -------------- .../environment/weathers/default_alpha3.ltx | 1391 -------------- .../environment/weathers/default_clear.ltx | 1598 +++++------------ .../environment/weathers/default_clear2.ltx | 1391 -------------- .../environment/weathers/default_clear3.ltx | 1391 -------------- .../environment/weathers/default_clear4.ltx | 1391 -------------- .../environment/weathers/default_cloudy.ltx | 1562 +++++----------- .../environment/weathers/default_cloudy2.ltx | 1391 -------------- .../weathers/default_cloudy2_redmoon.ltx | 1391 -------------- .../environment/weathers/default_cloudy3.ltx | 1391 -------------- .../environment/weathers/default_cloudy4.ltx | 1391 -------------- .../environment/weathers/default_cloudy5.ltx | 1391 -------------- .../environment/weathers/default_dark.ltx | 1391 -------------- .../environment/weathers/default_foggy.ltx | 1391 -------------- .../weathers/default_foggy_dark.ltx | 1391 -------------- .../weathers/default_foggy_nosun.ltx | 1391 -------------- .../weathers/default_pre_blowout.ltx | 1343 -------------- .../environment/weathers/default_rain.ltx | 1594 +++++----------- .../weathers/default_swtc_etalon.ltx | 1391 -------------- .../environment/weathers/default_thunder.ltx | 1598 +++++------------ .../configs/environment/weathers/indoor.ltx | 2 - .../environment/weathers/indoor_ambient.ltx | 650 ++++++- .../configs/environment/weathers/map.ltx | 2 - .../configs/environment/weathers/night.ltx | 2 - .../weathers/old_version_weather.ltx | 24 - .../configs/environment/weathers/stancia2.ltx | 24 - .../environment/weathers/sun_shafts.ltx | 24 - src/engine/configs/game/game_maps_single.ltx | 6 +- .../configs/managers/sounds/script_sound.ltx | 24 +- src/engine/configs/managers/task_manager.ltx | 2 +- .../weather/weather_manager_levels.ltx | 17 + .../configs/managers/weather_manager.ltx | 3 + src/engine/configs/rspec_atmosfear.ltx | 37 + src/engine/configs/rspec_default.ltx | 1 + src/engine/configs/rspec_extreme.ltx | 1 + src/engine/configs/rspec_high.ltx | 1 + src/engine/configs/rspec_low.ltx | 1 + src/engine/configs/rspec_minimum.ltx | 1 + src/engine/configs/shaders_new_default.ltx | 6 +- src/engine/configs/shaders_new_high.ltx | 6 +- src/engine/configs/shaders_vanilla.ltx | 4 +- .../core/managers/sounds/objects/NpcSound.ts | 21 +- .../core/managers/weather/WeatherConfig.ts | 23 +- .../managers/weather/WeatherManager.test.ts | 21 +- .../core/managers/weather/WeatherManager.ts | 280 ++- .../core/managers/weather/utils/index.ts | 3 + .../weather/utils/weather_config.test.ts | 148 ++ .../managers/weather/utils/weather_config.ts | 103 ++ .../weather/utils/weather_dof.test.ts | 116 ++ .../managers/weather/utils/weather_dof.ts | 113 ++ .../weather/utils/weather_generic.test.ts | 109 +- .../managers/weather/utils/weather_generic.ts | 42 +- .../weather/utils/weather_moon.test.ts | 20 + .../managers/weather/utils/weather_moon.ts | 34 + .../core/managers/weather/weather_types.ts | 96 +- src/engine/core/utils/ini/ini_parse.test.ts | 34 - src/engine/core/utils/ini/ini_parse.ts | 26 - src/engine/core/utils/ini/ini_read.test.ts | 29 + src/engine/core/utils/ini/ini_read.ts | 26 + src/engine/core/utils/number.test.ts | 29 +- src/engine/core/utils/number.ts | 13 + src/engine/core/utils/time.test.ts | 10 + src/engine/core/utils/time.ts | 14 +- .../main.test.ts | 8 +- .../main.ts | 10 +- src/engine/lib/types/alias.ts | 9 +- .../declarations/dialogs/dialog_manager.ts | 7 + .../dialogs/dialogs/dialogs_generic.ts | 7 + .../dialogs/dialogs/dialogs_object.ts | 5 + .../dialogs/dialogs/dialogs_quest.ts | 5 + .../dialogs/dialogs/dialogs_world.ts | 2 + .../declarations/dialogs/dialogs_jupiter.ts | 10 + .../declarations/dialogs/dialogs_pripyat.ts | 10 + .../declarations/dialogs/dialogs_zaton.ts | 10 + src/fixtures/xray/mocks/ini/IniFile.mock.ts | 25 +- src/fixtures/xray/mocks/ini/files.mock.ts | 4 - .../files/default_weather_graphs.ltx.mock.ts | 19 - .../xray/mocks/ini/files/game.ltx.mock.ts | 5 - .../mocks/interface/levelInterface.mock.ts | 1 + .../cse_alife_online_offline_group.mock.ts | 6 +- src/resources | 2 +- 226 files changed, 34814 insertions(+), 29390 deletions(-) create mode 100644 src/engine/configs/environment/ambient_channels/backgrounds.ltx create mode 100644 src/engine/configs/environment/ambient_channels/blowout_channels.ltx create mode 100644 src/engine/configs/environment/ambient_channels/general_channels.ltx create mode 100644 src/engine/configs/environment/ambient_channels/index.ltx create mode 100644 src/engine/configs/environment/ambient_channels/jupiter_channels.ltx create mode 100644 src/engine/configs/environment/ambient_channels/pripyat_channels.ltx create mode 100644 src/engine/configs/environment/ambient_channels/ugrnd_channels.ltx create mode 100644 src/engine/configs/environment/ambient_channels/zaton_channels.ltx create mode 100644 src/engine/configs/environment/ambients/jupiter.ltx create mode 100644 src/engine/configs/environment/ambients/underground.ltx create mode 100644 src/engine/configs/environment/ambients/zaton.ltx create mode 100644 src/engine/configs/environment/backgrounds.ltx delete mode 100644 src/engine/configs/environment/dynamic_weather_graphs_surge.ltx create mode 100644 src/engine/configs/environment/effects/blowout_effects.ltx create mode 100644 src/engine/configs/environment/effects/general_effects.ltx create mode 100644 src/engine/configs/environment/effects/index.ltx create mode 100644 src/engine/configs/environment/weather_effects/fx_blowout_day.ltx create mode 100644 src/engine/configs/environment/weather_effects/fx_blowout_night.ltx create mode 100644 src/engine/configs/environment/weather_effects/fx_psi_storm_day.ltx create mode 100644 src/engine/configs/environment/weather_effects/fx_psi_storm_night.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_clear_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_cloudy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_cloudy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_foggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_foggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_partly_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_rain.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_storm.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_thunder.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_veryfoggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_bright_veryfoggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_clear_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_cloudy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_cloudy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_foggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_foggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_partly_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_rain.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_storm.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_thunder.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_veryfoggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_dark_veryfoggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_clear.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_cloudy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_cloudy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_foggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_foggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_partly.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_rain.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_storm.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_veryfoggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_day_veryfoggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_clear_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_cloudy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_cloudy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_foggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_foggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_partly_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_rain.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_storm.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_thunder.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_veryfoggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_medium_veryfoggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_clear_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_cloudy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_cloudy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_foggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_foggy_no_sun.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_0.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_1.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_2.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_3.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_4.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_5.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_6.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_partly_7.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_rain.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_storm.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_thunder.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_veryfoggy.ltx create mode 100644 src/engine/configs/environment/weathers/af3_slight_veryfoggy_no_sun.ltx delete mode 100644 src/engine/configs/environment/weathers/default_alpha.ltx delete mode 100644 src/engine/configs/environment/weathers/default_alpha2.ltx delete mode 100644 src/engine/configs/environment/weathers/default_alpha3.ltx delete mode 100644 src/engine/configs/environment/weathers/default_clear2.ltx delete mode 100644 src/engine/configs/environment/weathers/default_clear3.ltx delete mode 100644 src/engine/configs/environment/weathers/default_clear4.ltx delete mode 100644 src/engine/configs/environment/weathers/default_cloudy2.ltx delete mode 100644 src/engine/configs/environment/weathers/default_cloudy2_redmoon.ltx delete mode 100644 src/engine/configs/environment/weathers/default_cloudy3.ltx delete mode 100644 src/engine/configs/environment/weathers/default_cloudy4.ltx delete mode 100644 src/engine/configs/environment/weathers/default_cloudy5.ltx delete mode 100644 src/engine/configs/environment/weathers/default_dark.ltx delete mode 100644 src/engine/configs/environment/weathers/default_foggy.ltx delete mode 100644 src/engine/configs/environment/weathers/default_foggy_dark.ltx delete mode 100644 src/engine/configs/environment/weathers/default_foggy_nosun.ltx delete mode 100644 src/engine/configs/environment/weathers/default_pre_blowout.ltx delete mode 100644 src/engine/configs/environment/weathers/default_swtc_etalon.ltx create mode 100644 src/engine/configs/managers/weather/weather_manager_levels.ltx create mode 100644 src/engine/configs/managers/weather_manager.ltx create mode 100644 src/engine/configs/rspec_atmosfear.ltx create mode 100644 src/engine/core/managers/weather/utils/weather_config.test.ts create mode 100644 src/engine/core/managers/weather/utils/weather_config.ts create mode 100644 src/engine/core/managers/weather/utils/weather_dof.test.ts create mode 100644 src/engine/core/managers/weather/utils/weather_dof.ts create mode 100644 src/engine/core/managers/weather/utils/weather_moon.test.ts create mode 100644 src/engine/core/managers/weather/utils/weather_moon.ts rename src/engine/extensions/{alternative_start_position => original_start_position}/main.test.ts (67%) rename src/engine/extensions/{alternative_start_position => original_start_position}/main.ts (58%) delete mode 100644 src/fixtures/xray/mocks/ini/files/default_weather_graphs.ltx.mock.ts delete mode 100644 src/fixtures/xray/mocks/ini/files/game.ltx.mock.ts diff --git a/cli/bin b/cli/bin index a194846cc..20311e89f 160000 --- a/cli/bin +++ b/cli/bin @@ -1 +1 @@ -Subproject commit a194846cc552eb32ca89a998d377826533106809 +Subproject commit 20311e89f762a12fe67599c24a5d050490af239a diff --git a/cli/link/link.test.ts b/cli/link/link.test.ts index 8f600f886..8eefd752c 100644 --- a/cli/link/link.test.ts +++ b/cli/link/link.test.ts @@ -10,7 +10,7 @@ import { replaceFunctionMock } from "@/fixtures/jest"; jest.mock("fs/promises"); jest.mock("#/utils/fs/get_game_paths"); -jest.mock("#/globals/paths", () => ({ +jest.mock("#/globals", () => ({ TARGET_GAME_LINK_DIR: "game-path", TARGET_LOGS_LINK_DIR: "logs-path", TARGET_GAME_DATA_DIR: "target-gamedata-path", @@ -41,7 +41,7 @@ describe("unlinkFolders util", () => { expect(fsp.symlink).toHaveBeenCalledTimes(3); expect(fsp.symlink).toHaveBeenCalledWith("root-path", "game-path", "junction"); - expect(fsp.symlink).toHaveBeenCalledWith("root-path", "game-path", "junction"); + expect(fsp.symlink).toHaveBeenCalledWith("target-gamedata-path", "gamedata-path", "junction"); expect(fsp.symlink).toHaveBeenCalledWith("logs-path", "logs-path", "junction"); }); @@ -58,7 +58,7 @@ describe("unlinkFolders util", () => { expect(fsp.symlink).toHaveBeenCalledTimes(3); expect(fsp.symlink).toHaveBeenCalledWith("root-path", "game-path", "junction"); - expect(fsp.symlink).toHaveBeenCalledWith("root-path", "game-path", "junction"); + expect(fsp.symlink).toHaveBeenCalledWith("target-gamedata-path", "gamedata-path", "junction"); expect(fsp.symlink).toHaveBeenCalledWith("logs-path", "logs-path", "junction"); }); diff --git a/cli/utils/fs/normalize_parameter_path.ts b/cli/utils/fs/normalize_parameter_path.ts index 571a5239d..3867576f7 100644 --- a/cli/utils/fs/normalize_parameter_path.ts +++ b/cli/utils/fs/normalize_parameter_path.ts @@ -2,12 +2,8 @@ import * as path from "path"; /** * Normalize path received from outside. - * If it is windows relative path, replace path separators. + * Replace path separators from windows to current OS. */ export function normalizeParameterPath(externalPath: string): string { - if (externalPath.startsWith(".\\") || externalPath.startsWith("..\\")) { - return externalPath.replace(/\\/g, path.sep); - } else { - return externalPath; - } + return externalPath.replace(/\\/g, path.sep); } diff --git a/src/engine/configs/$scheme/environment.scheme.ltx b/src/engine/configs/$scheme/environment.scheme.ltx index 6f59b7163..d93e5bf2f 100644 --- a/src/engine/configs/$scheme/environment.scheme.ltx +++ b/src/engine/configs/$scheme/environment.scheme.ltx @@ -23,9 +23,9 @@ strict = true blend_down_time = u32 blend_rise_time = u32 blend_time = f32 -flare_opacity = tuple:f32,f32,f32,f32,f32,f32 -flare_position = tuple:f32,f32,f32,f32,f32,f32 -flare_radius = tuple:f32,f32,f32,f32,f32,f32 +flare_opacity = f32[] +flare_position = f32[] +flare_radius = f32[] flare_shader = string flare_textures = string flares = enum:on,off diff --git a/src/engine/configs/environment/ambient_channels/backgrounds.ltx b/src/engine/configs/environment/ambient_channels/backgrounds.ltx new file mode 100644 index 000000000..2c44c6f81 --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/backgrounds.ltx @@ -0,0 +1,159 @@ +[zaton_bkg_morning] +$scheme = $sound_channel +max_distance = 55.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_morning + +[zaton_bkg_day] +$scheme = $sound_channel +max_distance = 61.000000 +min_distance = 60.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_day + +[zaton_bkg_evening] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_evening + +[zaton_bkg_night] +$scheme = $sound_channel +max_distance = 41.000000 +min_distance = 40.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_night + +[zaton_bkg_tuman] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_tuman + +[jupiter_bkg_morning] +$scheme = $sound_channel +max_distance = 55.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_morning + +[jupiter_bkg_day] +$scheme = $sound_channel +max_distance = 61.000000 +min_distance = 60.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_day + +[jupiter_bkg_evening] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_evening + +[jupiter_bkg_night] +$scheme = $sound_channel +max_distance = 41.000000 +min_distance = 40.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_night + +[jupiter_bkg_tuman] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_tuman + +[pripyat_bkg_day] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_day + +[pripyat_bkg_tuman] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_tuman + +[pripyat_bkg_night] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_night + +[pripyat_bkg_evening] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_evening + +[pripyat_bkg_morning] +$scheme = $sound_channel +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_morning + +[ugrnd_bkg_1] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 1 +period3 = 1 +sounds = ambient\background\underground_bkg_1 diff --git a/src/engine/configs/environment/ambient_channels/blowout_channels.ltx b/src/engine/configs/environment/ambient_channels/blowout_channels.ltx new file mode 100644 index 000000000..873e6270f --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/blowout_channels.ltx @@ -0,0 +1,59 @@ +[blowout_impacts] +$scheme = $sound_channel +max_distance = 25.000000 +min_distance = 10.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\blowout\blowout_boom_01, ambient\blowout\blowout_boom_02, ambient\blowout\blowout_boom_03 + +[blowout_rumble] +$scheme = $sound_channel +max_distance = 20.000000 +min_distance = 10.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\blowout\blowout_ambient_rumble_01, ambient\blowout\blowout_ambient_rumble_02, ambient\blowout\blowout_ambient_rumble_03, ambient\blowout\blowout_ambient_rumble_04 + +[blowout_ambient] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\blowout\blowout_amb_01, ambient\blowout\blowout_amb_02, ambient\blowout\blowout_amb_03, ambient\blowout\blowout_amb_04, ambient\blowout\blowout_amb_05, ambient\blowout\blowout_amb_06, ambient\blowout\blowout_amb_07, ambient\blowout\blowout_amb_08 + +[blowout_flare] +$scheme = $sound_channel +max_distance = 35.000000 +min_distance = 25.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\blowout\blowout_flare_01, ambient\blowout\blowout_flare_02, ambient\blowout\blowout_flare_03, ambient\blowout\blowout_flare_04 + +[blowout_wind] +$scheme = $sound_channel +max_distance = 20.000000 +min_distance = 10.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\blowout\blowout_wind_01, ambient\blowout\blowout_wind_02, ambient\blowout\blowout_wind_03 + +[blowout_background] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\blowout\blowout_bkgrnd diff --git a/src/engine/configs/environment/ambient_channels/general_channels.ltx b/src/engine/configs/environment/ambient_channels/general_channels.ltx new file mode 100644 index 000000000..9d6db63f5 --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/general_channels.ltx @@ -0,0 +1,379 @@ +[aes_explosions_1] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 25000 +period1 = 30000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\dist_explosion_1, ambient\rnd_outdoor\dist_explosion_2 + +[aes_explosions_2] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 25000 +period1 = 30000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\dist_explosion_1, ambient\rnd_outdoor\dist_explosion_2 + +[aes_gunfire_1] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 25000 +period1 = 30000 +period2 = 1000 +period3 = 4000 +sounds = ambient\rnd_outdoor\dist_gun1_1, ambient\rnd_outdoor\dist_gun1_2, ambient\rnd_outdoor\dist_gun1_2, ambient\rnd_outdoor\dist_gun1_3, ambient\rnd_outdoor\dist_gun1_3, ambient\rnd_outdoor\dist_gun1_4, ambient\rnd_outdoor\dist_gun1_5 + +[aes_gunfire_2] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 25000 +period1 = 30000 +period2 = 1000 +period3 = 4000 +sounds = ambient\rnd_outdoor\dist_gun2_1, ambient\rnd_outdoor\dist_gun2_2, ambient\rnd_outdoor\dist_gun2_2, ambient\rnd_outdoor\dist_gun2_3, ambient\rnd_outdoor\dist_gun2_3, ambient\rnd_outdoor\dist_gun2_4, ambient\rnd_outdoor\dist_gun2_5 + +[aes_gunfire_3] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 25000 +period1 = 30000 +period2 = 1000 +period3 = 4000 +sounds = ambient\rnd_outdoor\dist_gun3_1, ambient\rnd_outdoor\dist_gun3_2, ambient\rnd_outdoor\dist_gun3_2, ambient\rnd_outdoor\dist_gun3_3, ambient\rnd_outdoor\dist_gun3_3, ambient\rnd_outdoor\dist_gun3_4, ambient\rnd_outdoor\dist_gun3_5 + +[birds_1] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 10000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\new_birds1_1, ambient\rnd_outdoor\new_birds1_2 + +[birds_2] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 10000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\new_birds2_1, ambient\rnd_outdoor\new_birds2_2 + +[birds_3] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 10000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\new_birds3_1, ambient\rnd_outdoor\new_birds3_2 + +[bkwind_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 30.000000 +period0 = 1000 +period1 = 20000 +period2 = 0 +period3 = 2000 +sounds = ambient\outdoors\dist_wind_short_1, ambient\outdoors\dist_wind_short_2, ambient\outdoors\dist_wind_short_3 + +[bkwind_2] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 30.000000 +period0 = 1000 +period1 = 20000 +period2 = 1000 +period3 = 3000 +sounds = ambient\outdoors\dist_wind_short_1, ambient\outdoors\dist_wind_short_2, ambient\outdoors\dist_wind_short_3 + +[crickets_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 30.000000 +period0 = 1000 +period1 = 10000 +period2 = 1000 +period3 = 4000 +sounds = ambient\rnd_outdoor\crickets_1, ambient\rnd_outdoor\crickets_2, ambient\rnd_outdoor\crickets_3 + +[crickets_2] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 30.000000 +period0 = 1000 +period1 = 5000 +period2 = 1000 +period3 = 2000 +sounds = ambient\rnd_outdoor\crickets_1, ambient\rnd_outdoor\crickets_2, ambient\rnd_outdoor\crickets_3 + +[crows_1] +$scheme = $sound_channel +max_distance = 50.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 10000 +period2 = 10000 +period3 = 30000 +sounds = ambient\rnd_outdoor\crow1, ambient\rnd_outdoor\crow2, ambient\rnd_outdoor\crow3 + +[crows_2] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 10000 +period2 = 5000 +period3 = 20000 +sounds = ambient\rnd_outdoor\n_crow_1, ambient\rnd_outdoor\n_crow_2, ambient\rnd_outdoor\n_crow_3, ambient\rnd_outdoor\n_crow_4, ambient\rnd_outdoor\n_crow_5, ambient\rnd_outdoor\n_crow_6 + +[crows_2a] +$scheme = $sound_channel +max_distance = 40.000000 +min_distance = 15.000000 +period0 = 1000 +period1 = 10000 +period2 = 3000 +period3 = 15000 +sounds = ambient\rnd_outdoor\n_crow_1, ambient\rnd_outdoor\n_crow_2, ambient\rnd_outdoor\n_crow_3, ambient\rnd_outdoor\n_crow_4, ambient\rnd_outdoor\n_crow_5, ambient\rnd_outdoor\n_crow_6 + +[dark_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 20000 +period3 = 40000 +sounds = ambient\rnd_outdoor\rnd_dark, ambient\rnd_outdoor\rnd_dark0, ambient\rnd_outdoor\rnd_dark1, ambient\rnd_outdoor\rnd_dark2 + +[darkwind_1] +$scheme = $sound_channel +max_distance = 240.000000 +min_distance = 220.000000 +period0 = 1000 +period1 = 20000 +period2 = 331000 +period3 = 333000 +sounds = ambient\rnd_outdoor\rnd_darkwind3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5 + +[default] +$scheme = $sound_channel +max_distance = 600.000000 +min_distance = 300.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\rnd_outdoor\rnd_boar + +[dogs_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 30000 +sounds = ambient\rnd_outdoor\rnd_dog, ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2 + +[flies_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 40000 +sounds = ambient\rnd_outdoor\rnd_flies_1, ambient\rnd_outdoor\rnd_flies_2, ambient\rnd_outdoor\rnd_flies_3 + +[gunshots_1] +$scheme = $sound_channel +max_distance = 100.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 30000 +period3 = 60000 +sounds = ambient\rnd_outdoor\rnd_shooting_1, ambient\rnd_outdoor\rnd_shooting_2, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_5, ambient\rnd_outdoor\rnd_shooting_7 + +[hospital] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 3000 +period1 = 7000 +period2 = 3000 +period3 = 7000 +sounds = ambient\rnd_outdoor\rnd_boar1, ambient\rnd_outdoor\rnd_boar, ambient\rnd_outdoor\rnd_boar2, ambient\rnd_outdoor\rnd_boar3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_dog, ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2, ambient\rnd_outdoor\rnd_dog3, ambient\rnd_outdoor\rnd_krik6, ambient\rnd_outdoor\rnd_krik8, ambient\rnd_outdoor\rnd_krik9, ambient\rnd_outdoor\rnd_moan, ambient\rnd_outdoor\rnd_moan1, ambient\rnd_outdoor\rnd_moan2, ambient\rnd_outdoor\rnd_moan1, ambient\rnd_outdoor\rnd_moan2, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_7, ambient\rnd_outdoor\rnd_shooting_1, ambient\rnd_outdoor\rnd_krik3, ambient\rnd_outdoor\rnd_shooting_9, ambient\rnd_outdoor\rnd_shooting_3, ambient\rnd_outdoor\rnd_swamp, ambient\rnd_outdoor\rnd_wind_tree, ambient\rnd_outdoor\rnd_wind_tree + +[howling_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 20000 +period3 = 40000 +sounds = ambient\rnd_outdoor\rnd_howling_1, ambient\rnd_outdoor\rnd_howling_2, ambient\rnd_outdoor\bdog_howling_1, ambient\rnd_outdoor\bdog_howling_2 + +[indoor] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 20000 +period1 = 40000 +period2 = 20000 +period3 = 40000 +sounds = ambient\underground\strange_noise_1, ambient\underground\strange_noise_2, ambient\underground\strange_noise_3, ambient\underground\rnd_rat_panic_1, ambient\underground\rnd_rat_panic_2, ambient\underground\rnd_rat_panic_3 + +[marsh_bkg_1] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\marsh_bkg_1 + +[moans_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 40.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 30000 +sounds = ambient\outdoors\org_moan_1, ambient\outdoors\org_moan_2, ambient\outdoors\org_moan_3, ambient\outdoors\org_moan_4, ambient\outdoors\org_moan_5, ambient\outdoors\org_moan_6 + +[moans_2] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 40.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 30000 +sounds = ambient\rnd_outdoor\moan_1, ambient\rnd_outdoor\moan_2, ambient\rnd_outdoor\moan_3, ambient\rnd_outdoor\moan_4 + +[night_bkg_1] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 1 +period3 = 1 +sounds = ambient\background\night_bkg_1 + +[owls_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 20.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 30000 +sounds = ambient\rnd_outdoor\owl_1, ambient\rnd_outdoor\owl_2, ambient\rnd_outdoor\owl_3, ambient\rnd_outdoor\owl_high_1, ambient\rnd_outdoor\owl_high_2 + +[stancia1] +$scheme = $sound_channel +max_distance = 600.000000 +min_distance = 300.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\rnd_outdoor\rnd_boar2 + +[stancia2] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 30.000000 +period0 = 5000 +period1 = 10000 +period2 = 5000 +period3 = 10000 +sounds = ambient\rnd_outdoor\rnd_darkwind1, ambient\rnd_outdoor\rnd_darkwind2, ambient\rnd_outdoor\rnd_darkwind3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_dark, ambient\rnd_outdoor\rnd_dark1, ambient\rnd_outdoor\rnd_dark2, ambient\rnd_outdoor\rnd_dark3, ambient\rnd_outdoor\rnd_dark4, ambient\rnd_outdoor\rnd_dark5, ambient\rnd_outdoor\rnd_rock1, ambient\rnd_outdoor\rnd_rock2, ambient\rnd_outdoor\rnd_rock3, ambient\rnd_outdoor\rnd_rock4, ambient\rnd_outdoor\rnd_drone2, ambient\rnd_outdoor\rnd_drone1, ambient\rnd_outdoor\rnd_drone2 + +[swampwind_1] +$scheme = $sound_channel +max_distance = 60.000000 +min_distance = 40.000000 +period0 = 1000 +period1 = 20000 +period2 = 10000 +period3 = 20000 +sounds = ambient\outdoors\swamp_wind_short_1, ambient\outdoors\swamp_wind_short_2 + +[ugnd_breath] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 10000 +period1 = 30000 +period2 = 10000 +period3 = 30000 +sounds = ambient\underground\breath_1, ambient\underground\breath_2, ambient\underground\breath_3, ambient\underground\breath_4 + +[ugnd_hits] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 10000 +period1 = 30000 +period2 = 10000 +period3 = 30000 +sounds = ambient\underground\hit_1, ambient\underground\hit_2, ambient\underground\hit_3 + +[ugnd_squeaks_1] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 10000 +period1 = 30000 +period2 = 10000 +period3 = 30000 +sounds = ambient\underground\rnd_metal1, ambient\underground\rnd_metal2, ambient\underground\rnd_metal3 + +[ugnd_bkg_1] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 1 +period3 = 1 +sounds = ambient\background\underground_bkg_1 + +[wind_bkg_1] +$scheme = $sound_channel +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\wind_bkg_1 + +[x18] +$scheme = $sound_channel +max_distance = 30.000000 +min_distance = 10.000000 +period0 = 30000 +period1 = 60000 +period2 = 30000 +period3 = 60000 +sounds = ambient\x18\x18_noise_1, ambient\x18\x18_noise_2, ambient\x18\x18_hit_1, ambient\x18\x18_hit_2, ambient\x18\x18_hit_3, ambient\x18\x18_hit_4, ambient\x18\x18_hit_5, ambient\x18\x18_hit_6 diff --git a/src/engine/configs/environment/ambient_channels/index.ltx b/src/engine/configs/environment/ambient_channels/index.ltx new file mode 100644 index 000000000..cb4456d8c --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/index.ltx @@ -0,0 +1,7 @@ +#include "blowout_channels.ltx" +#include "backgrounds.ltx" +#include "general_channels.ltx" +#include "zaton_channels.ltx" +#include "jupiter_channels.ltx" +#include "pripyat_channels.ltx" +#include "ugrnd_channels.ltx" diff --git a/src/engine/configs/environment/ambient_channels/jupiter_channels.ltx b/src/engine/configs/environment/ambient_channels/jupiter_channels.ltx new file mode 100644 index 000000000..1eeea7ed5 --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/jupiter_channels.ltx @@ -0,0 +1,309 @@ +[jupiter_tuman_cricket] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 70.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\tuman\fog_ambient_cricket_1, ambient\tuman\fog_ambient_cricket_2, ambient\tuman\fog_ambient_cricket_3, ambient\tuman\fog_cricket_1, ambient\tuman\fog_cricket_2, ambient\tuman\fog_ambient_night_11, ambient\tuman\fog_ambient_night_12, ambient\tuman\fog_ambient_night_13 + +[jupiter_tuman_ambient_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 10000 +period1 = 45000 +period2 = 25000 +period3 = 45000 +sounds = ambient\tuman\fog_ambient_dog_1, ambient\tuman\fog_ambient_dog_2, ambient\tuman\fog_ambient_dog_3, ambient\tuman\fog_ambient_dog_4, ambient\tuman\fog_ambient_dog_5, ambient\tuman\fog_ambient_dog_6 + +[jupiter_tuman_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 20000 +period1 = 45000 +period2 = 25000 +period3 = 55000 +sounds = ambient\tuman\fog_dog1, ambient\tuman\fog_dog2, ambient\tuman\fog_dog5, ambient\tuman\fog_dog6, ambient\tuman\fog_dog7, ambient\tuman\fog_dog8, ambient\tuman\fog_dog10 + +[jupiter_tuman_boar] +$scheme = $sound_channel +max_distance = 80.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 65000 +period2 = 25000 +period3 = 65000 +sounds = ambient\tuman\fog_boar_1, ambient\tuman\fog_boar_2, ambient\tuman\fog_boar_3, ambient\tuman\fog_boar_4 + +[jupiter_tuman_mutant_day] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 15000 +period1 = 55000 +period2 = 20000 +period3 = 55000 +sounds = ambient\tuman\fog_ambient_mutant_1, ambient\tuman\fog_ambient_mutant_2, ambient\tuman\fog_mutant_1, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_7, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_10, ambient\tuman\fog_mutant_14 + +[jupiter_tuman_mutant_night] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 70.000000 +period0 = 15000 +period1 = 35000 +period2 = 20000 +period3 = 40000 +sounds = ambient\tuman\fog_ambient_mutant_1, ambient\tuman\fog_ambient_mutant_2, ambient\tuman\fog_mutant_1, ambient\tuman\fog_mutant_2, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_7, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_10, ambient\tuman\fog_mutant_13, ambient\tuman\fog_mutant_14 + +[jupiter_tuman_night_amb] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 55000 +period2 = 20000 +period3 = 55000 +sounds = ambient\tuman\fog_night_amb_1, ambient\tuman\fog_night_scream_3, ambient\tuman\fog_ambient_night_1, ambient\tuman\fog_ambient_night_7, ambient\tuman\fog_ambient_night_9, ambient\tuman\fog_ambient_night_12, ambient\tuman\fog_ambient_night_13 + +[jupiter_tuman_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 40000 +period1 = 65000 +period2 = 45000 +period3 = 65000 +sounds = ambient\tuman\fog_drone_1, ambient\tuman\fog_drone_2, ambient\rnd_outdoor\ambient_drone_1, ambient\rnd_outdoor\ambient_drone_3 + +[jupiter_tuman_gunfire] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 45000 +period1 = 95000 +period2 = 45000 +period3 = 95000 +sounds = ambient\tuman\fog_ambient_gunfire_1, ambient\tuman\fog_ambient_gunfire_2, ambient\tuman\fog_ambient_gunfire_3, ambient\tuman\fog_ambient_gunfire_7, ambient\tuman\fog_ambient_gunfire_9, ambient\tuman\fog_shooting_4, ambient\tuman\fog_shooting_1 + +[jupiter_tuman_crow] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 40000 +period1 = 65000 +period2 = 45000 +period3 = 65000 +sounds = ambient\tuman\fog_crow_1, ambient\tuman\fog_crow_3, ambient\tuman\fog_crow_4, ambient\tuman\fog_crow_5, ambient\tuman\fog_crow_7, ambient\tuman\fog_crow_9, ambient\tuman\fog_crow_11, ambient\tuman\fog_crow_15 + +[jupiter_tuman_bird] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 45000 +period1 = 105000 +period2 = 45000 +period3 = 105000 +sounds = ambient\tuman\fog_bird_7, ambient\tuman\fog_bird_8, ambient\tuman\fog_bird_9 + +[jupiter_dark] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 65000 +period2 = 25000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_dark_1, ambient\rnd_outdoor\rnd_dark_2, ambient\rnd_outdoor\rnd_dark_3, ambient\rnd_outdoor\rnd_dark_4 + +[jupiter_pre_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5 + +[jupiter_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 10000 +period1 = 45000 +period2 = 10000 +period3 = 45000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5, nature\storm_1, nature\storm_2, nature\storm_3, nature\storm_4, nature\storm_5 + +[jupiter_ambient_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_wind_1, ambient\rnd_outdoor\ambient_wind_2, ambient\rnd_outdoor\ambient_wind_3, ambient\rnd_outdoor\ambient_wind_4 + +[jupiter_rnd_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_wind_1, ambient\rnd_outdoor\rnd_wind_2, ambient\rnd_outdoor\rnd_wind_3, ambient\rnd_outdoor\rnd_wind_4 + +[jupiter_heavy_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 10000 +period1 = 55000 +period2 = 10000 +period3 = 55000 +sounds = ambient\rnd_outdoor\heavy_wind_1, ambient\rnd_outdoor\heavy_wind_2, ambient\rnd_outdoor\heavy_wind_3, ambient\rnd_outdoor\heavy_wind_4 + +[jupiter_cricket] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 10000 +period1 = 50000 +period2 = 10000 +period3 = 50000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2 + +[jupiter_cricket_night] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 10000 +period1 = 30000 +period2 = 10000 +period3 = 30000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_2, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\ambient_night_12, ambient\rnd_outdoor\ambient_night_13 + +[jupiter_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 55000 +period2 = 20000 +period3 = 55000 +sounds = ambient\rnd_outdoor\ambient_drone_1, ambient\rnd_outdoor\ambient_drone_2, ambient\rnd_outdoor\ambient_drone_3, ambient\rnd_outdoor\ambient_drone_5, ambient\rnd_outdoor\ambient_drone_7 + +[jupiter_night_amb] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 80.000000 +period0 = 20000 +period1 = 55000 +period2 = 20000 +period3 = 55000 +sounds = ambient\rnd_outdoor\ambient_night_1, ambient\rnd_outdoor\ambient_night_3, ambient\rnd_outdoor\ambient_night_6, ambient\rnd_outdoor\ambient_night_7, ambient\rnd_outdoor\ambient_night_8, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\rnd_night_amb_2, ambient\rnd_outdoor\rnd_night_amb_3, ambient\rnd_outdoor\night_scream_3 + +[jupiter_mutant_night] +$scheme = $sound_channel +max_distance = 115.000000 +min_distance = 95.000000 +period0 = 15000 +period1 = 55000 +period2 = 15000 +period3 = 55000 +sounds = ambient\rnd_outdoor\ambient_mutant_1, ambient\rnd_outdoor\ambient_mutant_2, ambient\rnd_outdoor\rnd_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_6, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_10, ambient\rnd_outdoor\rnd_mutant_13, ambient\rnd_outdoor\rnd_mutant_14 + +[jupiter_ambient_dog] +$scheme = $sound_channel +max_distance = 115.000000 +min_distance = 95.000000 +period0 = 10000 +period1 = 45000 +period2 = 15000 +period3 = 45000 +sounds = ambient\rnd_outdoor\ambient_dog_1, ambient\rnd_outdoor\ambient_dog_2, ambient\rnd_outdoor\ambient_dog_3, ambient\rnd_outdoor\ambient_dog_4, ambient\rnd_outdoor\ambient_dog_5, ambient\rnd_outdoor\ambient_dog_6 + +[jupiter_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 20000 +period1 = 45000 +period2 = 25000 +period3 = 45000 +sounds = ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2, ambient\rnd_outdoor\rnd_dog3, ambient\rnd_outdoor\rnd_dog5, ambient\rnd_outdoor\rnd_dog6, ambient\rnd_outdoor\rnd_dog7, ambient\rnd_outdoor\rnd_dog8, ambient\rnd_outdoor\rnd_dog10 + +[jupiter_boar] +$scheme = $sound_channel +max_distance = 90.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 65000 +period2 = 25000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_boar_1, ambient\rnd_outdoor\rnd_boar_2, ambient\rnd_outdoor\rnd_boar_3, ambient\rnd_outdoor\rnd_boar_4 + +[jupiter_mutant_day] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 15000 +period1 = 65000 +period2 = 20000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_14 + +[jupiter_gunfire] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 80.000000 +period0 = 35000 +period1 = 105000 +period2 = 35000 +period3 = 105000 +sounds = ambient\rnd_outdoor\ambient_gunfire_1, ambient\rnd_outdoor\ambient_gunfire_2, ambient\rnd_outdoor\ambient_gunfire_3, ambient\rnd_outdoor\ambient_gunfire_7, ambient\rnd_outdoor\ambient_gunfire_9, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_1 + +[jupiter_crow] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 40000 +period1 = 65000 +period2 = 45000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_crow_1, ambient\rnd_outdoor\rnd_crow_2, ambient\rnd_outdoor\rnd_crow_3, ambient\rnd_outdoor\rnd_crow_4, ambient\rnd_outdoor\rnd_crow_5, ambient\rnd_outdoor\rnd_crow_8, ambient\rnd_outdoor\rnd_crow_9, ambient\rnd_outdoor\rnd_crow_11, ambient\rnd_outdoor\rnd_crow_12, ambient\rnd_outdoor\rnd_crow_14, ambient\rnd_outdoor\rnd_crow_15 + +[jupiter_bird] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 115000 +sounds = ambient\rnd_outdoor\rnd_bird_1, ambient\rnd_outdoor\rnd_bird_2, ambient\rnd_outdoor\rnd_bird_3, ambient\rnd_outdoor\rnd_bird_5, ambient\rnd_outdoor\rnd_bird_6, ambient\rnd_outdoor\rnd_bird_7, ambient\rnd_outdoor\rnd_bird_8, ambient\rnd_outdoor\rnd_bird_9, ambient\rnd_outdoor\ambient_bird_1 + +[jupiter_insect_day] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 105000 +period2 = 25000 +period3 = 105000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_3, ambient\rnd_outdoor\rnd_insect_4, ambient\rnd_outdoor\rnd_insect_5, ambient\rnd_outdoor\rnd_insect_6 + +[jupiter_insect] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 105000 +period2 = 25000 +period3 = 105000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_6 diff --git a/src/engine/configs/environment/ambient_channels/pripyat_channels.ltx b/src/engine/configs/environment/ambient_channels/pripyat_channels.ltx new file mode 100644 index 000000000..6224ef7b8 --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/pripyat_channels.ltx @@ -0,0 +1,309 @@ +[pripyat_tuman_cricket] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 70.000000 +period0 = 35000 +period1 = 115000 +period2 = 35000 +period3 = 115000 +sounds = ambient\tuman\fog_ambient_cricket_1, ambient\tuman\fog_ambient_cricket_2, ambient\tuman\fog_ambient_cricket_3, ambient\tuman\fog_cricket_1, ambient\tuman\fog_cricket_2, ambient\tuman\fog_ambient_night_11, ambient\tuman\fog_ambient_night_12, ambient\tuman\fog_ambient_night_13 + +[pripyat_tuman_ambient_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 10000 +period1 = 85000 +period2 = 25000 +period3 = 85000 +sounds = ambient\tuman\fog_ambient_dog_1, ambient\tuman\fog_ambient_dog_2, ambient\tuman\fog_ambient_dog_3, ambient\tuman\fog_ambient_dog_4, ambient\tuman\fog_ambient_dog_5, ambient\tuman\fog_ambient_dog_6 + +[pripyat_tuman_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 20000 +period1 = 85000 +period2 = 25000 +period3 = 85000 +sounds = ambient\tuman\fog_dog1, ambient\tuman\fog_dog2, ambient\tuman\fog_dog5, ambient\tuman\fog_dog6, ambient\tuman\fog_dog7, ambient\tuman\fog_dog8, ambient\tuman\fog_dog10 + +[pripyat_tuman_boar] +$scheme = $sound_channel +max_distance = 90.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 95000 +period2 = 25000 +period3 = 95000 +sounds = ambient\tuman\fog_boar_1, ambient\tuman\fog_boar_2, ambient\tuman\fog_boar_3, ambient\tuman\fog_boar_4, ambient\tuman\fog_growl_1, ambient\tuman\fog_growl_2 + +[pripyat_tuman_mutant_day] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 115000 +sounds = ambient\tuman\fog_ambient_mutant_1, ambient\tuman\fog_ambient_mutant_2, ambient\tuman\fog_mutant_1, ambient\tuman\fog_mutant_2, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_6, ambient\tuman\fog_mutant_7, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_9, ambient\tuman\fog_mutant_10, ambient\tuman\fog_mutant_11, ambient\tuman\fog_mutant_12, ambient\tuman\fog_mutant_13, ambient\tuman\fog_mutant_14 + +[pripyat_tuman_mutant_night] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 70.000000 +period0 = 25000 +period1 = 95000 +period2 = 25000 +period3 = 95000 +sounds = ambient\tuman\fog_ambient_mutant_1, ambient\tuman\fog_ambient_mutant_2, ambient\tuman\fog_mutant_1, ambient\tuman\fog_mutant_2, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_6, ambient\tuman\fog_mutant_7, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_9, ambient\tuman\fog_mutant_10, ambient\tuman\fog_mutant_11, ambient\tuman\fog_mutant_12, ambient\tuman\fog_mutant_13, ambient\tuman\fog_mutant_14 + +[pripyat_tuman_night_amb] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 30000 +period1 = 105000 +period2 = 30000 +period3 = 105000 +sounds = ambient\tuman\fog_night_amb_1, ambient\tuman\fog_night_amb_2, ambient\tuman\fog_night_amb_3, ambient\tuman\fog_night_scream_3, ambient\tuman\fog_ambient_night_1, ambient\tuman\fog_ambient_night_2, ambient\tuman\fog_ambient_night_3, ambient\tuman\fog_ambient_night_4, ambient\tuman\fog_ambient_night_5, ambient\tuman\fog_ambient_night_6, ambient\tuman\fog_ambient_night_7, ambient\tuman\fog_ambient_night_8, ambient\tuman\fog_ambient_night_9, ambient\tuman\fog_ambient_night_10 + +[pripyat_tuman_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 40000 +period1 = 85000 +period2 = 45000 +period3 = 85000 +sounds = ambient\tuman\fog_drone_1, ambient\tuman\fog_drone_2, ambient\rnd_outdoor\ambient_drone_1, ambient\rnd_outdoor\ambient_drone_2, ambient\rnd_outdoor\ambient_drone_3 + +[pripyat_tuman_gunfire] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 165000 +period1 = 205000 +period2 = 165000 +period3 = 205000 +sounds = ambient\tuman\fog_ambient_gunfire_1, ambient\tuman\fog_ambient_gunfire_2, ambient\tuman\fog_ambient_gunfire_3, ambient\tuman\fog_ambient_gunfire_7, ambient\tuman\fog_ambient_gunfire_9, ambient\tuman\fog_shooting_4, ambient\tuman\fog_shooting_1 + +[pripyat_tuman_crow] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 40000 +period1 = 115000 +period2 = 45000 +period3 = 115000 +sounds = ambient\tuman\fog_crow_1, ambient\tuman\fog_crow_2, ambient\tuman\fog_crow_3, ambient\tuman\fog_crow_4, ambient\tuman\fog_crow_5, ambient\tuman\fog_crow_6, ambient\tuman\fog_crow_7, ambient\tuman\fog_crow_8, ambient\tuman\fog_crow_9, ambient\tuman\fog_crow_10, ambient\tuman\fog_crow_11, ambient\tuman\fog_crow_12, ambient\tuman\fog_crow_13, ambient\tuman\fog_crow_14, ambient\tuman\fog_crow_15 + +[pripyat_tuman_bird] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 65000 +period1 = 145000 +period2 = 65000 +period3 = 145000 +sounds = ambient\tuman\fog_bird_7, ambient\tuman\fog_bird_8, ambient\tuman\fog_bird_9 + +[pripyat_dark] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 45000 +period2 = 20000 +period3 = 45000 +sounds = ambient\rnd_outdoor\rnd_dark_1, ambient\rnd_outdoor\rnd_dark_2, ambient\rnd_outdoor\rnd_dark_3, ambient\rnd_outdoor\rnd_dark_4, ambient\rnd_outdoor\rnd_dark_5, ambient\rnd_outdoor\rnd_dark_6, ambient\rnd_outdoor\rnd_dark_7, ambient\rnd_outdoor\rnd_dark_8 + +[pripyat_pre_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5 + +[pripyat_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 10000 +period1 = 45000 +period2 = 10000 +period3 = 45000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5, nature\storm_1, nature\storm_2, nature\storm_3, nature\storm_4, nature\storm_5 + +[pripyat_ambient_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_wind_1, ambient\rnd_outdoor\ambient_wind_2, ambient\rnd_outdoor\ambient_wind_3, ambient\rnd_outdoor\ambient_wind_4 + +[pripyat_rnd_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_wind_1, ambient\rnd_outdoor\rnd_wind_2, ambient\rnd_outdoor\rnd_wind_3, ambient\rnd_outdoor\rnd_wind_4 + +[pripyat_heavy_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 10000 +period1 = 55000 +period2 = 10000 +period3 = 55000 +sounds = ambient\rnd_outdoor\heavy_wind_1, ambient\rnd_outdoor\heavy_wind_2, ambient\rnd_outdoor\heavy_wind_3, ambient\rnd_outdoor\heavy_wind_4 + +[pripyat_cricket] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 10000 +period1 = 50000 +period2 = 10000 +period3 = 50000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2 + +[pripyat_cricket_night] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 10000 +period1 = 50000 +period2 = 10000 +period3 = 50000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_2, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\ambient_night_12, ambient\rnd_outdoor\ambient_night_13 + +[pripyat_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 10000 +period1 = 45000 +period2 = 10000 +period3 = 45000 +sounds = ambient\rnd_outdoor\ambient_drone_1, ambient\rnd_outdoor\ambient_drone_2, ambient\rnd_outdoor\ambient_drone_3, ambient\rnd_outdoor\ambient_drone_4, ambient\rnd_outdoor\ambient_drone_5, ambient\rnd_outdoor\ambient_drone_6, ambient\rnd_outdoor\ambient_drone_7 + +[pripyat_night_amb] +$scheme = $sound_channel +max_distance = 115.000000 +min_distance = 95.000000 +period0 = 10000 +period1 = 45000 +period2 = 10000 +period3 = 45000 +sounds = ambient\rnd_outdoor\ambient_night_1, ambient\rnd_outdoor\ambient_night_2, ambient\rnd_outdoor\ambient_night_3, ambient\rnd_outdoor\ambient_night_4, ambient\rnd_outdoor\ambient_night_5, ambient\rnd_outdoor\ambient_night_6, ambient\rnd_outdoor\ambient_night_7, ambient\rnd_outdoor\ambient_night_8, ambient\rnd_outdoor\ambient_night_9, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\rnd_night_amb_1, ambient\rnd_outdoor\rnd_night_amb_2, ambient\rnd_outdoor\rnd_night_amb_3, ambient\rnd_outdoor\night_scream_3 + +[pripyat_mutant_night] +$scheme = $sound_channel +max_distance = 125.000000 +min_distance = 105.000000 +period0 = 10000 +period1 = 50000 +period2 = 10000 +period3 = 50000 +sounds = ambient\rnd_outdoor\ambient_mutant_1, ambient\rnd_outdoor\ambient_mutant_2, ambient\rnd_outdoor\rnd_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_6, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_10, ambient\rnd_outdoor\rnd_mutant_13, ambient\rnd_outdoor\rnd_mutant_14 + +[pripyat_ambient_dog] +$scheme = $sound_channel +max_distance = 115.000000 +min_distance = 95.000000 +period0 = 10000 +period1 = 45000 +period2 = 15000 +period3 = 45000 +sounds = ambient\rnd_outdoor\ambient_dog_1, ambient\rnd_outdoor\ambient_dog_2, ambient\rnd_outdoor\ambient_dog_3, ambient\rnd_outdoor\ambient_dog_4, ambient\rnd_outdoor\ambient_dog_5, ambient\rnd_outdoor\ambient_dog_6 + +[pripyat_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 20000 +period1 = 45000 +period2 = 25000 +period3 = 45000 +sounds = ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2, ambient\rnd_outdoor\rnd_dog3, ambient\rnd_outdoor\rnd_dog5, ambient\rnd_outdoor\rnd_dog6, ambient\rnd_outdoor\rnd_dog7, ambient\rnd_outdoor\rnd_dog8, ambient\rnd_outdoor\rnd_dog10 + +[pripyat_boar] +$scheme = $sound_channel +max_distance = 90.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 65000 +period2 = 25000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_boar_1, ambient\rnd_outdoor\rnd_boar_2, ambient\rnd_outdoor\rnd_boar_3, ambient\rnd_outdoor\rnd_boar_4 + +[pripyat_mutant_day] +$scheme = $sound_channel +max_distance = 125.000000 +min_distance = 105.000000 +period0 = 15000 +period1 = 55000 +period2 = 20000 +period3 = 55000 +sounds = ambient\rnd_outdoor\ambient_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_14 + +[pripyat_gunfire] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 80.000000 +period0 = 35000 +period1 = 115000 +period2 = 35000 +period3 = 115000 +sounds = ambient\rnd_outdoor\ambient_gunfire_1, ambient\rnd_outdoor\ambient_gunfire_2, ambient\rnd_outdoor\ambient_gunfire_3, ambient\rnd_outdoor\ambient_gunfire_7, ambient\rnd_outdoor\ambient_gunfire_9, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_1 + +[pripyat_crow] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 40000 +period1 = 85000 +period2 = 45000 +period3 = 85000 +sounds = ambient\rnd_outdoor\rnd_crow_1, ambient\rnd_outdoor\rnd_crow_2, ambient\rnd_outdoor\rnd_crow_3, ambient\rnd_outdoor\rnd_crow_4, ambient\rnd_outdoor\rnd_crow_5, ambient\rnd_outdoor\rnd_crow_6, ambient\rnd_outdoor\rnd_crow_7, ambient\rnd_outdoor\rnd_crow_8, ambient\rnd_outdoor\rnd_crow_9, ambient\rnd_outdoor\rnd_crow_10, ambient\rnd_outdoor\rnd_crow_11, ambient\rnd_outdoor\rnd_crow_12, ambient\rnd_outdoor\rnd_crow_13, ambient\rnd_outdoor\rnd_crow_14, ambient\rnd_outdoor\rnd_crow_15 + +[pripyat_bird] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 65000 +period1 = 165000 +period2 = 65000 +period3 = 165000 +sounds = ambient\rnd_outdoor\rnd_bird_1, ambient\rnd_outdoor\rnd_bird_2, ambient\rnd_outdoor\rnd_bird_3, ambient\rnd_outdoor\rnd_bird_4, ambient\rnd_outdoor\rnd_bird_5, ambient\rnd_outdoor\rnd_bird_6, ambient\rnd_outdoor\rnd_bird_7, ambient\rnd_outdoor\rnd_bird_8, ambient\rnd_outdoor\rnd_bird_9, ambient\rnd_outdoor\rnd_bird_10, ambient\rnd_outdoor\rnd_bird_11 + +[pripyat_insect_day] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 115000 +period2 = 25000 +period3 = 115000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_3, ambient\rnd_outdoor\rnd_insect_4, ambient\rnd_outdoor\rnd_insect_5 + +[pripyat_insect] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 115000 +period2 = 25000 +period3 = 115000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_4 diff --git a/src/engine/configs/environment/ambient_channels/ugrnd_channels.ltx b/src/engine/configs/environment/ambient_channels/ugrnd_channels.ltx new file mode 100644 index 000000000..76ac7e579 --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/ugrnd_channels.ltx @@ -0,0 +1,89 @@ +[ugrnd_metal] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 25000 +period1 = 120000 +period2 = 25000 +period3 = 120000 +sounds = ambient\ugrnd\ugrnd_metal_1, ambient\ugrnd\ugrnd_metal_2, ambient\ugrnd\ugrnd_metal_3, ambient\ugrnd\ugrnd_metal_4, ambient\ugrnd\ugrnd_metal_5, ambient\ugrnd\ugrnd_metal_6, ambient\ugrnd\ugrnd_metal_7 + +[ugrnd_noise] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 55000 +period1 = 180000 +period2 = 55000 +period3 = 180000 +sounds = ambient\ugrnd\ugrnd_noise_1, ambient\ugrnd\ugrnd_noise_2, ambient\ugrnd\ugrnd_noise_3, ambient\ugrnd\ugrnd_noise_4, ambient\ugrnd\ugrnd_noise_5, ambient\ugrnd\ugrnd_noise_6, ambient\ugrnd\ugrnd_noise_7, ambient\ugrnd\ugrnd_noise_8, ambient\ugrnd\ugrnd_noise_9, ambient\ugrnd\ugrnd_noise_10, ambient\ugrnd\ugrnd_noise_11, ambient\ugrnd\ugrnd_noise_12 + +[ugrnd_ambient] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 65000 +period1 = 190000 +period2 = 65000 +period3 = 190000 +sounds = ambient\ugrnd\ugrnd_ambient_1, ambient\ugrnd\ugrnd_ambient_2, ambient\ugrnd\ugrnd_ambient_3, ambient\ugrnd\ugrnd_ambient_4, ambient\ugrnd\ugrnd_ambient_5, ambient\ugrnd\ugrnd_ambient_6, ambient\ugrnd\ugrnd_ambient_7 + +[ugrnd_banging] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 25000 +period1 = 170000 +period2 = 25000 +period3 = 170000 +sounds = ambient\ugrnd\ugrnd_ambient_banging_1, ambient\ugrnd\ugrnd_ambient_banging_2, ambient\ugrnd\ugrnd_ambient_banging_3, ambient\ugrnd\ugrnd_ambient_banging_4, ambient\ugrnd\ugrnd_ambient_banging_5, ambient\ugrnd\ugrnd_ambient_banging_6, ambient\ugrnd\ugrnd_ambient_banging_7 + +[ugrnd_ambient_machine] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 95000 +period1 = 230000 +period2 = 95000 +period3 = 230000 +sounds = ambient\ugrnd\ugrnd_ambient_machine_1, ambient\ugrnd\ugrnd_ambient_machine_2, ambient\ugrnd\ugrnd_ambient_machine_3, ambient\ugrnd\ugrnd_ambient_machine_4, ambient\ugrnd\ugrnd_ambient_machine_5 + +[ugrnd_drone] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 75000 +period1 = 195000 +period2 = 75000 +period3 = 195000 +sounds = ambient\ugrnd\ugrnd_drone_1, ambient\ugrnd\ugrnd_drone_2, ambient\ugrnd\ugrnd_drone_3, ambient\ugrnd\ugrnd_drone_4 + +[ugrnd_lab] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 45000 +period1 = 215000 +period2 = 45000 +period3 = 215000 +sounds = ambient\ugrnd\ugrnd_lab_1, ambient\ugrnd\ugrnd_lab_2, ambient\ugrnd\ugrnd_lab_3, ambient\ugrnd\ugrnd_lab_4, ambient\ugrnd\ugrnd_lab_5, ambient\ugrnd\ugrnd_lab_6 + +[ugrnd_voices] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 65000 +period1 = 160000 +period2 = 65000 +period3 = 160000 +sounds = ambient\ugrnd\ugrnd_whispers_1, ambient\ugrnd\ugrnd_whispers_2, ambient\ugrnd\ugrnd_whispers_3, ambient\ugrnd\ugrnd_whispers_4 + +[ugrnd_drip] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 85.000000 +period0 = 25000 +period1 = 70000 +period2 = 25000 +period3 = 70000 +sounds = ambient\ugrnd\ugrnd_drip_1, ambient\ugrnd\ugrnd_drip_2, ambient\ugrnd\ugrnd_drip_3, ambient\ugrnd\ugrnd_drip_4, ambient\ugrnd\ugrnd_drip_5, ambient\ugrnd\ugrnd_drip_6, ambient\ugrnd\ugrnd_drip_7, ambient\ugrnd\ugrnd_drip_8, ambient\ugrnd\ugrnd_drip_9, ambient\ugrnd\ugrnd_drip_10, ambient\ugrnd\ugrnd_drip_11 diff --git a/src/engine/configs/environment/ambient_channels/zaton_channels.ltx b/src/engine/configs/environment/ambient_channels/zaton_channels.ltx new file mode 100644 index 000000000..eb18e1aaf --- /dev/null +++ b/src/engine/configs/environment/ambient_channels/zaton_channels.ltx @@ -0,0 +1,309 @@ +[zaton_tuman_cricket] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 70.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\tuman\fog_ambient_cricket_1, ambient\tuman\fog_ambient_cricket_2, ambient\tuman\fog_ambient_cricket_3, ambient\tuman\fog_cricket_1, ambient\tuman\fog_cricket_2, ambient\tuman\fog_ambient_night_11, ambient\tuman\fog_ambient_night_12, ambient\tuman\fog_ambient_night_13 + +[zaton_tuman_ambient_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 10000 +period1 = 55000 +period2 = 25000 +period3 = 55000 +sounds = ambient\tuman\fog_ambient_dog_1, ambient\tuman\fog_ambient_dog_2, ambient\tuman\fog_ambient_dog_3, ambient\tuman\fog_ambient_dog_4, ambient\tuman\fog_ambient_dog_5, ambient\tuman\fog_ambient_dog_6 + +[zaton_tuman_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 85.000000 +period0 = 20000 +period1 = 55000 +period2 = 25000 +period3 = 65000 +sounds = ambient\tuman\fog_dog1, ambient\tuman\fog_dog2, ambient\tuman\fog_dog5, ambient\tuman\fog_dog6, ambient\tuman\fog_dog7, ambient\tuman\fog_dog8, ambient\tuman\fog_dog10 + +[zaton_tuman_boar] +$scheme = $sound_channel +max_distance = 80.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 75000 +period2 = 25000 +period3 = 75000 +sounds = ambient\tuman\fog_boar_1, ambient\tuman\fog_boar_2, ambient\tuman\fog_boar_3, ambient\tuman\fog_boar_4 + +[zaton_tuman_mutant_day] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 15000 +period1 = 65000 +period2 = 20000 +period3 = 65000 +sounds = ambient\tuman\fog_ambient_mutant_2, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_14 + +[zaton_tuman_mutant_night] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 70.000000 +period0 = 20000 +period1 = 50000 +period2 = 20000 +period3 = 50000 +sounds = ambient\tuman\fog_ambient_mutant_1, ambient\tuman\fog_mutant_2, ambient\tuman\fog_mutant_3, ambient\tuman\fog_mutant_4, ambient\tuman\fog_mutant_5, ambient\tuman\fog_mutant_8, ambient\tuman\fog_mutant_10, ambient\tuman\fog_mutant_14 + +[zaton_tuman_night_amb] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 20000 +period1 = 65000 +period2 = 20000 +period3 = 65000 +sounds = ambient\tuman\fog_night_amb_1, ambient\tuman\fog_night_scream_3, ambient\tuman\fog_ambient_night_7, ambient\tuman\fog_ambient_night_9 + +[zaton_tuman_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 60.000000 +period0 = 40000 +period1 = 85000 +period2 = 45000 +period3 = 85000 +sounds = ambient\tuman\fog_drone_1, ambient\tuman\fog_drone_2 + +[zaton_tuman_gunfire] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 150000 +sounds = ambient\tuman\fog_ambient_gunfire_1, ambient\tuman\fog_ambient_gunfire_2, ambient\tuman\fog_ambient_gunfire_3, ambient\tuman\fog_ambient_gunfire_7, ambient\tuman\fog_ambient_gunfire_9, ambient\tuman\fog_shooting_4, ambient\tuman\fog_shooting_1 + +[zaton_tuman_crow] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 40000 +period1 = 75000 +period2 = 45000 +period3 = 75000 +sounds = ambient\tuman\fog_crow_1, ambient\tuman\fog_crow_4, ambient\tuman\fog_crow_5, ambient\tuman\fog_crow_9, ambient\tuman\fog_crow_15 + +[zaton_tuman_bird] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 115000 +sounds = ambient\tuman\fog_bird_7, ambient\tuman\fog_bird_8, ambient\tuman\fog_bird_9 + +[zaton_dark] +$scheme = $sound_channel +max_distance = 75.000000 +min_distance = 65.000000 +period0 = 30000 +period1 = 85000 +period2 = 35000 +period3 = 85000 +sounds = ambient\rnd_outdoor\rnd_dark_1, ambient\rnd_outdoor\rnd_dark_2, ambient\rnd_outdoor\rnd_dark_4 + +[zaton_pre_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 15000 +period1 = 55000 +period2 = 15000 +period3 = 55000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5 + +[zaton_storm] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 55.000000 +period0 = 10000 +period1 = 45000 +period2 = 10000 +period3 = 45000 +sounds = nature\pre_storm_1, nature\pre_storm_2, nature\pre_storm_3, nature\pre_storm_4, nature\pre_storm_5, nature\storm_1, nature\storm_2, nature\storm_3, nature\storm_4, nature\storm_5 + +[zaton_ambient_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_wind_1, ambient\rnd_outdoor\ambient_wind_2, ambient\rnd_outdoor\ambient_wind_3, ambient\rnd_outdoor\ambient_wind_4 + +[zaton_rnd_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 65.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_wind_1, ambient\rnd_outdoor\rnd_wind_2, ambient\rnd_outdoor\rnd_wind_3, ambient\rnd_outdoor\rnd_wind_4 + +[zaton_heavy_wind] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 10000 +period1 = 55000 +period2 = 10000 +period3 = 55000 +sounds = ambient\rnd_outdoor\heavy_wind_1, ambient\rnd_outdoor\heavy_wind_2, ambient\rnd_outdoor\heavy_wind_3, ambient\rnd_outdoor\heavy_wind_4 + +[zaton_cricket] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 20000 +period1 = 70000 +period2 = 20000 +period3 = 70000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2 + +[zaton_cricket_night] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 90.000000 +period0 = 10000 +period1 = 50000 +period2 = 10000 +period3 = 50000 +sounds = ambient\rnd_outdoor\ambient_cricket_1, ambient\rnd_outdoor\ambient_cricket_2, ambient\rnd_outdoor\ambient_cricket_3, ambient\rnd_outdoor\rnd_cricket_1, ambient\rnd_outdoor\rnd_cricket_2, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\ambient_night_12, ambient\rnd_outdoor\ambient_night_13 + +[zaton_drone] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 30000 +period1 = 75000 +period2 = 30000 +period3 = 75000 +sounds = ambient\rnd_outdoor\ambient_drone_1, ambient\rnd_outdoor\ambient_drone_2, ambient\rnd_outdoor\ambient_drone_5 + +[zaton_night_amb] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 75000 +period2 = 20000 +period3 = 75000 +sounds = ambient\rnd_outdoor\ambient_night_1, ambient\rnd_outdoor\ambient_night_7, ambient\rnd_outdoor\ambient_night_8, ambient\rnd_outdoor\ambient_night_10, ambient\rnd_outdoor\rnd_night_amb_3, ambient\rnd_outdoor\night_scream_3 + +[zaton_mutant_night] +$scheme = $sound_channel +max_distance = 85.000000 +min_distance = 75.000000 +period0 = 15000 +period1 = 65000 +period2 = 15000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_mutant_1, ambient\rnd_outdoor\rnd_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_10, ambient\rnd_outdoor\rnd_mutant_14 + +[zaton_ambient_dog] +$scheme = $sound_channel +max_distance = 115.000000 +min_distance = 95.000000 +period0 = 10000 +period1 = 55000 +period2 = 25000 +period3 = 55000 +sounds = ambient\rnd_outdoor\ambient_dog_1, ambient\rnd_outdoor\ambient_dog_2, ambient\rnd_outdoor\ambient_dog_3, ambient\rnd_outdoor\ambient_dog_4, ambient\rnd_outdoor\ambient_dog_5, ambient\rnd_outdoor\ambient_dog_6 + +[zaton_dog] +$scheme = $sound_channel +max_distance = 105.000000 +min_distance = 95.000000 +period0 = 20000 +period1 = 55000 +period2 = 25000 +period3 = 65000 +sounds = ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2, ambient\rnd_outdoor\rnd_dog5, ambient\rnd_outdoor\rnd_dog6, ambient\rnd_outdoor\rnd_dog7, ambient\rnd_outdoor\rnd_dog8, ambient\rnd_outdoor\rnd_dog10 + +[zaton_boar] +$scheme = $sound_channel +max_distance = 90.000000 +min_distance = 75.000000 +period0 = 20000 +period1 = 75000 +period2 = 25000 +period3 = 75000 +sounds = ambient\rnd_outdoor\rnd_boar_1, ambient\rnd_outdoor\rnd_boar_2, ambient\rnd_outdoor\rnd_boar_3, ambient\rnd_outdoor\rnd_boar_4 + +[zaton_mutant_day] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 80.000000 +period0 = 15000 +period1 = 65000 +period2 = 20000 +period3 = 65000 +sounds = ambient\rnd_outdoor\ambient_mutant_2, ambient\rnd_outdoor\rnd_mutant_3, ambient\rnd_outdoor\rnd_mutant_4, ambient\rnd_outdoor\rnd_mutant_5, ambient\rnd_outdoor\rnd_mutant_8, ambient\rnd_outdoor\rnd_mutant_14 + +[zaton_gunfire] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 80.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 150000 +sounds = ambient\rnd_outdoor\ambient_gunfire_1, ambient\rnd_outdoor\ambient_gunfire_2, ambient\rnd_outdoor\ambient_gunfire_3, ambient\rnd_outdoor\ambient_gunfire_7, ambient\rnd_outdoor\ambient_gunfire_9, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_1 + +[zaton_crow] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 40000 +period1 = 75000 +period2 = 45000 +period3 = 75000 +sounds = ambient\rnd_outdoor\rnd_crow_1, ambient\rnd_outdoor\rnd_crow_2, ambient\rnd_outdoor\rnd_crow_4, ambient\rnd_outdoor\rnd_crow_5, ambient\rnd_outdoor\rnd_crow_8, ambient\rnd_outdoor\rnd_crow_9, ambient\rnd_outdoor\rnd_crow_11, ambient\rnd_outdoor\rnd_crow_12, ambient\rnd_outdoor\rnd_crow_15 + +[zaton_bird] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 45000 +period1 = 115000 +period2 = 45000 +period3 = 115000 +sounds = ambient\rnd_outdoor\rnd_bird_1, ambient\rnd_outdoor\rnd_bird_3, ambient\rnd_outdoor\rnd_bird_6, ambient\rnd_outdoor\rnd_bird_7, ambient\rnd_outdoor\rnd_bird_8, ambient\rnd_outdoor\rnd_bird_9, ambient\rnd_outdoor\ambient_bird_2 + +[zaton_insect_day] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 95000 +period2 = 25000 +period3 = 95000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_3, ambient\rnd_outdoor\rnd_insect_4, ambient\rnd_outdoor\rnd_insect_5, ambient\rnd_outdoor\rnd_insect_6, ambient\rnd_outdoor\rnd_insect_7, ambient\rnd_outdoor\rnd_insect_8 + +[zaton_insect] +$scheme = $sound_channel +max_distance = 95.000000 +min_distance = 75.000000 +period0 = 25000 +period1 = 95000 +period2 = 25000 +period3 = 95000 +sounds = ambient\rnd_outdoor\rnd_insect_1, ambient\rnd_outdoor\rnd_insect_2, ambient\rnd_outdoor\rnd_insect_6, ambient\rnd_outdoor\rnd_insect_7, ambient\rnd_outdoor\rnd_insect_8 diff --git a/src/engine/configs/environment/ambients.ltx b/src/engine/configs/environment/ambients.ltx index 6633051fe..14e787da7 100644 --- a/src/engine/configs/environment/ambients.ltx +++ b/src/engine/configs/environment/ambients.ltx @@ -1,3 +1,5 @@ +#include "ambients\underground.ltx" + [day] $scheme = $ambient effects = effect_1, effect_2, effect_3, effect_5, effect_6, effect_7, effect_8 @@ -19,20 +21,6 @@ max_effect_period = 120.000000 min_effect_period = 90.000000 sound_channels = wind_bkg_1, bkwind_1, bkwind_2, swampwind_1, dogs_1, gunshots_1, crickets_1 -[hospital] -$scheme = $ambient -effects = effect_4 -max_effect_period = 60.000000 -min_effect_period = 30.000000 -sound_channels = hospital - -[indoor] -$scheme = $ambient -effects = -max_effect_period = 160.000000 -min_effect_period = 130.000000 -sound_channels = ugnd_bkg_1, indoor, ugnd_breath, ugnd_hits, ugnd_squeaks_1 - [morning] $scheme = $ambient effects = effect_4 @@ -52,7 +40,42 @@ $scheme = $ambient effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 max_effect_period = 40.000000 min_effect_period = 20.000000 -sound_channels = bkwind_1, bkwind_2, swampwind_1, gunshots_1 +sound_channels = + +[rain_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = + +[rain_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = + +[pre_storm] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = + +[storm_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = + +[storm_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = [stancia1] $scheme = $ambient @@ -73,11 +96,60 @@ $scheme = $ambient effects = effect_4, effect_6 max_effect_period = 10.000000 min_effect_period = 5.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, darkwind_1, dogs_1, moans_1 +sound_channels = + +[tuman_night] +$scheme = $ambient +effects = effect_4, effect_6 +max_effect_period = 10.000000 +min_effect_period = 5.000000 +sound_channels = + +[tuman_day] +$scheme = $ambient +effects = effect_4, effect_6 +max_effect_period = 10.000000 +min_effect_period = 5.000000 +sound_channels = -[x18] +[pre_blowout] +$scheme = $ambient +effects = blowout_effect_01, blowout_effect_02, blowout_effect_03, blowout_effect_04, blowout_effect_05, blowout_effect_06, blowout_effect_07, blowout_effect_08, blowout_effect_09, blowout_effect_10, blowout_effect_11, blowout_effect_12, blowout_effect_13, blowout_effect_14, blowout_effect_15, blowout_effect_16, blowout_effect_17, blowout_effect_18, blowout_effect_19, blowout_effect_20, blowout_effect_21, blowout_effect_22, blowout_effect_23, blowout_effect_24, blowout_effect_25, blowout_effect_26, blowout_effect_27, blowout_effect_28, blowout_effect_29, blowout_effect_30, blowout_effect_31, blowout_effect_32, blowout_effect_33, blowout_effect_34, blowout_effect_35, blowout_effect_36, blowout_effect_37, blowout_effect_38, blowout_effect_39, blowout_effect_40, blowout_effect_41, blowout_effect_42, blowout_effect_43, blowout_effect_44, blowout_effect_45, blowout_effect_46, blowout_effect_47, blowout_effect_48 +max_effect_period = 10.000000 +min_effect_period = 5.000000 +sound_channels = blowout_background, blowout_impacts, blowout_rumble, blowout_wind + +[blowout] +$scheme = $ambient +effects = blowout_effect_01, blowout_effect_02, blowout_effect_03, blowout_effect_04, blowout_effect_05, blowout_effect_06, blowout_effect_07, blowout_effect_08, blowout_effect_09, blowout_effect_10, blowout_effect_11, blowout_effect_12, blowout_effect_13, blowout_effect_14, blowout_effect_15, blowout_effect_16, blowout_effect_17, blowout_effect_18, blowout_effect_19, blowout_effect_20, blowout_effect_21, blowout_effect_22, blowout_effect_23, blowout_effect_24, blowout_effect_25, blowout_effect_26, blowout_effect_27, blowout_effect_28, blowout_effect_29, blowout_effect_30, blowout_effect_31, blowout_effect_32, blowout_effect_33, blowout_effect_34, blowout_effect_35, blowout_effect_36, blowout_effect_37, blowout_effect_38, blowout_effect_39, blowout_effect_40, blowout_effect_41, blowout_effect_42, blowout_effect_43, blowout_effect_44, blowout_effect_45, blowout_effect_46, blowout_effect_47, blowout_effect_48 +max_effect_period = 3.000000 +min_effect_period = 1.000000 +sound_channels = blowout_background, blowout_impacts, blowout_rumble, blowout_ambient, blowout_flare + +[post_blowout] $scheme = $ambient effects = max_effect_period = 160.000000 min_effect_period = 130.000000 -sound_channels = x18 +sound_channels = blowout_background, blowout_wind, blowout_rumble + +[pre_psi_storm] +$scheme = $ambient +effects = blowout_effect_01, blowout_effect_02, blowout_effect_03, blowout_effect_04, blowout_effect_05, blowout_effect_06, blowout_effect_07, blowout_effect_08, blowout_effect_09, blowout_effect_10, blowout_effect_11, blowout_effect_12, blowout_effect_13, blowout_effect_14, blowout_effect_15, blowout_effect_16, blowout_effect_17, blowout_effect_18, blowout_effect_19, blowout_effect_20, blowout_effect_21, blowout_effect_22, blowout_effect_23, blowout_effect_24, blowout_effect_25, blowout_effect_26, blowout_effect_27, blowout_effect_28, blowout_effect_29, blowout_effect_30, blowout_effect_31, blowout_effect_32, blowout_effect_33, blowout_effect_34, blowout_effect_35, blowout_effect_36, blowout_effect_37, blowout_effect_38, blowout_effect_39, blowout_effect_40, blowout_effect_41, blowout_effect_42, blowout_effect_43, blowout_effect_44, blowout_effect_45, blowout_effect_46, blowout_effect_47, blowout_effect_48 +max_effect_period = 5.000000 +min_effect_period = 3.000000 +sound_channels = blowout_rumble, blowout_wind ; blowout_background, blowout_rumble, blowout_wind , blowout_impacts + +[psi_storm] +$scheme = $ambient +effects = blowout_effect_01, blowout_effect_02, blowout_effect_03, blowout_effect_04, blowout_effect_05, blowout_effect_06, blowout_effect_07, blowout_effect_08, blowout_effect_09, blowout_effect_10, blowout_effect_11, blowout_effect_12, blowout_effect_13, blowout_effect_14, blowout_effect_15, blowout_effect_16, blowout_effect_17, blowout_effect_18, blowout_effect_19, blowout_effect_20, blowout_effect_21, blowout_effect_22, blowout_effect_23, blowout_effect_24, blowout_effect_25, blowout_effect_26, blowout_effect_27, blowout_effect_28, blowout_effect_29, blowout_effect_30, blowout_effect_31, blowout_effect_32, blowout_effect_33, blowout_effect_34, blowout_effect_35, blowout_effect_36, blowout_effect_37, blowout_effect_38, blowout_effect_39, blowout_effect_40, blowout_effect_41, blowout_effect_42, blowout_effect_43, blowout_effect_44, blowout_effect_45, blowout_effect_46, blowout_effect_47, blowout_effect_48 +max_effect_period = 3.000000 +min_effect_period = 1.000000 +sound_channels = blowout_rumble, blowout_wind ; blowout_background, blowout_impacts, blowout_rumble, blowout_flare , blowout_ambient + +[post_psi_storm] +$scheme = $ambient +effects = +max_effect_period = 10.000000 +min_effect_period = 5.000000 +sound_channels = blowout_rumble, blowout_wind ; blowout_background, blowout_wind, blowout_rumble diff --git a/src/engine/configs/environment/ambients/jupiter.ltx b/src/engine/configs/environment/ambients/jupiter.ltx new file mode 100644 index 000000000..a3e632b44 --- /dev/null +++ b/src/engine/configs/environment/ambients/jupiter.ltx @@ -0,0 +1,90 @@ +[night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 80.000000 +min_effect_period = 30.000000 +sound_channels = jupiter_bkg_night, jupiter_dark, jupiter_cricket_night, jupiter_drone, jupiter_night_amb, jupiter_mutant_night, jupiter_ambient_wind, jupiter_rnd_wind + +[morning] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = jupiter_bkg_morning, jupiter_dark, jupiter_cricket, jupiter_drone, jupiter_dog, jupiter_boar, jupiter_mutant_night, jupiter_night_amb, jupiter_gunfire, jupiter_crow, jupiter_insect, jupiter_ambient_wind, jupiter_rnd_wind + +[day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = jupiter_bkg_day, jupiter_dark, jupiter_drone, jupiter_ambient_dog, jupiter_dog, jupiter_boar, jupiter_mutant_day, jupiter_gunfire, jupiter_crow, jupiter_bird, jupiter_insect_day, jupiter_ambient_wind + +[evening] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = jupiter_bkg_evening, jupiter_dark, jupiter_cricket, jupiter_drone, jupiter_ambient_dog, jupiter_dog, jupiter_boar, jupiter_mutant_day, jupiter_mutant_night, jupiter_night_amb, jupiter_gunfire, jupiter_crow, jupiter_insect_day, jupiter_ambient_wind + +[rain] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 10.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_crow, jupiter_ambient_wind + +[rain_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_mutant_day, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog, jupiter_tuman_dog, jupiter_tuman_bird, jupiter_tuman_crow, jupiter_ambient_wind + +[rain_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 60.000000 +min_effect_period = 30.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_cricket, jupiter_tuman_mutant_night, jupiter_tuman_night_amb, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog, jupiter_ambient_wind + +[pre_storm] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 20.000000 +min_effect_period = 10.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_pre_storm, jupiter_ambient_wind, jupiter_heavy_wind + +[storm_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 20.000000 +min_effect_period = 15.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_mutant_day, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog, jupiter_tuman_dog, jupiter_pre_storm, jupiter_storm, jupiter_ambient_wind, jupiter_heavy_wind + +[storm_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 30.000000 +min_effect_period = 15.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_mutant_night, jupiter_tuman_night_amb, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog, jupiter_pre_storm, jupiter_storm, jupiter_ambient_wind, jupiter_heavy_wind + +[tuman] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 10.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_crow + +[tuman_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_mutant_day, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog, jupiter_tuman_dog, jupiter_tuman_bird, jupiter_tuman_crow + +[tuman_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 60.000000 +min_effect_period = 30.000000 +sound_channels = jupiter_bkg_tuman, jupiter_tuman_cricket, jupiter_tuman_mutant_night, jupiter_tuman_night_amb, jupiter_tuman_drone, jupiter_tuman_gunfire, jupiter_dark, jupiter_tuman_boar, jupiter_tuman_ambient_dog diff --git a/src/engine/configs/environment/ambients/pripyat.ltx b/src/engine/configs/environment/ambients/pripyat.ltx index abd572928..5ab2d9f7b 100644 --- a/src/engine/configs/environment/ambients/pripyat.ltx +++ b/src/engine/configs/environment/ambients/pripyat.ltx @@ -1,83 +1,90 @@ -[day] +[night] $scheme = $ambient -effects = effect_1, effect_2, effect_3, effect_5, effect_6, effect_7, effect_8 -max_effect_period = 90.000000 -min_effect_period = 40.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, swampwind_1, dogs_1, gunshots_1, crows_2 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 80.000000 +min_effect_period = 30.000000 +sound_channels = pripyat_bkg_night, pripyat_dark, pripyat_cricket_night, pripyat_drone, pripyat_night_amb, pripyat_mutant_night, pripyat_ambient_wind, pripyat_rnd_wind -[default] +[morning] $scheme = $ambient -effects = effect_0, effect_1, effect_2, effect_3, effect_8 -max_effect_period = 60.000000 -min_effect_period = 30.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, swampwind_1, dogs_1, gunshots_1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = pripyat_bkg_morning, pripyat_dark, pripyat_cricket, pripyat_drone, pripyat_dog, pripyat_boar, pripyat_mutant_night, pripyat_night_amb, pripyat_gunfire, pripyat_crow, pripyat_insect, pripyat_ambient_wind, pripyat_rnd_wind + +[day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = pripyat_bkg_day, pripyat_dark, pripyat_drone, pripyat_ambient_dog, pripyat_dog, pripyat_boar, pripyat_mutant_day, pripyat_gunfire, pripyat_crow, pripyat_bird, pripyat_insect_day, pripyat_ambient_wind [evening] $scheme = $ambient -effects = -max_effect_period = 120.000000 -min_effect_period = 90.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, swampwind_1, dogs_1, gunshots_1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = pripyat_bkg_evening, pripyat_dark, pripyat_cricket, pripyat_drone, pripyat_ambient_dog, pripyat_dog, pripyat_boar, pripyat_mutant_day, pripyat_mutant_night, pripyat_night_amb, pripyat_gunfire, pripyat_crow, pripyat_insect_day, pripyat_ambient_wind -[hospital] +[rain] $scheme = $ambient -effects = effect_4 -max_effect_period = 60.000000 -min_effect_period = 30.000000 -sound_channels = hospital +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 10.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_crow, pripyat_ambient_wind -[indoor] +[rain_day] $scheme = $ambient -effects = -max_effect_period = 160.000000 -min_effect_period = 130.000000 -sound_channels = ugnd_bkg_1, indoor, ugnd_breath, ugnd_hits, ugnd_squeaks_1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_mutant_day, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog, pripyat_tuman_dog, pripyat_tuman_bird, pripyat_tuman_crow, pripyat_ambient_wind -[morning] +[rain_night] $scheme = $ambient -effects = effect_4 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 max_effect_period = 60.000000 min_effect_period = 30.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, swampwind_1, dogs_1, gunshots_1, crows_2 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_cricket, pripyat_tuman_mutant_night, pripyat_tuman_night_amb, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog, pripyat_ambient_wind -[night] +[pre_storm] $scheme = $ambient -effects = effect_1, effect_2, effect_3, effect_8 -max_effect_period = 160.000000 -min_effect_period = 130.000000 -sound_channels = night_bkg_1, bkwind_1, bkwind_2, swampwind_1, howling_1, dark_1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 20.000000 +min_effect_period = 10.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_pre_storm, pripyat_ambient_wind, pripyat_heavy_wind -[rain] +[storm_day] $scheme = $ambient effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 -max_effect_period = 40.000000 -min_effect_period = 20.000000 -sound_channels = bkwind_1, bkwind_2, swampwind_1, gunshots_1 +max_effect_period = 20.000000 +min_effect_period = 15.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_mutant_day, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog, pripyat_tuman_dog, pripyat_pre_storm, pripyat_storm, pripyat_ambient_wind, pripyat_heavy_wind -[stancia1] +[storm_night] $scheme = $ambient -effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8, effect_9 -max_effect_period = 20.000000 -min_effect_period = 10.000000 -sound_channels = stancia1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 30.000000 +min_effect_period = 15.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_mutant_night, pripyat_tuman_night_amb, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog, pripyat_pre_storm, pripyat_storm, pripyat_ambient_wind, pripyat_heavy_wind -[stancia2] +[tuman] $scheme = $ambient -effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8, effect_9 -max_effect_period = 20.000000 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 min_effect_period = 10.000000 -sound_channels = stancia2 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_crow -[tuman] +[tuman_day] $scheme = $ambient -effects = effect_4, effect_6 -max_effect_period = 10.000000 -min_effect_period = 5.000000 -sound_channels = wind_bkg_1, bkwind_1, bkwind_2, darkwind_1, dogs_1 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_mutant_day, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog, pripyat_tuman_dog, pripyat_tuman_bird, pripyat_tuman_crow -[x18] +[tuman_night] $scheme = $ambient -effects = -max_effect_period = 160.000000 -min_effect_period = 130.000000 -sound_channels = x18 +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 60.000000 +min_effect_period = 30.000000 +sound_channels = pripyat_bkg_tuman, pripyat_tuman_cricket, pripyat_tuman_mutant_night, pripyat_tuman_night_amb, pripyat_tuman_drone, pripyat_tuman_gunfire, pripyat_dark, pripyat_tuman_boar, pripyat_tuman_ambient_dog diff --git a/src/engine/configs/environment/ambients/underground.ltx b/src/engine/configs/environment/ambients/underground.ltx new file mode 100644 index 000000000..aca935a7e --- /dev/null +++ b/src/engine/configs/environment/ambients/underground.ltx @@ -0,0 +1,20 @@ +[indoor_underground] +$scheme = $ambient +effects = +max_effect_period = 160.000000 +min_effect_period = 130.000000 +sound_channels = ugrnd_bkg_1, ugrnd_metal, ugrnd_noise, ugrnd_ambient, ugrnd_banging, ugrnd_ambient_machine, ugrnd_drone, ugrnd_drip + +[indoor_x8] +$scheme = $ambient +effects = +max_effect_period = 160.000000 +min_effect_period = 130.000000 +sound_channels = ugrnd_bkg_1, ugrnd_metal, ugrnd_noise, ugrnd_ambient_machine, ugrnd_drone, ugrnd_drip, ugrnd_voices, ugrnd_lab + +[indoor] +$scheme = $ambient +effects = +max_effect_period = 160.000000 +min_effect_period = 130.000000 +sound_channels = ugrnd_bkg_1, ugrnd_metal, ugrnd_ambient, ugrnd_banging, ugrnd_drone, ugrnd_drip diff --git a/src/engine/configs/environment/ambients/zaton.ltx b/src/engine/configs/environment/ambients/zaton.ltx new file mode 100644 index 000000000..9dd22b453 --- /dev/null +++ b/src/engine/configs/environment/ambients/zaton.ltx @@ -0,0 +1,90 @@ +[night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 80.000000 +min_effect_period = 30.000000 +sound_channels = zaton_bkg_night, zaton_dark, zaton_cricket_night, zaton_drone, zaton_night_amb, zaton_mutant_night, zaton_ambient_wind, zaton_rnd_wind + +[morning] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = zaton_bkg_morning, zaton_dark, zaton_cricket, zaton_drone, zaton_dog, zaton_boar, zaton_mutant_night, zaton_night_amb, zaton_gunfire, zaton_crow, zaton_insect, zaton_ambient_wind, zaton_rnd_wind + +[day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = zaton_bkg_day, zaton_dark, zaton_drone, zaton_ambient_dog, zaton_dog, zaton_boar, zaton_mutant_day, zaton_gunfire, zaton_crow, zaton_bird, zaton_insect_day, zaton_ambient_wind + +[evening] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 20.000000 +sound_channels = zaton_bkg_evening, zaton_dark, zaton_cricket, zaton_drone, zaton_ambient_dog, zaton_dog, zaton_boar, zaton_mutant_day, zaton_mutant_night, zaton_night_amb, zaton_gunfire, zaton_crow, zaton_insect_day, zaton_ambient_wind + +[rain] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 10.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_crow, zaton_ambient_wind, zaton_rnd_wind + +[rain_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_mutant_day, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog, zaton_tuman_dog, zaton_tuman_bird, zaton_tuman_crow, zaton_ambient_wind, zaton_rnd_wind + +[rain_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 60.000000 +min_effect_period = 30.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_cricket, zaton_tuman_mutant_night, zaton_tuman_night_amb, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog, zaton_ambient_wind, zaton_rnd_wind + +[pre_storm] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 20.000000 +min_effect_period = 10.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_pre_storm, zaton_ambient_wind, zaton_rnd_wind, zaton_heavy_wind + +[storm_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 20.000000 +min_effect_period = 15.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_mutant_day, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog, zaton_tuman_dog, zaton_pre_storm, zaton_storm, zaton_ambient_wind, zaton_rnd_wind, zaton_heavy_wind + +[storm_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 30.000000 +min_effect_period = 15.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_mutant_night, zaton_tuman_night_amb, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog, zaton_pre_storm, zaton_storm, zaton_ambient_wind, zaton_rnd_wind, zaton_heavy_wind + +[tuman] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 50.000000 +min_effect_period = 10.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_crow + +[tuman_day] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 40.000000 +min_effect_period = 20.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_mutant_day, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog, zaton_tuman_dog, zaton_tuman_bird, zaton_tuman_crow + +[tuman_night] +$scheme = $ambient +effects = effect_1, effect_2, effect_3, effect_4, effect_5, effect_6, effect_7, effect_8 +max_effect_period = 60.000000 +min_effect_period = 30.000000 +sound_channels = zaton_bkg_tuman, zaton_tuman_cricket, zaton_tuman_mutant_night, zaton_tuman_night_amb, zaton_tuman_drone, zaton_tuman_gunfire, zaton_dark, zaton_tuman_boar, zaton_tuman_ambient_dog diff --git a/src/engine/configs/environment/backgrounds.ltx b/src/engine/configs/environment/backgrounds.ltx new file mode 100644 index 000000000..a950e1653 --- /dev/null +++ b/src/engine/configs/environment/backgrounds.ltx @@ -0,0 +1,143 @@ +[zaton_bkg_morning] +max_distance = 55.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_morning + +[zaton_bkg_day] +max_distance = 61.000000 +min_distance = 60.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_day + +[zaton_bkg_evening] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_evening + +[zaton_bkg_night] +max_distance = 41.000000 +min_distance = 40.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_night + +[zaton_bkg_tuman] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\zat_bkg_tuman + +[jupiter_bkg_morning] +max_distance = 55.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_morning + +[jupiter_bkg_day] +max_distance = 61.000000 +min_distance = 60.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_day + +[jupiter_bkg_evening] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_evening + +[jupiter_bkg_night] +max_distance = 41.000000 +min_distance = 40.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_night + +[jupiter_bkg_tuman] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\jup_bkg_tuman + +[pripyat_bkg_day] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_day + +[pripyat_bkg_tuman] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_tuman + +[pripyat_bkg_night] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_night + +[pripyat_bkg_evening] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_evening + +[pripyat_bkg_morning] +max_distance = 51.000000 +min_distance = 50.000000 +period0 = 0 +period1 = 0 +period2 = 0 +period3 = 0 +sounds = ambient\background\pri_bkg_morning + +[ugrnd_bkg_1] +max_distance = 31.000000 +min_distance = 30.000000 +period0 = 0 +period1 = 0 +period2 = 1 +period3 = 1 +sounds = ambient\background\underground_bkg_1 diff --git a/src/engine/configs/environment/dynamic_weather_graphs.ltx b/src/engine/configs/environment/dynamic_weather_graphs.ltx index dbd47bc94..be51211d3 100644 --- a/src/engine/configs/environment/dynamic_weather_graphs.ltx +++ b/src/engine/configs/environment/dynamic_weather_graphs.ltx @@ -1,54 +1,88 @@ -#include "dynamic_weather_graphs_surge.ltx" +; dynamic weather graphs [weather_console_settings] ; dynamic weather console settings +; settings to apply -[weather_periods] ; period_section_name = hours_range_min, hours_range_max | set duration for each period, set of weathers -neutral = 2, 7 -good = 2, 6 -alpha = 2, 3 -bad = 2, 5 -foggy = 2, 3 +[dof_kernels] +clear = 2 +partly = 2 +foggy = 6 +veryfoggy = 10 +cloudy = 3 +rain = 4 +storm = 4 +foggy_no_sun = 6 +veryfoggy_no_sun = 10 +cloudy_no_sun = 3 -[dynamic_default] ; default weathers graph +[atmosfear_clear] +clear = 0.5 +partly = 0.5 +foggy = 0 +veryfoggy = 0 +cloudy = 0 +rain = 0 +storm = 0 + +[atmosfear_clear_foggy] +clear = 0.35 +partly = 0.35 +foggy = 0.3 +veryfoggy = 0 +cloudy = 0 +rain = 0 +storm = 0 + +[atmosfear_foggy] +clear = 0.05 +partly = 0.05 +foggy = 0.6 +veryfoggy = 0.3 +cloudy = 0 +rain = 0 +storm = 0 + +[atmosfear_foggy_rainy] +clear = 0 +partly = 0 +foggy = 0.2 +veryfoggy = 0.1 +cloudy = 0.3 +rain = 0.3 +storm = 0.1 + +[atmosfear_rainy] +clear = 0 +partly = 0 +foggy = 0.1 +veryfoggy = 0.05 +cloudy = 0.35 +rain = 0.4 +storm = 0.1 + +[atmosfear_stormy] +clear = 0 +partly = 0 +foggy = 0.1 +veryfoggy = 0.05 +cloudy = 0.2 +rain = 0.25 +storm = 0.4 + +[atmosfear_transition] +veryfoggy = 0.1 +cloudy = 0.9 + +[atmosfear_pre_blowout] +foggy_no_sun = 0.3 +veryfoggy_no_sun = 0.1 +cloudy_no_sun = 0.6 + +[dynamic_default] clear = 0.2 -alpha = 0.2 +partly = 0.2 +foggy = 0.1 +veryfoggy = 0.1 cloudy = 0.2 -foggy = 0.2 rain = 0.1 thunder = 0.1 - -[transition] ; starts on one hour after prev period ending -cloudy4 = 1.0 - -[pre_blowout] ; pre blowout weathers -pre_blowout = 1.0 - -[good] ; good weathers period -clear = 0.25 -clear2 = 0.25 -clear3 = 0.25 -clear4 = 0.25 - -[neutral] ; neutral weathers period -cloudy = 0.15 -cloudy2 = 0.10 -cloudy2_redmoon = 0.05 -cloudy3 = 0.10 -cloudy4 = 0.15 -cloudy5 = 0.15 -dark = 0.15 -etalon = 0.15 - -[alpha] ; alpha weathers period -alpha = 0.4 -alpha2 = 0.3 -alpha3 = 0.3 - -[bad] ; bad weathers period -rain = 0.5 -thunder = 0.5 - -[foggy] ; foggy weathers period -foggy = 0.4 -foggy_dark = 0.3 -foggy_nosun = 0.3 diff --git a/src/engine/configs/environment/dynamic_weather_graphs_surge.ltx b/src/engine/configs/environment/dynamic_weather_graphs_surge.ltx deleted file mode 100644 index b45d07ab7..000000000 --- a/src/engine/configs/environment/dynamic_weather_graphs_surge.ltx +++ /dev/null @@ -1,11 +0,0 @@ -[zaton_surge_settings] -$scheme = $surge_settings -surge_state = 1 - -[jupiter_surge_settings] -$scheme = $surge_settings -surge_state = 1 - -[pripyat_surge_settings] -$scheme = $surge_settings -surge_state = 1 diff --git a/src/engine/configs/environment/effects.ltx b/src/engine/configs/environment/effects.ltx index c24b81a48..e03c48772 100644 --- a/src/engine/configs/environment/effects.ltx +++ b/src/engine/configs/environment/effects.ltx @@ -1,119 +1 @@ -[effect_0] -$scheme = $effect -life_time = 10 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_stormy -sound = ambient\rnd_outdoor\rnd_wind_3 -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 - -[effect_1] -$scheme = $effect -life_time = 7 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_stormy_02 -sound = ambient\rnd_outdoor\rnd_wind_2 -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.015500 - -[effect_2] -$scheme = $effect -life_time = 10 -offset = 0.000000, 0.000000, 10.000000 -particles = nature\fog_tornado_01 -sound = ambient\rnd_outdoor\rnd_wind_3 -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.015500 - -[effect_3] -$scheme = $effect -life_time = 10 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_tornado_00 -sound = ambient\rnd_outdoor\rnd_wind_3 -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 - -[effect_4] -$scheme = $effect -life_time = 15 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_foggy_00 -sound = ambient\rnd_outdoor\rnd_wind_2 -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 - -[effect_5] -$scheme = $effect -life_time = 7 -offset = 0.000000, 0.000000, 25.000000 -particles = nature\vortex_01 -sound = ambient\rnd_outdoor\rnd_wind_2 -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 - -[effect_6] -$scheme = $effect -life_time = 7 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_stormy_01 -sound = ambient\rnd_outdoor\rnd_wind_1 -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.020000 - -[effect_7] -$scheme = $effect -life_time = 8 -offset = 0.000000, 0.000000, 15.000000 -particles = nature\fog_stormy_02 -sound = ambient\rnd_outdoor\rnd_wind_1 -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.025000 - -[effect_8] -$scheme = $effect -life_time = 7 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_stormy_00 -sound = ambient\rnd_outdoor\rnd_wind_2 -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.010000 - -[effect_9] -$scheme = $effect -life_time = 10 -offset = 0.000000, 0.000000, 0.000000 -particles = nature\fog_stormy_01 -sound = ambient\rnd_outdoor\rnd_wind_3 -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 +#include "effects\index.ltx" diff --git a/src/engine/configs/environment/effects/blowout_effects.ltx b/src/engine/configs/environment/effects/blowout_effects.ltx new file mode 100644 index 000000000..b4db31903 --- /dev/null +++ b/src/engine/configs/environment/effects/blowout_effects.ltx @@ -0,0 +1,575 @@ +[blowout_effect_01] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_02] +$scheme = $effect +life_time = 2 +offset = 0.000000, 0.000000, 55.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_03] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, 40.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_04] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_05] +$scheme = $effect +life_time = 2 +offset = 10.000000, 0.000000, 60.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_06] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, 45.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_07] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_08] +$scheme = $effect +life_time = 2 +offset = -20.000000, 0.000000, -55.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_09] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, -40.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_10] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_11] +$scheme = $effect +life_time = 2 +offset = -50.000000, 0.000000, -60.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_12] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, -45.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_13] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, 20.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_14] +$scheme = $effect +life_time = 2 +offset = -20.000000, 0.000000, 10.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_15] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, 40.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_16] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_17] +$scheme = $effect +life_time = 2 +offset = -50.000000, 0.000000, 60.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_18] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, 45.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_19] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_20] +$scheme = $effect +life_time = 2 +offset = 20.000000, 0.000000, -55.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_21] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, -40.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_22] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_23] +$scheme = $effect +life_time = 2 +offset = 50.000000, 0.000000, -60.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_24] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, -45.000000 +particles = anomaly2\psi_antenna +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_25] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_26] +$scheme = $effect +life_time = 2 +offset = 0.000000, 0.000000, 55.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_27] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, 40.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_28] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_29] +$scheme = $effect +life_time = 2 +offset = 10.000000, 0.000000, 60.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_30] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, 45.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_31] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_32] +$scheme = $effect +life_time = 2 +offset = -20.000000, 0.000000, -55.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_33] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, -40.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_34] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_35] +$scheme = $effect +life_time = 2 +offset = -50.000000, 0.000000, -60.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_36] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, -45.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_37] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, 20.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_38] +$scheme = $effect +life_time = 2 +offset = -20.000000, 0.000000, 10.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_39] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, 40.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_40] +$scheme = $effect +life_time = 2 +offset = -30.000000, 0.000000, 50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_41] +$scheme = $effect +life_time = 2 +offset = -50.000000, 0.000000, 60.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_42] +$scheme = $effect +life_time = 2 +offset = -40.000000, 0.000000, 45.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_43] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_44] +$scheme = $effect +life_time = 2 +offset = 20.000000, 0.000000, -55.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_45] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, -40.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_46] +$scheme = $effect +life_time = 2 +offset = 30.000000, 0.000000, -50.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_47] +$scheme = $effect +life_time = 2 +offset = 50.000000, 0.000000, -60.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 + +[blowout_effect_48] +$scheme = $effect +life_time = 2 +offset = 40.000000, 0.000000, -45.000000 +particles = anomaly2\psi_antenna_00 +sound = ambient\blowout\blowout_boom_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.000000 diff --git a/src/engine/configs/environment/effects/general_effects.ltx b/src/engine/configs/environment/effects/general_effects.ltx new file mode 100644 index 000000000..c24b81a48 --- /dev/null +++ b/src/engine/configs/environment/effects/general_effects.ltx @@ -0,0 +1,119 @@ +[effect_0] +$scheme = $effect +life_time = 10 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_stormy +sound = ambient\rnd_outdoor\rnd_wind_3 +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 + +[effect_1] +$scheme = $effect +life_time = 7 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_stormy_02 +sound = ambient\rnd_outdoor\rnd_wind_2 +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.015500 + +[effect_2] +$scheme = $effect +life_time = 10 +offset = 0.000000, 0.000000, 10.000000 +particles = nature\fog_tornado_01 +sound = ambient\rnd_outdoor\rnd_wind_3 +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.015500 + +[effect_3] +$scheme = $effect +life_time = 10 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_tornado_00 +sound = ambient\rnd_outdoor\rnd_wind_3 +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 + +[effect_4] +$scheme = $effect +life_time = 15 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_foggy_00 +sound = ambient\rnd_outdoor\rnd_wind_2 +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 + +[effect_5] +$scheme = $effect +life_time = 7 +offset = 0.000000, 0.000000, 25.000000 +particles = nature\vortex_01 +sound = ambient\rnd_outdoor\rnd_wind_2 +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 + +[effect_6] +$scheme = $effect +life_time = 7 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_stormy_01 +sound = ambient\rnd_outdoor\rnd_wind_1 +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.020000 + +[effect_7] +$scheme = $effect +life_time = 8 +offset = 0.000000, 0.000000, 15.000000 +particles = nature\fog_stormy_02 +sound = ambient\rnd_outdoor\rnd_wind_1 +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.025000 + +[effect_8] +$scheme = $effect +life_time = 7 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_stormy_00 +sound = ambient\rnd_outdoor\rnd_wind_2 +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.010000 + +[effect_9] +$scheme = $effect +life_time = 10 +offset = 0.000000, 0.000000, 0.000000 +particles = nature\fog_stormy_01 +sound = ambient\rnd_outdoor\rnd_wind_3 +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 diff --git a/src/engine/configs/environment/effects/index.ltx b/src/engine/configs/environment/effects/index.ltx new file mode 100644 index 000000000..1a7877ef3 --- /dev/null +++ b/src/engine/configs/environment/effects/index.ltx @@ -0,0 +1,2 @@ +#include "blowout_effects.ltx" +#include "general_effects.ltx" diff --git a/src/engine/configs/environment/environment.ltx b/src/engine/configs/environment/environment.ltx index 8e2b8ee0d..e7d0e20e3 100644 --- a/src/engine/configs/environment/environment.ltx +++ b/src/engine/configs/environment/environment.ltx @@ -8,3 +8,14 @@ second_propability = 0.500000 sky_color = 0.100000 sun_color = 0.900000 tilt = 17.000000 + +[environment_altered] +$scheme = $environment +altitude = 5.000000 +delta_longitude = 0.000000 +fog_color = 0.000000 +min_dist_factor = 0.940000 +second_propability = 0.500000 +sky_color = 0.000000 +sun_color = 0.000000 +tilt = 17.000000 diff --git a/src/engine/configs/environment/sound_channels.ltx b/src/engine/configs/environment/sound_channels.ltx index 9d6db63f5..5a0b42747 100644 --- a/src/engine/configs/environment/sound_channels.ltx +++ b/src/engine/configs/environment/sound_channels.ltx @@ -1,379 +1 @@ -[aes_explosions_1] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 25000 -period1 = 30000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\dist_explosion_1, ambient\rnd_outdoor\dist_explosion_2 - -[aes_explosions_2] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 25000 -period1 = 30000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\dist_explosion_1, ambient\rnd_outdoor\dist_explosion_2 - -[aes_gunfire_1] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 25000 -period1 = 30000 -period2 = 1000 -period3 = 4000 -sounds = ambient\rnd_outdoor\dist_gun1_1, ambient\rnd_outdoor\dist_gun1_2, ambient\rnd_outdoor\dist_gun1_2, ambient\rnd_outdoor\dist_gun1_3, ambient\rnd_outdoor\dist_gun1_3, ambient\rnd_outdoor\dist_gun1_4, ambient\rnd_outdoor\dist_gun1_5 - -[aes_gunfire_2] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 25000 -period1 = 30000 -period2 = 1000 -period3 = 4000 -sounds = ambient\rnd_outdoor\dist_gun2_1, ambient\rnd_outdoor\dist_gun2_2, ambient\rnd_outdoor\dist_gun2_2, ambient\rnd_outdoor\dist_gun2_3, ambient\rnd_outdoor\dist_gun2_3, ambient\rnd_outdoor\dist_gun2_4, ambient\rnd_outdoor\dist_gun2_5 - -[aes_gunfire_3] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 25000 -period1 = 30000 -period2 = 1000 -period3 = 4000 -sounds = ambient\rnd_outdoor\dist_gun3_1, ambient\rnd_outdoor\dist_gun3_2, ambient\rnd_outdoor\dist_gun3_2, ambient\rnd_outdoor\dist_gun3_3, ambient\rnd_outdoor\dist_gun3_3, ambient\rnd_outdoor\dist_gun3_4, ambient\rnd_outdoor\dist_gun3_5 - -[birds_1] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 10000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\new_birds1_1, ambient\rnd_outdoor\new_birds1_2 - -[birds_2] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 10000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\new_birds2_1, ambient\rnd_outdoor\new_birds2_2 - -[birds_3] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 10000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\new_birds3_1, ambient\rnd_outdoor\new_birds3_2 - -[bkwind_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 30.000000 -period0 = 1000 -period1 = 20000 -period2 = 0 -period3 = 2000 -sounds = ambient\outdoors\dist_wind_short_1, ambient\outdoors\dist_wind_short_2, ambient\outdoors\dist_wind_short_3 - -[bkwind_2] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 30.000000 -period0 = 1000 -period1 = 20000 -period2 = 1000 -period3 = 3000 -sounds = ambient\outdoors\dist_wind_short_1, ambient\outdoors\dist_wind_short_2, ambient\outdoors\dist_wind_short_3 - -[crickets_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 30.000000 -period0 = 1000 -period1 = 10000 -period2 = 1000 -period3 = 4000 -sounds = ambient\rnd_outdoor\crickets_1, ambient\rnd_outdoor\crickets_2, ambient\rnd_outdoor\crickets_3 - -[crickets_2] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 30.000000 -period0 = 1000 -period1 = 5000 -period2 = 1000 -period3 = 2000 -sounds = ambient\rnd_outdoor\crickets_1, ambient\rnd_outdoor\crickets_2, ambient\rnd_outdoor\crickets_3 - -[crows_1] -$scheme = $sound_channel -max_distance = 50.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 10000 -period2 = 10000 -period3 = 30000 -sounds = ambient\rnd_outdoor\crow1, ambient\rnd_outdoor\crow2, ambient\rnd_outdoor\crow3 - -[crows_2] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 10000 -period2 = 5000 -period3 = 20000 -sounds = ambient\rnd_outdoor\n_crow_1, ambient\rnd_outdoor\n_crow_2, ambient\rnd_outdoor\n_crow_3, ambient\rnd_outdoor\n_crow_4, ambient\rnd_outdoor\n_crow_5, ambient\rnd_outdoor\n_crow_6 - -[crows_2a] -$scheme = $sound_channel -max_distance = 40.000000 -min_distance = 15.000000 -period0 = 1000 -period1 = 10000 -period2 = 3000 -period3 = 15000 -sounds = ambient\rnd_outdoor\n_crow_1, ambient\rnd_outdoor\n_crow_2, ambient\rnd_outdoor\n_crow_3, ambient\rnd_outdoor\n_crow_4, ambient\rnd_outdoor\n_crow_5, ambient\rnd_outdoor\n_crow_6 - -[dark_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 20000 -period3 = 40000 -sounds = ambient\rnd_outdoor\rnd_dark, ambient\rnd_outdoor\rnd_dark0, ambient\rnd_outdoor\rnd_dark1, ambient\rnd_outdoor\rnd_dark2 - -[darkwind_1] -$scheme = $sound_channel -max_distance = 240.000000 -min_distance = 220.000000 -period0 = 1000 -period1 = 20000 -period2 = 331000 -period3 = 333000 -sounds = ambient\rnd_outdoor\rnd_darkwind3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5 - -[default] -$scheme = $sound_channel -max_distance = 600.000000 -min_distance = 300.000000 -period0 = 5000 -period1 = 10000 -period2 = 5000 -period3 = 10000 -sounds = ambient\rnd_outdoor\rnd_boar - -[dogs_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 30000 -sounds = ambient\rnd_outdoor\rnd_dog, ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2 - -[flies_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 40000 -sounds = ambient\rnd_outdoor\rnd_flies_1, ambient\rnd_outdoor\rnd_flies_2, ambient\rnd_outdoor\rnd_flies_3 - -[gunshots_1] -$scheme = $sound_channel -max_distance = 100.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 30000 -period3 = 60000 -sounds = ambient\rnd_outdoor\rnd_shooting_1, ambient\rnd_outdoor\rnd_shooting_2, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_5, ambient\rnd_outdoor\rnd_shooting_7 - -[hospital] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 3000 -period1 = 7000 -period2 = 3000 -period3 = 7000 -sounds = ambient\rnd_outdoor\rnd_boar1, ambient\rnd_outdoor\rnd_boar, ambient\rnd_outdoor\rnd_boar2, ambient\rnd_outdoor\rnd_boar3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_dog, ambient\rnd_outdoor\rnd_dog1, ambient\rnd_outdoor\rnd_dog2, ambient\rnd_outdoor\rnd_dog3, ambient\rnd_outdoor\rnd_krik6, ambient\rnd_outdoor\rnd_krik8, ambient\rnd_outdoor\rnd_krik9, ambient\rnd_outdoor\rnd_moan, ambient\rnd_outdoor\rnd_moan1, ambient\rnd_outdoor\rnd_moan2, ambient\rnd_outdoor\rnd_moan1, ambient\rnd_outdoor\rnd_moan2, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_4, ambient\rnd_outdoor\rnd_shooting_7, ambient\rnd_outdoor\rnd_shooting_1, ambient\rnd_outdoor\rnd_krik3, ambient\rnd_outdoor\rnd_shooting_9, ambient\rnd_outdoor\rnd_shooting_3, ambient\rnd_outdoor\rnd_swamp, ambient\rnd_outdoor\rnd_wind_tree, ambient\rnd_outdoor\rnd_wind_tree - -[howling_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 20000 -period3 = 40000 -sounds = ambient\rnd_outdoor\rnd_howling_1, ambient\rnd_outdoor\rnd_howling_2, ambient\rnd_outdoor\bdog_howling_1, ambient\rnd_outdoor\bdog_howling_2 - -[indoor] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 20000 -period1 = 40000 -period2 = 20000 -period3 = 40000 -sounds = ambient\underground\strange_noise_1, ambient\underground\strange_noise_2, ambient\underground\strange_noise_3, ambient\underground\rnd_rat_panic_1, ambient\underground\rnd_rat_panic_2, ambient\underground\rnd_rat_panic_3 - -[marsh_bkg_1] -$scheme = $sound_channel -max_distance = 31.000000 -min_distance = 30.000000 -period0 = 0 -period1 = 0 -period2 = 0 -period3 = 0 -sounds = ambient\background\marsh_bkg_1 - -[moans_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 40.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 30000 -sounds = ambient\outdoors\org_moan_1, ambient\outdoors\org_moan_2, ambient\outdoors\org_moan_3, ambient\outdoors\org_moan_4, ambient\outdoors\org_moan_5, ambient\outdoors\org_moan_6 - -[moans_2] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 40.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 30000 -sounds = ambient\rnd_outdoor\moan_1, ambient\rnd_outdoor\moan_2, ambient\rnd_outdoor\moan_3, ambient\rnd_outdoor\moan_4 - -[night_bkg_1] -$scheme = $sound_channel -max_distance = 31.000000 -min_distance = 30.000000 -period0 = 0 -period1 = 0 -period2 = 1 -period3 = 1 -sounds = ambient\background\night_bkg_1 - -[owls_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 20.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 30000 -sounds = ambient\rnd_outdoor\owl_1, ambient\rnd_outdoor\owl_2, ambient\rnd_outdoor\owl_3, ambient\rnd_outdoor\owl_high_1, ambient\rnd_outdoor\owl_high_2 - -[stancia1] -$scheme = $sound_channel -max_distance = 600.000000 -min_distance = 300.000000 -period0 = 5000 -period1 = 10000 -period2 = 5000 -period3 = 10000 -sounds = ambient\rnd_outdoor\rnd_boar2 - -[stancia2] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 30.000000 -period0 = 5000 -period1 = 10000 -period2 = 5000 -period3 = 10000 -sounds = ambient\rnd_outdoor\rnd_darkwind1, ambient\rnd_outdoor\rnd_darkwind2, ambient\rnd_outdoor\rnd_darkwind3, ambient\rnd_outdoor\rnd_darkwind4, ambient\rnd_outdoor\rnd_darkwind5, ambient\rnd_outdoor\rnd_dark, ambient\rnd_outdoor\rnd_dark1, ambient\rnd_outdoor\rnd_dark2, ambient\rnd_outdoor\rnd_dark3, ambient\rnd_outdoor\rnd_dark4, ambient\rnd_outdoor\rnd_dark5, ambient\rnd_outdoor\rnd_rock1, ambient\rnd_outdoor\rnd_rock2, ambient\rnd_outdoor\rnd_rock3, ambient\rnd_outdoor\rnd_rock4, ambient\rnd_outdoor\rnd_drone2, ambient\rnd_outdoor\rnd_drone1, ambient\rnd_outdoor\rnd_drone2 - -[swampwind_1] -$scheme = $sound_channel -max_distance = 60.000000 -min_distance = 40.000000 -period0 = 1000 -period1 = 20000 -period2 = 10000 -period3 = 20000 -sounds = ambient\outdoors\swamp_wind_short_1, ambient\outdoors\swamp_wind_short_2 - -[ugnd_breath] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 10000 -period1 = 30000 -period2 = 10000 -period3 = 30000 -sounds = ambient\underground\breath_1, ambient\underground\breath_2, ambient\underground\breath_3, ambient\underground\breath_4 - -[ugnd_hits] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 10000 -period1 = 30000 -period2 = 10000 -period3 = 30000 -sounds = ambient\underground\hit_1, ambient\underground\hit_2, ambient\underground\hit_3 - -[ugnd_squeaks_1] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 10000 -period1 = 30000 -period2 = 10000 -period3 = 30000 -sounds = ambient\underground\rnd_metal1, ambient\underground\rnd_metal2, ambient\underground\rnd_metal3 - -[ugnd_bkg_1] -$scheme = $sound_channel -max_distance = 31.000000 -min_distance = 30.000000 -period0 = 0 -period1 = 0 -period2 = 1 -period3 = 1 -sounds = ambient\background\underground_bkg_1 - -[wind_bkg_1] -$scheme = $sound_channel -max_distance = 31.000000 -min_distance = 30.000000 -period0 = 0 -period1 = 0 -period2 = 0 -period3 = 0 -sounds = ambient\background\wind_bkg_1 - -[x18] -$scheme = $sound_channel -max_distance = 30.000000 -min_distance = 10.000000 -period0 = 30000 -period1 = 60000 -period2 = 30000 -period3 = 60000 -sounds = ambient\x18\x18_noise_1, ambient\x18\x18_noise_2, ambient\x18\x18_hit_1, ambient\x18\x18_hit_2, ambient\x18\x18_hit_3, ambient\x18\x18_hit_4, ambient\x18\x18_hit_5, ambient\x18\x18_hit_6 +#include "ambient_channels\index.ltx" diff --git a/src/engine/configs/environment/suns.ltx b/src/engine/configs/environment/suns.ltx index 8b88a2a29..7e31382f7 100644 --- a/src/engine/configs/environment/suns.ltx +++ b/src/engine/configs/environment/suns.ltx @@ -22,23 +22,23 @@ sun_texture = fx\fx_sun.tga [default10] $scheme = $sun -blend_down_time = 60 ; (���) -blend_rise_time = 10 ; (���) +blend_down_time = 30 ; (���) +blend_rise_time = 30 ; (���) blend_time = 10 ; (���) -flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 -flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 -flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 flare_shader = effects\flare -flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga flares = on gradient = on -gradient_opacity = 0.45 -gradient_radius = 0.75 +gradient_opacity = 0.4 +gradient_radius = 1.2 gradient_shader = effects\flare gradient_texture = fx\fx_gradient.tga sun = on sun_ignore_color = false -sun_radius = 0.150 +sun_radius = 0.200 sun_shader = effects\sun sun_texture = fx\fx_sun.tga @@ -69,11 +69,11 @@ $scheme = $sun blend_down_time = 60 ; (���) blend_rise_time = 60 ; (���) blend_time = 10 ; (���) -flare_opacity = 0.060, 0.040, 0.100, 0.080, 0.040, 0.040 -flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 -flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 flare_shader = effects\flare -flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga flares = off gradient = on gradient_opacity = 0.7 @@ -86,15 +86,205 @@ sun_radius = 0.150 sun_shader = effects\sun sun_texture = fx\fx_sun.tga -[default10_simple]:default10 +[clear_day] +$scheme = $sun +flare_opacity = 0.500, 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.000, 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.3, 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_textures = fx\fx_sun.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flare_shader = effects\flare +flares = on +gradient = on +gradient_opacity = 0.6 +gradient_radius = 1.2 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_radius = 0.3 +sun_texture = fx\fx_sun_gradient.tga +sun_shader = effects\sun +sun_ignore_color = false +blend_time = 10 ; (���) +blend_rise_time = 30 ; (���) +blend_down_time = 30 ; (���) + +[clear_morning] $scheme = $sun +flare_opacity = 0.500, 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.000, 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.3, 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_textures = fx\fx_sun.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flare_shader = effects\flare +flares = on +gradient = on +gradient_opacity = 0.3 +gradient_radius = 1.2 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_radius = 0.3 +sun_texture = fx\fx_sun_morning.tga +sun_shader = effects\sun +sun_ignore_color = false +blend_time = 10 ; (���) +blend_rise_time = 30 ; (���) +blend_down_time = 30 ; (���) + +[cloudy] +$scheme = $sun +flare_opacity = 0.500, 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.000, 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.3, 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_textures = fx\fx_sun.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flare_shader = effects\flare +flares = off +gradient = on +gradient_opacity = 0.7 +gradient_radius = 0.7000 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_radius = 0.3 +sun_texture = fx\fx_sun_morning.tga +sun_shader = effects\sun +sun_ignore_color = false +blend_time = 10 ; (���) +blend_rise_time = 30 ; (���) +blend_down_time = 30 ; (���) + +[cloudy_morning] +$scheme = $sun +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flare_shader = effects\flare +flares = on +gradient = on +gradient_opacity = 0.3 +gradient_radius = 1.2 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_radius = 0.3 +sun_texture = fx\fx_sun_morning.tga +sun_shader = effects\sun +sun_ignore_color = false +blend_time = 10 ; (���) +blend_rise_time = 30 ; (���) +blend_down_time = 30 ; (���) + +[sun_rise] +$scheme = $sun +blend_down_time = 30 ; (���) +blend_rise_time = 30 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_shader = effects\flare +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flares = on +gradient = on +gradient_opacity = 0.3 +gradient_radius = 0.9 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = false +sun_radius = 0.04 +sun_shader = effects\sun +sun_texture = fx\fx_sun_rise.tga + +[sun_rise_cloudy] +$scheme = $sun +blend_down_time = 300 ; (���) +blend_rise_time = 300 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.170, 0.130, 0.150, 0.200, 0.130, 0.130, 0.150, 0.250, 0.220 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_shader = effects\flare +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flares = on +gradient = on +gradient_opacity = 0.3 +gradient_radius = 0.9 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = false +sun_radius = 0.04 +sun_shader = effects\sun +sun_texture = fx\fx_sun_rise.tga + +[foggy] +$scheme = $sun +blend_down_time = 60 ; (���) +blend_rise_time = 60 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.110, 0.080, 0.180, 0.130, 0.090, 0.080 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flares = off +gradient = on +gradient_opacity = 0.3 +gradient_radius = 1.2 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = false +sun_radius = 0.300 +sun_shader = effects\sun +sun_texture = fx\fx_sun_fog.tga + +[partly_halo] +$scheme = $sun +blend_down_time = 30 ; (���) +blend_rise_time = 30 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_shader = effects\flare +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flares = on +gradient = on +gradient_opacity = 0.4 +gradient_radius = 1.2 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = false +sun_radius = 0.300 +sun_shader = effects\sun +sun_texture = fx\fx_sun_halo.tga + +[moon] +$scheme = $sun +blend_down_time = 1000 ; (���) +blend_rise_time = 1000 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = on gradient_opacity = 0.5 -gradient_radius = 0.75 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true sun_radius = 0.3 sun_shader = effects\sun -sun_texture = fx\fx_sun_gradient.tga +sun_texture = fx\fx_moon2.tga -[moon_blue] +[moon_wax_c] $scheme = $sun blend_down_time = 120 ; (���) blend_rise_time = 120 ; (���) @@ -106,53 +296,320 @@ flare_shader = effects\flare flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga flares = off gradient = off -gradient_opacity = 0.5 -gradient_radius = 0.1 +gradient_opacity = 0.3 +gradient_radius = 0.7 gradient_shader = effects\flare -gradient_texture = fx\fx_gradient_02.tga +gradient_texture = fx\fx_gradient.tga sun = on sun_ignore_color = true sun_radius = 0.3 sun_shader = effects\sun -sun_texture = fx\fx_moon_sky_factory_3.tga +sun_texture = fx\fx_moon_phase_1.tga -[moon]:moon_blue -; sun_texture = fx\fx_moon.tga +[moon_1st_q] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_phase_2.tga -[moon_red_clear]:moon -sun_texture = fx\fx_moon_sky_factory_4.tga +[moon_wax_g] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_phase_3.tga -[sun_rise] +[moon_full] $scheme = $sun -blend_down_time = 300 ; (���) -blend_rise_time = 300 ; (���) -blend_time = 0.1 ; (���) +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 flare_shader = effects\flare flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga -flares = on -gradient = on -gradient_opacity = 0.7 -gradient_radius = 0.9 +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 gradient_shader = effects\flare gradient_texture = fx\fx_gradient.tga sun = on -sun_ignore_color = false -sun_radius = 0.03 +sun_ignore_color = true +sun_radius = 0.3 sun_shader = effects\sun -sun_texture = fx\fx_sun_rise.tga +sun_texture = fx\fx_moon_phase_4.tga -[sun_rise_no_sun]:sun_rise -gradient_opacity = 0.50 -gradient_radius = 0.85 -sun = off +[moon_wan_g] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_phase_5.tga -[sun_rise_no_gradient]:sun_rise -gradient_opacity = 0.40 -gradient_radius = 0.65 +[moon_3rd_q] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_phase_6.tga -[flares_moon_blue_clear]:moon_blue +[moon_wan_c] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_phase_7.tga + +[moon_halo_wax_c] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_1.tga + +[moon_halo_1st_q] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_2.tga -[sun_rise_no_sun_2]:sun_rise_no_sun +[moon_halo_wax_g] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_3.tga + +[moon_halo_full] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_4.tga + +[moon_halo_wan_g] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_5.tga + +[moon_halo_3rd_q] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_6.tga + +[moon_halo_wan_c] +$scheme = $sun +blend_down_time = 120 ; (���) +blend_rise_time = 120 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.500, 0.420, 0.260, 0.260 +flare_position = 1.300, 1.000, 0.500, -0.300, -0.600, -1.000 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300 +flare_shader = effects\flare +flare_textures = fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0.3 +gradient_radius = 0.7 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = on +sun_ignore_color = true +sun_radius = 0.3 +sun_shader = effects\sun +sun_texture = fx\fx_moon_halo_phase_7.tga + +[none] +$scheme = $sun +blend_down_time = 30 ; (���) +blend_rise_time = 30 ; (���) +blend_time = 10 ; (���) +flare_opacity = 0.340, 0.260, 0.300, 0.420, 0.260, 0.260, 0.300, 0.450, 0.250 +flare_position = 1.300, 0.600, 0.500, -0.300, -0.600, -1.000, -1.200, 0.850, 0.770 +flare_radius = 0.080, 0.120, 0.040, 0.080, 0.120, 0.300, 0.250, 0.020, 0.030 +flare_shader = effects\flare +flare_textures = fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare1.tga, fx\fx_flare2.tga, fx\fx_flare3.tga, fx\fx_flare3.tga, fx\fx_flare2.tga, fx\fx_flare2.tga, fx\fx_flare1.tga +flares = off +gradient = off +gradient_opacity = 0 +gradient_radius = 0 +gradient_shader = effects\flare +gradient_texture = fx\fx_gradient.tga +sun = off +sun_ignore_color = false +sun_radius = 0.00 +sun_shader = effects\sun +sun_texture = fx\fx_moon2.tga diff --git a/src/engine/configs/environment/thunderbolt_collections.ltx b/src/engine/configs/environment/thunderbolt_collections.ltx index cf169b5c5..01b25b943 100644 --- a/src/engine/configs/environment/thunderbolt_collections.ltx +++ b/src/engine/configs/environment/thunderbolt_collections.ltx @@ -1,8 +1,59 @@ +[collection_close] ; list +default_00 = ; nature\new_thunder1_hec +default_02 = ; nature\new_thunder3_hec +default_16 = ; nature\new_thunder4_hec +default_20 = ; nature\storm_3 +default_21 = ; nature\storm_4 +default_22 = ; nature\storm_5 +default_03 = ; nature\thunder-0 +default_04 = ; nature\thunder-0-hec +default_05 = ; nature\thunder-1 +default_06 = ; nature\thunder-2 +default_07 = ; nature\thunder-3 +default_13 = ; nature\thundernew3 +default_14 = ; nature\thundernew4 +default_15 = ; nature\thundernew5 +default_11 = ; nature\thundernew6 + +[collection_distant] ; list +default_00 = ; nature\new_thunder1_hec +default_01 = ; nature\new_thunder2_hec +default_02 = ; nature\new_thunder3_hec +default_18 = ; nature\storm_1 +default_19 = ; nature\storm_2 +default_20 = ; nature\storm_3 +default_21 = ; nature\storm_4 +default_22 = ; nature\storm_5 +default_08 = ; nature\thunder-3-hec +default_09 = ; nature\thunder-4 +default_12 = ; nature\thundernew1 +default_10 = ; nature\thundernew2 +default_17 = ; nature\thunder-3-hec + [collection_default] ; list -default_00 = -default_01 = -default_02 = -default_03 = +default_00 = ; nature\new_thunder1_hec +default_01 = ; nature\new_thunder2_hec +default_02 = ; nature\new_thunder3_hec +default_03 = ; nature\thunder-0 +default_04 = ; nature\thunder-0-hec +default_05 = ; nature\thunder-1 +default_06 = ; nature\thunder-2 +default_07 = ; nature\thunder-3 +default_08 = ; nature\thunder-3-hec +default_09 = ; nature\thunder-4 +default_10 = ; nature\thundernew2 +default_11 = ; nature\thundernew6 +default_12 = ; nature\thundernew1 +default_13 = ; nature\thundernew3 +default_14 = ; nature\thundernew4 +default_15 = ; nature\thundernew5 +default_16 = ; nature\new_thunder4_hec +default_17 = ; nature\thunder-3-hec +default_18 = ; nature\storm_1 +default_19 = ; nature\storm_2 +default_20 = ; nature\storm_3 +default_21 = ; nature\storm_4 +default_22 = ; nature\storm_5 [collection_stancia] ; list stancia_00 = @@ -15,3 +66,7 @@ surge_00 = surge_01 = surge_02 = surge_03 = +surge_04 = + +[collection_test] ; list +thunder_test_00 = environment_altered ; nature\thundernew5 diff --git a/src/engine/configs/environment/thunderbolts.ltx b/src/engine/configs/environment/thunderbolts.ltx index b988b8740..c92b9da39 100644 --- a/src/engine/configs/environment/thunderbolts.ltx +++ b/src/engine/configs/environment/thunderbolts.ltx @@ -10,7 +10,7 @@ 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 +sound = nature\new_thunder1_hec [default_01] $scheme = $thunderbolt @@ -24,7 +24,7 @@ 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 +sound = nature\new_thunder2_hec [default_02] $scheme = $thunderbolt @@ -38,7 +38,7 @@ 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 +sound = nature\new_thunder3_hec [default_03] $scheme = $thunderbolt @@ -52,8 +52,274 @@ 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\thunder-0 + +[default_04] +$scheme = $thunderbolt +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-hec + +[default_05] +$scheme = $thunderbolt +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_06] +$scheme = $thunderbolt +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_07] +$scheme = $thunderbolt +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\thunder-3 +[default_08] +$scheme = $thunderbolt +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_09] +$scheme = $thunderbolt +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_10] +$scheme = $thunderbolt +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\thundernew2 + +[default_11] +$scheme = $thunderbolt +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\thundernew6 + +[default_12] +$scheme = $thunderbolt +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\thundernew1 + +[default_13] +$scheme = $thunderbolt +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_14] +$scheme = $thunderbolt +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\thundernew4 + +[default_15] +$scheme = $thunderbolt +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_16] +$scheme = $thunderbolt +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_thunder4_hec + +[default_17] +$scheme = $thunderbolt +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_18] +$scheme = $thunderbolt +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_1 + +[default_19] +$scheme = $thunderbolt +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_20] +$scheme = $thunderbolt +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_3 + +[default_21] +$scheme = $thunderbolt +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_4 + +[default_22] +$scheme = $thunderbolt +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 + [stancia_00] $scheme = $thunderbolt color_anim = weathers\thunderbolt_00 @@ -122,7 +388,7 @@ 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 +sound = ambient\blowout\blowout_lightning_01 [surge_01] $scheme = $thunderbolt @@ -136,7 +402,7 @@ 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 +sound = ambient\blowout\blowout_lightning_02 [surge_02] $scheme = $thunderbolt @@ -150,7 +416,7 @@ 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 +sound = ambient\blowout\blowout_lightning_03 [surge_03] $scheme = $thunderbolt @@ -163,5 +429,33 @@ 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] +$scheme = $thunderbolt +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_stancia_05.dm +sound = ambient\blowout\blowout_lightning_05 + +[thunder_test_00] +$scheme = $thunderbolt +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 +sound = nature\thundernew5 diff --git a/src/engine/configs/environment/weather_effects/full_fx_surge_day.ltx b/src/engine/configs/environment/weather_effects/full_fx_surge_day.ltx index 5c6cfa9af..e791a4dda 100644 --- a/src/engine/configs/environment/weather_effects/full_fx_surge_day.ltx +++ b/src/engine/configs/environment/weather_effects/full_fx_surge_day.ltx @@ -257,10 +257,10 @@ ambient = rain ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -far_plane = 800.000000 +far_plane = 450.000000 fog_color = 0.208000, 0.204000, 0.208000 fog_density = 0.990000 -fog_distance = 750.000000 +fog_distance = 450.000000 hemisphere_color = 0.204000, 0.200000, 0.204000, 0.000000 rain_color = 0.700000, 0.700000, 0.700000 rain_density = 0.000000 diff --git a/src/engine/configs/environment/weather_effects/fx_blowout_day.ltx b/src/engine/configs/environment/weather_effects/fx_blowout_day.ltx new file mode 100644 index 000000000..571ce1623 --- /dev/null +++ b/src/engine/configs/environment/weather_effects/fx_blowout_day.ltx @@ -0,0 +1,566 @@ +[00:00:00] +ambient = pre_blowout +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 + +[00:03:00] +ambient = pre_blowout +ambient_color = 0.035156, 0.046875, 0.042969 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.398438, 0.410156, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:07:00] +ambient = pre_blowout +ambient_color = 0.035156, 0.046875, 0.042969 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.398438, 0.410156, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:07:10] +ambient = pre_blowout +ambient_color = 0.046875, 0.046875, 0.046875 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.316406, 0.332031, 0.371094 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 1.000000, 1.000000, 1.000000, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 1.000000, 1.000000, 1.000000 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:08:00] +ambient = pre_blowout +ambient_color = 0.035156, 0.046875, 0.042969 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.398438, 0.410156, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:10:00] +ambient = pre_blowout +ambient_color = 0.046875, 0.046875, 0.046875 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.113281, 0.121094, 0.132813 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.359375, 0.363281, 0.414063, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.132813, 0.132813, 0.132813 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:14:00] +ambient = blowout +ambient_color = 0.046875, 0.042969, 0.042969 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.128906, 0.128906, 0.144531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.214844, 0.152344, 0.105469 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:16:00] +ambient = blowout +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.074219, 0.078125, 0.082031 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.312500, 0.203125, 0.140625 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:18:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.113281, 0.113281 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.492188, 0.492188, 0.492188, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.273438, 0.175781, 0.121094 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:20:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.121094, 0.125000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.312500, 0.203125, 0.140625 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:22:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.125000, 0.125000, 0.125000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.457031, 0.460938, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.343750, 0.222656, 0.152344 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:24:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.125000, 0.125000, 0.125000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.457031, 0.460938, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.292969, 0.187500, 0.128906 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:26:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.144531, 0.144531, 0.144531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.281250, 0.183594, 0.125000 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:28:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.105469, 0.105469, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.492188, 0.492188, 0.492188, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.273438, 0.175781, 0.121094 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:30:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.121094, 0.125000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.460938, 0.460938, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.304688, 0.195313, 0.136719 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:32:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.121094, 0.121094, 0.125000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.460938, 0.460938, 0.460938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.253906, 0.164063, 0.113281 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:34:00] +ambient = blowout +ambient_color = 0.046875, 0.039063, 0.035156 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.144531, 0.144531, 0.144531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.273438, 0.175781, 0.121094 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:38:00] +ambient = post_blowout +ambient_color = 0.046875, 0.039063, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.125000, 0.125000, 0.125000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout6 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.234375, 0.121094, 0.105469 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:42:00] +ambient = post_blowout +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.100000 +sky_texture = sky\af3_blowout\blowout5 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 0.152344, 0.093750, 0.105469 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:46:00] +ambient = post_blowout +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.183594, 0.183594, 0.183594 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.100000 +sky_texture = sky\af3_blowout\blowout7 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 + +[00:50:00] +ambient = post_blowout +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weather_effects/fx_blowout_night.ltx b/src/engine/configs/environment/weather_effects/fx_blowout_night.ltx new file mode 100644 index 000000000..cf255b057 --- /dev/null +++ b/src/engine/configs/environment/weather_effects/fx_blowout_night.ltx @@ -0,0 +1,566 @@ +[00:00:00] +ambient = pre_blowout +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 + +[00:03:00] +ambient = pre_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.097656, 0.101563, 0.113281, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 0.132813, 0.132813, 0.132813 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:07:00] +ambient = pre_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.097656, 0.101563, 0.113281, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 0.132813, 0.132813, 0.132813 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:07:10] +ambient = pre_blowout +ambient_color = 0.046875, 0.046875, 0.046875 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.316406, 0.332031, 0.371094 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.722656, 0.722656, 0.722656, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = none +sun_color = 1.000000, 1.000000, 1.000000 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:08:00] +ambient = pre_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.097656, 0.101563, 0.113281, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout1 +sky_color = 0.132813, 0.132813, 0.132813 +sky_rotation = 0.000000 +sun = none +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.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:10:00] +ambient = pre_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.750000, 0.750000, 0.750000, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout2_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.074219, 0.074219, 0.074219 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:14:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.492188, 0.492188, 0.492188, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_night +sky_color = 0.851563, 0.851563, 0.851563 +sky_rotation = 0.000000 +sun = none +sun_color = 0.125000, 0.078125, 0.058594 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:16:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.542969, 0.542969, 0.542969, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.152344, 0.062500, 0.042969 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:18:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.109375, 0.050781 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:20:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_2_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.117188, 0.054688 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:22:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_1_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.121094, 0.062500 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:24:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_3_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.121094, 0.046875 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:26:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.113281, 0.050781 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:28:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_2_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.101563, 0.046875 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:30:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.800000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_1_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.105469, 0.039063 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:32:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout3_3_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.097656, 0.035156 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:34:00] +ambient = blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout4_1_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.203125, 0.105469, 0.042969 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:38:00] +ambient = post_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout6_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.132813, 0.046875, 0.027344 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:42:00] +ambient = post_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.100000 +sky_texture = sky\af3_blowout\blowout5_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +sun_color = 0.093750, 0.019531, 0.027344 +sun_longitude = -30.000000 +sun_altitude = 180.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_surge +thunderbolt_duration = 0.250000 +thunderbolt_period = 2.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[00:46:00] +ambient = post_blowout +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.511719, 0.511719, 0.511719, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.100000 +sky_texture = sky\af3_blowout\blowout7_night +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 + +[00:50:00] +ambient = post_blowout +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = none +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 = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weather_effects/fx_psi_storm_day.ltx b/src/engine/configs/environment/weather_effects/fx_psi_storm_day.ltx new file mode 100644 index 000000000..99ff36af0 --- /dev/null +++ b/src/engine/configs/environment/weather_effects/fx_psi_storm_day.ltx @@ -0,0 +1,296 @@ +[00:00:00] +ambient = pre_psi_storm +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:04:00] +ambient = pre_psi_storm +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.183594, 0.183594, 0.183594 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout7 +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:08:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:13:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:18:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:23:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:28:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:33:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:38:00] +ambient = psi_storm +ambient_color = 0.046875, 0.042969, 0.039063 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.109375, 0.109375, 0.113281 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:42:00] +ambient = post_psi_storm +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.183594, 0.183594, 0.183594 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout7 +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:46:00] +ambient = post_psi_storm +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +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 = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weather_effects/fx_psi_storm_night.ltx b/src/engine/configs/environment/weather_effects/fx_psi_storm_night.ltx new file mode 100644 index 000000000..68fc779bd --- /dev/null +++ b/src/engine/configs/environment/weather_effects/fx_psi_storm_night.ltx @@ -0,0 +1,323 @@ +[00:00:00] +ambient = pre_psi_storm +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:02:00] +ambient = pre_psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.332031, 0.332031, 0.332031, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout7_night +sky_color = 0.132813, 0.132813, 0.132813 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:04:00] +ambient = pre_psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.703125, 0.703125, 0.703125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout7_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:08:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:13:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:18:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:23:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:28:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:33:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:38:00] +ambient = psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.710938, 0.710938, 0.710938, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout5psi_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:42:00] +ambient = post_psi_storm +ambient_color = 0.000000, 0.000000, 0.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.703125, 0.703125, 0.703125, 0.000000 +rain_color = 0.699219, 0.699219, 0.699219 +rain_density = 0.000000 +sky_texture = sky\af3_blowout\blowout7_night +sky_color = 0.800781, 0.800781, 0.800781 +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 = 0.000000 +wind_velocity = 0.000000 + +[00:46:00] +ambient = post_psi_storm +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +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 = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_0.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_0.ltx new file mode 100644 index 000000000..245f8f47c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_1.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_1.ltx new file mode 100644 index 000000000..eabda4a4c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_2.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_2.ltx new file mode 100644 index 000000000..b073ba729 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_3.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_3.ltx new file mode 100644 index 000000000..ed0a7e5c9 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_4.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_4.ltx new file mode 100644 index 000000000..d88b6dcf6 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.132813, 0.148438, 0.164063 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_5.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_5.ltx new file mode 100644 index 000000000..382087674 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.101563, 0.109375, 0.125000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_6.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_6.ltx new file mode 100644 index 000000000..222b5de21 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_clear_7.ltx b/src/engine/configs/environment/weathers/af3_bright_clear_7.ltx new file mode 100644 index 000000000..c04bbd5c9 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_clear_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_cloudy.ltx b/src/engine/configs/environment/weathers/af3_bright_cloudy.ltx new file mode 100644 index 000000000..a57fc5a00 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_cloudy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_cloudy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_bright_cloudy_no_sun.ltx new file mode 100644 index 000000000..f2b2dba78 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_cloudy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_foggy.ltx b/src/engine/configs/environment/weathers/af3_bright_foggy.ltx new file mode 100644 index 000000000..6b7b467c1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_foggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_foggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_bright_foggy_no_sun.ltx new file mode 100644 index 000000000..10376ad09 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_foggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.158203, 0.158203, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_0.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_0.ltx new file mode 100644 index 000000000..c7b561fc3 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_1.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_1.ltx new file mode 100644 index 000000000..2886d139e --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.015625, 0.015625, 0.015625 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_2.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_2.ltx new file mode 100644 index 000000000..6cdf28719 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_3.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_3.ltx new file mode 100644 index 000000000..67695afb5 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_4.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_4.ltx new file mode 100644 index 000000000..6414ae91b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.062500, 0.070313, 0.085938 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_5.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_5.ltx new file mode 100644 index 000000000..5af934923 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.054688, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_6.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_6.ltx new file mode 100644 index 000000000..1345279fb --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.031250, 0.031250, 0.039063 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_partly_7.ltx b/src/engine/configs/environment/weathers/af3_bright_partly_7.ltx new file mode 100644 index 000000000..9a32a5696 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_partly_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.621094, 0.726563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_rain.ltx b/src/engine/configs/environment/weathers/af3_bright_rain.ltx new file mode 100644 index 000000000..8e3904e5b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_rain.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_rain.ltx" + +[22:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_storm.ltx b/src/engine/configs/environment/weathers/af3_bright_storm.ltx new file mode 100644 index 000000000..759f7f603 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_storm.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_storm.ltx" + +[22:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.210938, 0.210938, 0.210938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_thunder.ltx b/src/engine/configs/environment/weathers/af3_bright_thunder.ltx new file mode 100644 index 000000000..ae0e6e19c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_thunder.ltx @@ -0,0 +1,651 @@ +; AtmosFear 2 by Cromm Cruac +; Tonal range: default +; Nights: slight + +[00:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.125000, 0.125000, 0.125000 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.110352, 0.110352, 0.110352, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.171875, 0.171875, 0.171875, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.215821, 0.215821, 0.215821, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.550781, 0.550781, 0.550781 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_1 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.439453, 0.447266, 0.467774, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.480469, 0.500000, 0.511719 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.078125, 0.078125, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.582031, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.093750, 0.093750, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.691406, 0.691406, 0.691406 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.125000, 0.121094, 0.121094 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.468750, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.632813, 0.640625, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.445313, 0.480469, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.589844, 0.613281, 0.640625 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.054688 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.636719, 0.656250, 0.703125 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.085938, 0.085938, 0.093750 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.460938, 0.480469, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.601563, 0.617188, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.148438, 0.148438, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.597656, 0.613281, 0.660156 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.046875 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.472656, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.621094, 0.648438, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.453125, 0.480469, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.582031, 0.593750, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.070313 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.488281, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.605469, 0.625000, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.058594 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.507813, 0.519531, 0.550781, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.585938, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.113281, 0.105469 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.488281, 0.507813, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.574219, 0.597656, 0.632813 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.239258, 0.248047, 0.264649, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.304688, 0.320313, 0.343750 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_5 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.145508, 0.145508, 0.145508, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[22:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_veryfoggy.ltx b/src/engine/configs/environment/weathers/af3_bright_veryfoggy.ltx new file mode 100644 index 000000000..fb551a41f --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_veryfoggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_bright_veryfoggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_bright_veryfoggy_no_sun.ltx new file mode 100644 index 000000000..4b23abd7b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_bright_veryfoggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy_no_sun.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.189844, 0.189844, 0.189844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_0.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_0.ltx new file mode 100644 index 000000000..cbeefa7c7 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_1.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_1.ltx new file mode 100644 index 000000000..16e41e68c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_2.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_2.ltx new file mode 100644 index 000000000..c2c724f25 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_3.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_3.ltx new file mode 100644 index 000000000..87cb237d8 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_4.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_4.ltx new file mode 100644 index 000000000..7542e7f90 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.066406, 0.074219, 0.082031 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_5.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_5.ltx new file mode 100644 index 000000000..4b075727a --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.050781, 0.054688, 0.062500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_6.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_6.ltx new file mode 100644 index 000000000..bdaf98378 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_clear_7.ltx b/src/engine/configs/environment/weathers/af3_dark_clear_7.ltx new file mode 100644 index 000000000..5c57cf745 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_clear_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_cloudy.ltx b/src/engine/configs/environment/weathers/af3_dark_cloudy.ltx new file mode 100644 index 000000000..a995e40a4 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_cloudy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_cloudy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_dark_cloudy_no_sun.ltx new file mode 100644 index 000000000..c972c43cd --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_cloudy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_foggy.ltx b/src/engine/configs/environment/weathers/af3_dark_foggy.ltx new file mode 100644 index 000000000..ed2f135c1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_foggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_foggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_dark_foggy_no_sun.ltx new file mode 100644 index 000000000..7233f9361 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_foggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_0.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_0.ltx new file mode 100644 index 000000000..e23813dbb --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_1.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_1.ltx new file mode 100644 index 000000000..0a127658b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.007813, 0.007813, 0.007813 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_2.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_2.ltx new file mode 100644 index 000000000..13411beb5 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_3.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_3.ltx new file mode 100644 index 000000000..42a736e90 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_4.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_4.ltx new file mode 100644 index 000000000..8a220bff9 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.031250, 0.035156, 0.042969 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_5.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_5.ltx new file mode 100644 index 000000000..ea9f0d0fd --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.027344, 0.027344, 0.031250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_6.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_6.ltx new file mode 100644 index 000000000..91348ffd8 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.015625, 0.015625, 0.019531 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_partly_7.ltx b/src/engine/configs/environment/weathers/af3_dark_partly_7.ltx new file mode 100644 index 000000000..978349d57 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_partly_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.191406, 0.207031, 0.242188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_rain.ltx b/src/engine/configs/environment/weathers/af3_dark_rain.ltx new file mode 100644 index 000000000..a0a413896 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_rain.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_rain.ltx" + +[22:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_storm.ltx b/src/engine/configs/environment/weathers/af3_dark_storm.ltx new file mode 100644 index 000000000..7a5bf3046 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_storm.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_storm.ltx" + +[22:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_thunder.ltx b/src/engine/configs/environment/weathers/af3_dark_thunder.ltx new file mode 100644 index 000000000..ae0e6e19c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_thunder.ltx @@ -0,0 +1,651 @@ +; AtmosFear 2 by Cromm Cruac +; Tonal range: default +; Nights: slight + +[00:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.125000, 0.125000, 0.125000 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.110352, 0.110352, 0.110352, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.171875, 0.171875, 0.171875, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.215821, 0.215821, 0.215821, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.550781, 0.550781, 0.550781 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_1 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.439453, 0.447266, 0.467774, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.480469, 0.500000, 0.511719 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.078125, 0.078125, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.582031, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.093750, 0.093750, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.691406, 0.691406, 0.691406 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.125000, 0.121094, 0.121094 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.468750, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.632813, 0.640625, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.445313, 0.480469, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.589844, 0.613281, 0.640625 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.054688 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.636719, 0.656250, 0.703125 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.085938, 0.085938, 0.093750 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.460938, 0.480469, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.601563, 0.617188, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.148438, 0.148438, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.597656, 0.613281, 0.660156 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.046875 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.472656, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.621094, 0.648438, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.453125, 0.480469, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.582031, 0.593750, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.070313 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.488281, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.605469, 0.625000, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.058594 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.507813, 0.519531, 0.550781, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.585938, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.113281, 0.105469 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.488281, 0.507813, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.574219, 0.597656, 0.632813 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.239258, 0.248047, 0.264649, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.304688, 0.320313, 0.343750 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_5 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.145508, 0.145508, 0.145508, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[22:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_veryfoggy.ltx b/src/engine/configs/environment/weathers/af3_dark_veryfoggy.ltx new file mode 100644 index 000000000..a0564f416 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_veryfoggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_dark_veryfoggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_dark_veryfoggy_no_sun.ltx new file mode 100644 index 000000000..80cafe6e7 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_dark_veryfoggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy_no_sun.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_clear.ltx b/src/engine/configs/environment/weathers/af3_day_clear.ltx new file mode 100644 index 000000000..4daa2c026 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_clear.ltx @@ -0,0 +1,620 @@ +[04:30:00] +ambient = night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.378906, 0.378906, 0.378906, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-30 +sky_color = 0.503906, 0.503906, 0.503906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -2.000000 +sun_altitude = -42.338000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.484375, 0.484375, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\05-00 +sky_color = 0.671875, 0.671875, 0.671875 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:30:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.636719, 0.636719, 0.636719, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\05-30 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 45.000000 +sun_altitude = -45.000000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = morning +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.097656, 0.085938, 0.066406 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.566406, 0.531250, 0.433594, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:10:00] +ambient = morning +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.097656, 0.085938, 0.066406 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.566406, 0.531250, 0.433594, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.832031, 0.574219, 0.425781 +sun_longitude = -3.109000 +sun_altitude = 108.474300 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = morning +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.203125, 0.183594, 0.171875 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.593750, 0.519531, 0.347656, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 1.000000, 0.765625, 0.613281 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.160156, 0.152344, 0.164063 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.468750, 0.449219, 0.429688, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\08-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_morning +sun_color = 1.000000, 0.914063, 0.710938 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.150000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.253906, 0.230469, 0.230469 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\09-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_morning +sun_color = 1.000000, 0.945313, 0.871094 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.214844, 0.191406, 0.191406 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.984375, 0.921875 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.238281, 0.222656, 0.218750 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\11-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.945313, 0.871094 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.234375, 0.195313, 0.160156 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\12-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.929688, 0.851563 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.304688, 0.265625, 0.226563 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\13-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.941406, 0.859375 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.265625, 0.230469, 0.203125 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\14-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.945313, 0.859375 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.222656, 0.183594, 0.148438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\15-00 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.933594, 0.871094 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.246094, 0.218750, 0.195313 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\16-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.929688, 0.851563 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.238281, 0.218750, 0.203125 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\17-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_day +sun_color = 1.000000, 0.980469, 0.910156 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = evening +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.195313, 0.179688, 0.183594 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.472656, 0.441406, 0.390625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\18-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = clear_morning +sun_color = 0.988281, 0.898438, 0.691406 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.150000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = evening +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.191406, 0.148438, 0.109375 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.582031, 0.441406, 0.320313, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\19-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.769531, 0.597656, 0.464844 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:50:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.023438, 0.023438, 0.023438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.566406, 0.449219, 0.351563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.550781, 0.351563, 0.289063 +sun_longitude = -3.088000 +sun_altitude = -108.214600 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.023438, 0.023438, 0.023438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.566406, 0.449219, 0.351563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:30:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.023438, 0.023438, 0.023438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\20-30 +sky_color = 0.671875, 0.671875, 0.671875 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 45.000000 +sun_altitude = 45.000000 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.484375, 0.484375, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\21-00 +sky_color = 0.503906, 0.503906, 0.503906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:30:00] +ambient = night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.378906, 0.378906, 0.378906, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\21-30 +sky_color = 0.503906, 0.503906, 0.503906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -2.000000 +sun_altitude = 42.338000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_cloudy.ltx b/src/engine/configs/environment/weathers/af3_day_cloudy.ltx new file mode 100644 index 000000000..d3b6a18fd --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_cloudy.ltx @@ -0,0 +1,539 @@ +[05:00:00] +ambient = tuman_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.050781, 0.054688, 0.058594 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.191406, 0.191406, 0.191406 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:30:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.019531, 0.023438, 0.023438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.304688, 0.304688, 0.304688, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\05-00 +sky_color = 0.671875, 0.671875, 0.671875 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 45.000000 +sun_altitude = -45.000000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.082031, 0.082031, 0.062500 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.503906, 0.390625, 0.390625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\06-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = sun_rise_cloudy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:10:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.078125, 0.089844, 0.093750 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.503906, 0.390625, 0.390625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\06-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = sun_rise_cloudy +sun_color = 0.691406, 0.277344, 0.195313 +sun_longitude = -3.109000 +sun_altitude = 108.474300 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.195313 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\07-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.113281, 0.105469 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.234375, 0.222656, 0.203125 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.074219, 0.074219, 0.074219 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.238281, 0.218750 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.125000, 0.121094, 0.113281 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.242188, 0.210938, 0.195313 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\10-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.183594, 0.175781, 0.160156 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.234375, 0.222656 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\11-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.101563 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.191406, 0.179688 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.097656 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.292969, 0.277344, 0.261719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\13-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.125000, 0.121094, 0.113281 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.199219, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.105469 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.101563, 0.101563, 0.093750 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\16-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.101563 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.242188, 0.234375 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.101563 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.191406, 0.179688 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\18-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.132813, 0.128906, 0.109375 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = evening +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.093750, 0.101563, 0.101563 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.285156, 0.250000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\19-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = sun_rise_cloudy +sun_color = 0.679688, 0.468750, 0.390625 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.150000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:50:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.042969, 0.042969, 0.035156 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.542969, 0.542969, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\20-00 +sky_color = 0.781250, 0.781250, 0.781250 +sky_rotation = 0.000000 +sun = sun_rise_cloudy +sun_color = 0.511719, 0.203125, 0.156250 +sun_longitude = -3.088000 +sun_altitude = -108.214600 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.042969, 0.042969, 0.035156 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.542969, 0.542969, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\20-00 +sky_color = 0.781250, 0.781250, 0.781250 +sky_rotation = 0.000000 +sun = sun_rise_cloudy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\18-00 +sky_color = 0.191406, 0.191406, 0.191406 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_cloudy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_day_cloudy_no_sun.ltx new file mode 100644 index 000000000..3d86d676d --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_cloudy_no_sun.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = tuman_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.050781, 0.054688, 0.058594 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.164063, 0.164063, 0.164063, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.171875, 0.171875, 0.171875 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.238281, 0.218750 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.660156, 0.660156, 0.660156 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.195313 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\07-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.234375, 0.222656, 0.203125 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.238281, 0.218750 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.242188, 0.210938, 0.195313 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\10-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.234375, 0.222656 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\11-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.191406, 0.179688 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.292969, 0.277344, 0.261719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\13-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.199219, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.222656, 0.207031, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\16-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.253906, 0.242188, 0.234375 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.191406, 0.179688 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\18-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = tuman_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.199219, 0.187500 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.203125, 0.191406, 0.179688 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\18-00 +sky_color = 0.640625, 0.640625, 0.640625 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.191406, 0.191406, 0.191406 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.050000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_foggy.ltx b/src/engine/configs/environment/weathers/af3_day_foggy.ltx new file mode 100644 index 000000000..a322430b9 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_foggy.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = tuman_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.109375, 0.074219, 0.113281 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.371094, 0.332031, 0.312500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.562500, 0.562500, 0.562500 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.238281, 0.230469 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.335938, 0.246094, 0.277344, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman_day +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.257813, 0.253906, 0.312500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.414063, 0.324219, 0.316406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.515625, 0.507813, 0.453125 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.281250, 0.300781, 0.304688 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.382813, 0.371094, 0.343750 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.242188, 0.253906, 0.261719 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.332031, 0.316406, 0.300781 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.210938, 0.242188 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.410156, 0.410156, 0.410156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.402344, 0.390625, 0.355469 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.203125, 0.214844, 0.242188 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.480469, 0.480469, 0.480469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\11-00 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.402344, 0.390625, 0.359375 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.187500, 0.199219, 0.222656 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.492188, 0.492188, 0.492188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\12-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.343750, 0.324219, 0.300781 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.253906, 0.269531, 0.312500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.457031, 0.457031, 0.457031, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.851563, 0.851563, 0.851563 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.402344, 0.386719, 0.351563 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.226563, 0.242188, 0.273438 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\14-00 +sky_color = 0.859375, 0.859375, 0.859375 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.433594, 0.425781, 0.402344 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.253906, 0.265625, 0.292969 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.363281, 0.355469, 0.328125 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.199219, 0.214844, 0.253906 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.871094, 0.871094, 0.871094 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.402344, 0.398438, 0.375000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.250000, 0.281250, 0.324219 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.437500, 0.437500, 0.437500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\17-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.632813, 0.617188, 0.589844 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.261719, 0.253906, 0.250000 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.460938, 0.460938, 0.460938, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.371094, 0.355469, 0.312500 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.234375, 0.253906 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.304688, 0.234375, 0.179688, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\19-00 +sky_color = 0.652344, 0.652344, 0.652344 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.078125, 0.074219, 0.093750 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.246094, 0.269531, 0.300781, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.398438, 0.441406, 0.480469 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.039063, 0.046875, 0.062500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.144531, 0.148438, 0.171875, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.140625, 0.148438, 0.183594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_foggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_day_foggy_no_sun.ltx new file mode 100644 index 000000000..427576731 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_foggy_no_sun.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = tuman_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.109375, 0.074219, 0.113281 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.371094, 0.332031, 0.312500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.562500, 0.562500, 0.562500 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.238281, 0.230469 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.335938, 0.246094, 0.277344, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman_day +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.257813, 0.253906, 0.312500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.414063, 0.324219, 0.316406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.281250, 0.300781, 0.304688 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.242188, 0.253906, 0.261719 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.210938, 0.242188 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.410156, 0.410156, 0.410156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.203125, 0.214844, 0.242188 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.480469, 0.480469, 0.480469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\11-00 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.187500, 0.199219, 0.222656 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.492188, 0.492188, 0.492188, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\12-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.253906, 0.269531, 0.312500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.457031, 0.457031, 0.457031, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.851563, 0.851563, 0.851563 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.226563, 0.242188, 0.273438 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\14-00 +sky_color = 0.859375, 0.859375, 0.859375 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.253906, 0.265625, 0.292969 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.199219, 0.214844, 0.253906 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.871094, 0.871094, 0.871094 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.250000, 0.281250, 0.324219 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.437500, 0.437500, 0.437500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\17-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman_day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.261719, 0.253906, 0.250000 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.460938, 0.460938, 0.460938, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.214844, 0.234375, 0.253906 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.304688, 0.234375, 0.179688, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\19-00 +sky_color = 0.652344, 0.652344, 0.652344 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.400000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.078125, 0.074219, 0.093750 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.246094, 0.269531, 0.300781, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.398438, 0.441406, 0.480469 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.039063, 0.046875, 0.062500 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.144531, 0.148438, 0.171875, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.140625, 0.148438, 0.183594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_partly.ltx b/src/engine/configs/environment/weathers/af3_day_partly.ltx new file mode 100644 index 000000000..b4b6095ef --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_partly.ltx @@ -0,0 +1,620 @@ +[04:30:00] +ambient = night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.378906, 0.378906, 0.378906, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-30 +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -2.000000 +sun_altitude = -42.338000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.484375, 0.484375, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\05-00 +sky_color = 0.671875, 0.671875, 0.671875 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:30:00] +ambient = morning +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.546875, 0.546875, 0.546875, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\05-30 +sky_color = 0.769531, 0.769531, 0.769531 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 45.000000 +sun_altitude = -45.000000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = morning +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.097656, 0.082031, 0.070313 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.574219, 0.574219, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:10:00] +ambient = morning +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.097656, 0.082031, 0.070313 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.574219, 0.574219, 0.574219, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\06-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.640625, 0.324219, 0.226563 +sun_longitude = -3.109000 +sun_altitude = 108.474300 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = morning +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.078125, 0.050781, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.593750, 0.593750, 0.593750, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 1.000000, 0.812500, 0.671875 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.160156, 0.156250, 0.148438 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.480469, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\08-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.652344, 0.593750, 0.464844 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.312500, 0.261719, 0.226563 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\09-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.703125, 0.683594, 0.625000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.277344, 0.246094, 0.238281 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.640625, 0.617188, 0.562500 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.238281, 0.199219, 0.160156 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\11-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.632813, 0.601563, 0.558594 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.253906, 0.214844, 0.179688 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\12-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.679688, 0.667969, 0.632813 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.242188, 0.207031, 0.179688 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\13-00 +sky_color = 0.902344, 0.902344, 0.902344 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.679688, 0.656250, 0.613281 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.238281, 0.226563, 0.207031 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\14-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.632813, 0.617188, 0.574219 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.292969, 0.257813, 0.230469 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\15-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.652344, 0.644531, 0.609375 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.070000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.277344, 0.250000, 0.226563 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\16-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = default10 +sun_color = 1.000000, 0.976563, 0.933594 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = day +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.203125, 0.183594, 0.160156 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\17-00 +sky_color = 0.921875, 0.921875, 0.921875 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.640625, 0.613281, 0.539063 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.150000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = evening +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.218750, 0.183594, 0.156250 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.472656, 0.441406, 0.390625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\18-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 0.671875, 0.609375, 0.468750 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.200000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = evening +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.085938, 0.085938, 0.085938 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.304688, 0.304688, 0.304688, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\19-00 +sky_color = 0.800781, 0.800781, 0.800781 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.679688, 0.468750, 0.390625 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.150000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:50:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.039063, 0.039063, 0.039063 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.531250, 0.531250, 0.531250, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\20-00 +sky_color = 0.730469, 0.730469, 0.730469 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.613281, 0.242188, 0.187500 +sun_longitude = -3.088000 +sun_altitude = -108.214600 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.039063, 0.039063, 0.039063 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.531250, 0.531250, 0.531250, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\20-00 +sky_color = 0.730469, 0.730469, 0.730469 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:30:00] +ambient = evening +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.042969, 0.042969, 0.042969 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\20-30 +sky_color = 0.660156, 0.660156, 0.660156 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 45.000000 +sun_altitude = 45.000000 +sun_shafts_intensity = 0.100000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.378906, 0.378906, 0.378906, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\21-00 +sky_color = 0.433594, 0.425781, 0.460938 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:30:00] +ambient = night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.316406, 0.316406, 0.316406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\21-30 +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -2.000000 +sun_altitude = 42.338000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_rain.ltx b/src/engine/configs/environment/weathers/af3_day_rain.ltx new file mode 100644 index 000000000..98796242d --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_rain.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = rain_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.257813, 0.257813, 0.257813, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_1 +sky_color = 0.550781, 0.550781, 0.550781 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.117188, 0.117188, 0.132813 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.453125, 0.460938, 0.484375, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.722656, 0.750000, 0.769531 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.125000, 0.125000, 0.132813 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.222656, 0.214844, 0.214844 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.449219, 0.468750, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.968750, 0.968750, 0.968750 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.445313, 0.480469, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.093750, 0.093750, 0.093750 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.113281, 0.109375, 0.109375 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.472656, 0.500000, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.132813, 0.132813, 0.144531 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.460938, 0.480469, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.132813, 0.132813, 0.113281 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.449219, 0.472656, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.113281, 0.109375, 0.089844 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.453125, 0.480469, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.113281, 0.105469, 0.109375 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.476563, 0.488281, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.082031, 0.078125, 0.066406 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.507813, 0.519531, 0.550781, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = rain_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.210938, 0.214844, 0.203125 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.488281, 0.507813, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.253906, 0.265625, 0.281250, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_5 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.164063, 0.164063, 0.164063, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.414063, 0.414063, 0.414063 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.132813, 0.121094, 0.109375, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_storm.ltx b/src/engine/configs/environment/weathers/af3_day_storm.ltx new file mode 100644 index 000000000..2671644fe --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_storm.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = storm_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.230469, 0.230469, 0.230469, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_1 +sky_color = 0.496094, 0.496094, 0.496094 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = storm_night +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.117188, 0.117188, 0.132813 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.406250, 0.414063, 0.437500, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.691406, 0.691406, 0.691406 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.125000, 0.125000, 0.132813 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.429688, 0.441406, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.222656, 0.214844, 0.214844 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.406250, 0.421875, 0.441406, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.871094, 0.871094, 0.871094 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.402344, 0.433594, 0.441406, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.046875 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.429688, 0.441406, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00-2 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.109375, 0.109375 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.425781, 0.449219, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.132813, 0.132813, 0.144531 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.414063, 0.433594, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.226563, 0.226563, 0.234375 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.406250, 0.417969, 0.441406, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.132813, 0.132813, 0.113281 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.429688, 0.441406, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00-2 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.109375, 0.089844 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.406250, 0.433594, 0.453125, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.105469, 0.109375 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.429688, 0.437500, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_3 +sky_color = 0.835938, 0.863281, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.078125, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.429688, 0.441406, 0.460938, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00-2 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.210938, 0.214844, 0.203125 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.437500, 0.457031, 0.488281, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\20-00 +sky_color = 0.898438, 0.898438, 0.898438 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = storm_day +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.230469, 0.238281, 0.253906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_5 +sky_color = 0.820313, 0.855469, 0.898438 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.148438, 0.148438, 0.148438, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.371094, 0.371094, 0.371094 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.121094, 0.109375, 0.097656, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.230469, 0.230469, 0.230469 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_veryfoggy.ltx b/src/engine/configs/environment/weathers/af3_day_veryfoggy.ltx new file mode 100644 index 000000000..0dbaa41a1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_veryfoggy.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.109375, 0.109375, 0.125000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.390625, 0.390625, 0.390625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.390625, 0.390625, 0.390625 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.140625, 0.140625, 0.152344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.531250, 0.531250, 0.531250, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.812500, 0.812500, 0.812500 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.203125, 0.199219, 0.234375 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.523438, 0.523438, 0.523438, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.769531, 0.769531, 0.769531 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.187500, 0.187500, 0.214844 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.304688, 0.300781, 0.343750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.335938, 0.335938, 0.371094 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.523438, 0.523438, 0.523438, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.214844, 0.207031, 0.195313 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.222656, 0.218750, 0.253906 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.492188, 0.488281, 0.488281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.878906, 0.878906, 0.878906 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.132813, 0.128906, 0.121094 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.339844, 0.335938, 0.382813 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.562500, 0.562500, 0.562500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.113281, 0.109375, 0.105469 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.187500, 0.183594, 0.203125 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.519531, 0.515625, 0.515625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.113281, 0.109375, 0.101563 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.324219, 0.324219, 0.363281 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.125000, 0.121094, 0.113281 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.300781, 0.296875, 0.343750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.132813, 0.128906, 0.121094 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.171875, 0.171875, 0.191406 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.437500, 0.437500, 0.437500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.054688, 0.046875, 0.042969 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.230469, 0.230469, 0.261719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.343750, 0.343750, 0.343750, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.171875, 0.167969, 0.183594 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.351563, 0.351563, 0.351563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.902344, 0.902344, 0.902344 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = evening +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.082031, 0.082031, 0.093750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.183594, 0.183594, 0.183594, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.304688, 0.304688, 0.304688 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.062500, 0.062500, 0.062500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.144531, 0.144531, 0.144531 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_day_veryfoggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_day_veryfoggy_no_sun.ltx new file mode 100644 index 000000000..d0fa8346f --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_day_veryfoggy_no_sun.ltx @@ -0,0 +1,458 @@ +[05:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.109375, 0.109375, 0.125000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.390625, 0.390625, 0.390625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.390625, 0.390625, 0.390625 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.140625, 0.140625, 0.152344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.531250, 0.531250, 0.531250, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.812500, 0.812500, 0.812500 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = tuman +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.203125, 0.199219, 0.234375 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.523438, 0.523438, 0.523438, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.769531, 0.769531, 0.769531 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.187500, 0.187500, 0.214844 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.472656, 0.472656, 0.472656, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.304688, 0.300781, 0.343750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.335938, 0.335938, 0.371094 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.523438, 0.523438, 0.523438, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.222656, 0.218750, 0.253906 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.492188, 0.488281, 0.488281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.878906, 0.878906, 0.878906 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.339844, 0.335938, 0.382813 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.562500, 0.562500, 0.562500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.187500, 0.183594, 0.203125 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.519531, 0.515625, 0.515625, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.324219, 0.324219, 0.363281 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.441406, 0.441406, 0.441406, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.300781, 0.296875, 0.343750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.453125, 0.453125, 0.453125, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.171875, 0.171875, 0.191406 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.437500, 0.437500, 0.437500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = tuman +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.230469, 0.230469, 0.261719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.343750, 0.343750, 0.343750, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = tuman +ambient_color = 0.046875, 0.046875, 0.054688 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.171875, 0.167969, 0.183594 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.351563, 0.351563, 0.351563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.902344, 0.902344, 0.902344 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = tuman +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.082031, 0.082031, 0.093750 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.183594, 0.183594, 0.183594, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.304688, 0.304688, 0.304688 +sky_rotation = 0.000000 +sun = gradient +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.062500, 0.062500, 0.062500, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.144531, 0.144531, 0.144531 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.035156, 0.035156, 0.035156, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_2 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_0.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_0.ltx new file mode 100644 index 000000000..ded705c0c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_1.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_1.ltx new file mode 100644 index 000000000..e3a336f46 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_2.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_2.ltx new file mode 100644 index 000000000..1c6575e1f --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_3.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_3.ltx new file mode 100644 index 000000000..3b56ccedd --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_4.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_4.ltx new file mode 100644 index 000000000..02b1ca86a --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.106250, 0.118750, 0.131250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_5.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_5.ltx new file mode 100644 index 000000000..46f6c1ad7 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.081250, 0.087500, 0.100000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_6.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_6.ltx new file mode 100644 index 000000000..72ab4cf00 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_clear_7.ltx b/src/engine/configs/environment/weathers/af3_medium_clear_7.ltx new file mode 100644 index 000000000..344ae96e8 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_clear_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_cloudy.ltx b/src/engine/configs/environment/weathers/af3_medium_cloudy.ltx new file mode 100644 index 000000000..2a16a1f04 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_cloudy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_cloudy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_medium_cloudy_no_sun.ltx new file mode 100644 index 000000000..2e509da22 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_cloudy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_foggy.ltx b/src/engine/configs/environment/weathers/af3_medium_foggy.ltx new file mode 100644 index 000000000..c5d9141cf --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_foggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_foggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_medium_foggy_no_sun.ltx new file mode 100644 index 000000000..1140a4597 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_foggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.105469, 0.105469, 0.105469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_0.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_0.ltx new file mode 100644 index 000000000..2ad121e69 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_1.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_1.ltx new file mode 100644 index 000000000..10c420d3d --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.012500, 0.012500, 0.012500 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_2.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_2.ltx new file mode 100644 index 000000000..854caf312 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_3.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_3.ltx new file mode 100644 index 000000000..1641f4250 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_4.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_4.ltx new file mode 100644 index 000000000..cd8bc44e7 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.050000, 0.056250, 0.068750 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_5.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_5.ltx new file mode 100644 index 000000000..30a7d433a --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.043750, 0.043750, 0.050000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_6.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_6.ltx new file mode 100644 index 000000000..6025b0265 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.025000, 0.025000, 0.031250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_partly_7.ltx b/src/engine/configs/environment/weathers/af3_medium_partly_7.ltx new file mode 100644 index 000000000..543915ea1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_partly_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.382813, 0.414063, 0.484375, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_rain.ltx b/src/engine/configs/environment/weathers/af3_medium_rain.ltx new file mode 100644 index 000000000..55d580e6e --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_rain.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_rain.ltx" + +[22:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_storm.ltx b/src/engine/configs/environment/weathers/af3_medium_storm.ltx new file mode 100644 index 000000000..51ce1bb33 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_storm.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_storm.ltx" + +[22:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.140625, 0.140625, 0.140625, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_thunder.ltx b/src/engine/configs/environment/weathers/af3_medium_thunder.ltx new file mode 100644 index 000000000..ae0e6e19c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_thunder.ltx @@ -0,0 +1,651 @@ +; AtmosFear 2 by Cromm Cruac +; Tonal range: default +; Nights: slight + +[00:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.125000, 0.125000, 0.125000 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.110352, 0.110352, 0.110352, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.171875, 0.171875, 0.171875, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.215821, 0.215821, 0.215821, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.550781, 0.550781, 0.550781 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_1 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.439453, 0.447266, 0.467774, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.480469, 0.500000, 0.511719 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.078125, 0.078125, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.582031, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.093750, 0.093750, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.691406, 0.691406, 0.691406 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.125000, 0.121094, 0.121094 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.468750, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.632813, 0.640625, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.445313, 0.480469, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.589844, 0.613281, 0.640625 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.054688 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.636719, 0.656250, 0.703125 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.085938, 0.085938, 0.093750 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.460938, 0.480469, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.601563, 0.617188, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.148438, 0.148438, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.597656, 0.613281, 0.660156 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.046875 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.472656, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.621094, 0.648438, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.453125, 0.480469, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.582031, 0.593750, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.070313 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.488281, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.605469, 0.625000, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.058594 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.507813, 0.519531, 0.550781, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.585938, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.113281, 0.105469 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.488281, 0.507813, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.574219, 0.597656, 0.632813 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.239258, 0.248047, 0.264649, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.304688, 0.320313, 0.343750 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_5 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.145508, 0.145508, 0.145508, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[22:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_veryfoggy.ltx b/src/engine/configs/environment/weathers/af3_medium_veryfoggy.ltx new file mode 100644 index 000000000..2b1e4c6ae --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_veryfoggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_medium_veryfoggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_medium_veryfoggy_no_sun.ltx new file mode 100644 index 000000000..5d4435628 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_medium_veryfoggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy_no_sun.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.126563, 0.126563, 0.126563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_0.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_0.ltx new file mode 100644 index 000000000..dc183eeca --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_1.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_1.ltx new file mode 100644 index 000000000..997a4c975 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_2.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_2.ltx new file mode 100644 index 000000000..130e3dec1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_1st_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_3.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_3.ltx new file mode 100644 index 000000000..9e5518822 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wax_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_4.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_4.ltx new file mode 100644 index 000000000..f5ca6e961 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_full +sun_color = 0.086328, 0.096484, 0.106641 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_5.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_5.ltx new file mode 100644 index 000000000..1d00d7597 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_g +sun_color = 0.066016, 0.071094, 0.081250 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_6.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_6.ltx new file mode 100644 index 000000000..18face267 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_3rd_q +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_clear_7.ltx b/src/engine/configs/environment/weathers/af3_slight_clear_7.ltx new file mode 100644 index 000000000..e129e14ae --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_clear_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_clear.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_wan_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_cloudy.ltx b/src/engine/configs/environment/weathers/af3_slight_cloudy.ltx new file mode 100644 index 000000000..44e4ca80a --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_cloudy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_cloudy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_slight_cloudy_no_sun.ltx new file mode 100644 index 000000000..534b01df5 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_cloudy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\08-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\09-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\12-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_cloudy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\17-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 450.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 0.250000 +fog_distance = 450.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\14-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_foggy.ltx b/src/engine/configs/environment/weathers/af3_slight_foggy.ltx new file mode 100644 index 000000000..45ffe64e5 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_foggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_foggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_slight_foggy_no_sun.ltx new file mode 100644 index 000000000..6cd1628d4 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_foggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_foggy_no_sun.ltx" + +[22:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 150.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 1.000000 +fog_distance = 150.000000 +hemisphere_color = 0.052734, 0.052734, 0.052734, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_0.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_0.ltx new file mode 100644 index 000000000..068414a59 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_0.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_1.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_1.ltx new file mode 100644 index 000000000..e8d4f5143 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_1.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_c +sun_color = 0.010156, 0.010156, 0.010156 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_2.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_2.ltx new file mode 100644 index 000000000..158ff8a51 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_2.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_1st_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_3.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_3.ltx new file mode 100644 index 000000000..5a306755b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_3.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wax_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_4.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_4.ltx new file mode 100644 index 000000000..eaac18f84 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_4.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_full +sun_color = 0.040625, 0.045703, 0.055859 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_5.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_5.ltx new file mode 100644 index 000000000..c762249e1 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_5.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-fm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_g +sun_color = 0.035547, 0.035547, 0.040625 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_6.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_6.ltx new file mode 100644 index 000000000..6deffd6ea --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_6.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\03-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\04-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\22-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\23-00-hm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_3rd_q +sun_color = 0.020313, 0.020313, 0.025391 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_partly_7.ltx b/src/engine/configs/environment/weathers/af3_slight_partly_7.ltx new file mode 100644 index 000000000..1b3ecf9d5 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_partly_7.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_partly.ltx" + +[22:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 500.000000 +fog_color = 0.007813, 0.007813, 0.007813 +fog_density = 0.250000 +fog_distance = 500.000000 +hemisphere_color = 0.287109, 0.310547, 0.363281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = moon_halo_wan_c +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_rain.ltx b/src/engine/configs/environment/weathers/af3_slight_rain.ltx new file mode 100644 index 000000000..da4b8367b --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_rain.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_rain.ltx" + +[22:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 350.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_storm.ltx b/src/engine/configs/environment/weathers/af3_slight_storm.ltx new file mode 100644 index 000000000..ad9766a2f --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_storm.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\09-00_19-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\07-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = storm_night +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af1_cloudy\cloudy_2 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_storm.ltx" + +[22:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\13-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = storm_night +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 250.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 250.000000 +hemisphere_color = 0.070313, 0.070313, 0.070313, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.500000 +sky_texture = sky\af3_rainy\16-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_thunder.ltx b/src/engine/configs/environment/weathers/af3_slight_thunder.ltx new file mode 100644 index 000000000..ae0e6e19c --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_thunder.ltx @@ -0,0 +1,651 @@ +; AtmosFear 2 by Cromm Cruac +; Tonal range: default +; Nights: slight + +[00:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.125000, 0.125000, 0.125000 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 0.377500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.015625, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.095703, 0.095703, 0.095703, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.113281, 0.113281, 0.113281 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.110352, 0.110352, 0.110352, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.171875, 0.171875, 0.171875, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.136719, 0.136719, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.215821, 0.215821, 0.215821, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.550781, 0.550781, 0.550781 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_1 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.439453, 0.447266, 0.467774, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.480469, 0.500000, 0.511719 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.078125, 0.078125, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.582031, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\07-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[08:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.093750, 0.093750, 0.082031 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.503906, 0.503906, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.691406, 0.691406, 0.691406 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.125000, 0.121094, 0.121094 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.468750, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.632813, 0.640625, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\09-00_19-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.445313, 0.480469, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.589844, 0.613281, 0.640625 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.054688 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.492188, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.636719, 0.656250, 0.703125 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[12:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.085938, 0.085938, 0.093750 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.460938, 0.480469, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.601563, 0.617188, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.148438, 0.148438, 0.152344 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.464844, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.597656, 0.613281, 0.660156 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.054688, 0.054688, 0.046875 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.449219, 0.472656, 0.492188, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.621094, 0.648438, 0.671875 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.082031, 0.082031, 0.066406 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.453125, 0.480469, 0.503906, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.582031, 0.593750, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\16-00 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.070313 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.476563, 0.488281, 0.511719, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.605469, 0.625000, 0.652344 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_3 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.074219, 0.070313, 0.058594 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.507813, 0.519531, 0.550781, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.566406, 0.585938, 0.621094 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\15-00-2 +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.113281, 0.113281, 0.105469 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.488281, 0.507813, 0.542969, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.574219, 0.597656, 0.632813 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\20-00 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = rain +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.062500, 0.062500, 0.062500 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.239258, 0.248047, 0.264649, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.304688, 0.320313, 0.343750 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_5 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = rain +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.003906, 0.003906, 0.003906 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.145508, 0.145508, 0.145508, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.253906, 0.253906, 0.253906 +sky_rotation = 0.000000 +sky_texture = sky\af1_cloudy\cloudy_2 +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[22:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = rain +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.003906, 0.003906, 0.003906, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 200.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 200.000000 +hemisphere_color = 0.130860, 0.122070, 0.107422, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 1.000000 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sky_texture = sky\af3_rainy\13-00 +sun = default +sun_altitude = -68.999985 +sun_color = 0.003906, 0.003906, 0.003906 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.300000 +thunderbolt_collection = collection_default +thunderbolt_duration = 0.350000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_veryfoggy.ltx b/src/engine/configs/environment/weathers/af3_slight_veryfoggy.ltx new file mode 100644 index 000000000..2e016d3e8 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_veryfoggy.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/af3_slight_veryfoggy_no_sun.ltx b/src/engine/configs/environment/weathers/af3_slight_veryfoggy_no_sun.ltx new file mode 100644 index 000000000..0e65fcec0 --- /dev/null +++ b/src/engine/configs/environment/weathers/af3_slight_veryfoggy_no_sun.ltx @@ -0,0 +1,189 @@ +[00:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.011719 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_3 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.011719, 0.011719, 0.019531 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_1 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = sun_rise +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 +#include "af3_day_veryfoggy_no_sun.ltx" + +[22:00:00] +ambient = tuman +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.015625, 0.011719, 0.027344 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_4 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = tuman +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 40.000000 +fog_color = 0.019531, 0.019531, 0.015625 +fog_density = 1.000000 +fog_distance = 30.000000 +hemisphere_color = 0.063281, 0.063281, 0.063281, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af1_foggy\foggy_5 +sky_color = 0.058594, 0.058594, 0.058594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.000000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/default_alpha.ltx b/src/engine/configs/environment/weathers/default_alpha.ltx deleted file mode 100644 index dd2e40724..000000000 --- a/src/engine/configs/environment/weathers/default_alpha.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.200000, 0.190000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.066500, 0.066500, 0.084000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.006000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017600, 0.015960, 0.021600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.200000, 0.190000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.066500, 0.066500, 0.084000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.006000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017600, 0.015960, 0.021600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.096250, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.096250, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\sky_5_cube_2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.450000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.060000, 0.500000, 1.000000 -hemisphere_color = 0.246750, 0.248500, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.122400, 0.117000, 0.099000 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\sky_3_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.460000, 0.367000, 0.333000, 0.426000, 1.000000 -hemisphere_color = 0.287000, 0.252000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.234000, 0.236600, 0.283400 -fog_density = 0.800000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.230400, 0.117600 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\sky_2_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.340000, 0.310000, 0.330000, 0.500000, 1.000000 -hemisphere_color = 0.350000, 0.323750, 0.301000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.023000 -sun_color = 0.500000, 0.241500, 0.108750 -sun_shafts_intensity = 0.040000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.278800, 0.255000, 0.295800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\sky_2_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.340000, 0.310000, 0.330000, 0.500000, 1.000000 -hemisphere_color = 0.350000, 0.323750, 0.301000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.023000 -sun_color = 0.500000, 0.241500, 0.108750 -sun_shafts_intensity = 0.040000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.278800, 0.255000, 0.295800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\sky_36_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.302000, 0.231000, 0.215000, 0.420000, 1.000000 -hemisphere_color = 0.267750, 0.250250, 0.234500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 0.900000, 0.522000, 0.297000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.201600, 0.188800, 0.217600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\sky_36_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.302000, 0.231000, 0.215000, 0.420000, 1.000000 -hemisphere_color = 0.267750, 0.250250, 0.234500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 0.900000, 0.522000, 0.297000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.201600, 0.188800, 0.217600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\sky_1_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.541000, 0.534000, 0.513000, 0.290000, 1.000000 -hemisphere_color = 0.287000, 0.285250, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.624000, 0.408000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.344000, 0.348000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\sky_1_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.541000, 0.534000, 0.513000, 0.290000, 1.000000 -hemisphere_color = 0.287000, 0.285250, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.624000, 0.408000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.344000, 0.348000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\sky_7_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.147000, 1.000000 -hemisphere_color = 0.280000, 0.266000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.023000, 0.025000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\sky_7_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.147000, 1.000000 -hemisphere_color = 0.280000, 0.266000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.023000, 0.025000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\sky_11_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.451000, 0.426000, 0.398000, 0.572000, 1.000000 -hemisphere_color = 0.241500, 0.238000, 0.255500, 0.000000 -ambient_color = 0.022000, 0.023000, 0.027000 -sun_color = 0.666000, 0.600000, 0.462000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.344000, 0.388000, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\sky_11_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.451000, 0.426000, 0.398000, 0.572000, 1.000000 -hemisphere_color = 0.241500, 0.238000, 0.255500, 0.000000 -ambient_color = 0.022000, 0.023000, 0.027000 -sun_color = 0.666000, 0.600000, 0.462000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.344000, 0.388000, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\sky_9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.286000, 0.259000, 0.237000, 0.696000, 1.000000 -hemisphere_color = 0.344750, 0.346500, 0.350000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.272000, 0.280000, 0.296000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\sky_9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.286000, 0.259000, 0.237000, 0.696000, 1.000000 -hemisphere_color = 0.344750, 0.346500, 0.350000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.272000, 0.280000, 0.296000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.318500, 0.315000, 0.322000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.318500, 0.315000, 0.322000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.295750, 0.292250, 0.304500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.247500, 0.230000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.295750, 0.292250, 0.304500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.247500, 0.230000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\sky_19_cube_90 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.072000, 1.000000 -hemisphere_color = 0.306250, 0.290500, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 1.000000, 0.890000, 0.757500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\sky_19_cube_90 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.072000, 1.000000 -hemisphere_color = 0.306250, 0.290500, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 1.000000, 0.890000, 0.757500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_1_cube -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.348000, 0.333000, 0.800000, 1.000000 -hemisphere_color = 0.287000, 0.280000, 0.283500, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.261000, 0.267000, 0.297000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_1_cube -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.348000, 0.333000, 0.800000, 1.000000 -hemisphere_color = 0.287000, 0.280000, 0.283500, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.261000, 0.267000, 0.297000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.228000, 0.227000, 0.223000, 0.800000, 1.000000 -hemisphere_color = 0.274750, 0.271250, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.525000, 0.525000, 0.555000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.228000, 0.227000, 0.223000, 0.800000, 1.000000 -hemisphere_color = 0.274750, 0.271250, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.525000, 0.525000, 0.555000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.166000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.262500, 0.262500, 0.269500, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 250.000000 -fog_distance = 250.000000 -fog_color = 0.270400, 0.265200, 0.270400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.300000 -thunderbolt_period = 25.500000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.166000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.262500, 0.262500, 0.269500, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 250.000000 -fog_distance = 250.000000 -fog_color = 0.270400, 0.265200, 0.270400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.300000 -thunderbolt_period = 25.500000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.166000, 0.150000, 0.700000, 1.000000 -hemisphere_color = 0.262500, 0.264250, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.270400, 0.265200, 0.270400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.166000, 0.150000, 0.700000, 1.000000 -hemisphere_color = 0.262500, 0.264250, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.270400, 0.265200, 0.270400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\sky_5_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.184000, 0.190000, 0.187000, 1.000000, 1.000000 -hemisphere_color = 0.381500, 0.392000, 0.406000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.810000, 0.613800, 0.333000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.280000, 0.260000, 0.212000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\sky_5_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.184000, 0.190000, 0.187000, 1.000000, 1.000000 -hemisphere_color = 0.381500, 0.392000, 0.406000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.810000, 0.613800, 0.333000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.280000, 0.260000, 0.212000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\sky_18_cube -sky_rotation = -4.500000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.333000, 0.305000, 0.327000, 0.550000, 1.000000 -hemisphere_color = 0.250250, 0.245000, 0.243250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.420000, 0.210000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.363800, 0.360400, 0.370600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_17_cube_mirrorh -sky_rotation = 9.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.240000, 0.308000, 0.271000, 1.000000 -hemisphere_color = 0.339500, 0.336000, 0.343000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.525000, 0.220500, 0.116813 -sun_shafts_intensity = 0.030000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.302400, 0.313200, 0.392400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.525000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_17_cube_mirrorh -sky_rotation = 9.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.240000, 0.308000, 0.271000, 1.000000 -hemisphere_color = 0.339500, 0.336000, 0.343000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.302400, 0.313200, 0.392400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.525000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\sky_25_cube -sky_rotation = 9.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.080000, 0.078000, 0.810000, 1.000000 -hemisphere_color = 0.336000, 0.343000, 0.350000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.120000, 0.116000, 0.132000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 0.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 0.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_alpha2.ltx b/src/engine/configs/environment/weathers/default_alpha2.ltx deleted file mode 100644 index 658252728..000000000 --- a/src/engine/configs/environment/weathers/default_alpha2.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.096250, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.096250, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\sky_5_cube_2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.450000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.060000, 0.500000, 1.000000 -hemisphere_color = 0.246750, 0.250250, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.122400, 0.117000, 0.099000 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\sky_3_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.460000, 0.367000, 0.333000, 0.426000, 1.000000 -hemisphere_color = 0.287000, 0.252000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.234000, 0.236600, 0.283400 -fog_density = 0.800000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.230400, 0.117600 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_22_cube_rot180 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.585000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.252000, 0.355000, 0.470000, 0.500000, 1.000000 -hemisphere_color = 0.175000, 0.182000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.017000, 0.015000 -sun_color = 0.500000, 0.242500, 0.110000 -sun_shafts_intensity = 0.070000 -sun = sun_rise_no_gradient -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.414180, 0.296400, 0.213200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_22_cube_rot180 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.585000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.252000, 0.355000, 0.470000, 0.500000, 1.000000 -hemisphere_color = 0.175000, 0.182000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.017000, 0.015000 -sun_color = 0.500000, 0.242500, 0.110000 -sun_shafts_intensity = 0.070000 -sun = sun_rise_no_gradient -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.414180, 0.296400, 0.213200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_20_cube_rot180 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.212000, 0.252000, 0.311000, 0.014000, 1.000000 -hemisphere_color = 0.250250, 0.280000, 0.329000, 0.000000 -ambient_color = 0.020000, 0.018000, 0.018000 -sun_color = 0.650000, 0.487500, 0.325000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.322000, 0.260400, 0.207200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_20_cube_rot180 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.212000, 0.252000, 0.311000, 0.014000, 1.000000 -hemisphere_color = 0.250250, 0.280000, 0.329000, 0.000000 -ambient_color = 0.020000, 0.018000, 0.018000 -sun_color = 0.650000, 0.487500, 0.325000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.322000, 0.260400, 0.207200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\sky_21_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.277000, 0.259000, 0.259000, 0.491000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.704000, 0.468000 -sun_shafts_intensity = 0.000000 -sun = default -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.622800, 0.626400, 0.561600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\sky_21_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.277000, 0.259000, 0.259000, 0.491000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.704000, 0.468000 -sun_shafts_intensity = 0.000000 -sun = default -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.622800, 0.626400, 0.561600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\sky_27_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.160000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.336000, 0.338800, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\sky_27_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.160000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.336000, 0.338800, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\sky_29_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.245000, 0.257000, 0.572000, 1.000000 -hemisphere_color = 0.308000, 0.301000, 0.315000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.348800, 0.361600, 0.393600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\sky_29_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.245000, 0.257000, 0.572000, 1.000000 -hemisphere_color = 0.308000, 0.301000, 0.315000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.348800, 0.361600, 0.393600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\sky_9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.286000, 0.259000, 0.237000, 0.500000, 1.000000 -hemisphere_color = 0.287000, 0.294000, 0.308000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.250000, 0.235000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.272000, 0.280000, 0.296000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\sky_9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.286000, 0.259000, 0.237000, 0.500000, 1.000000 -hemisphere_color = 0.287000, 0.294000, 0.308000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.250000, 0.235000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.272000, 0.280000, 0.296000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.200000, 1.000000 -hemisphere_color = 0.320250, 0.318500, 0.329000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.790000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.200000, 1.000000 -hemisphere_color = 0.320250, 0.318500, 0.329000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.790000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_1_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.404000, 0.367000, 0.358000, 0.291000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.770000, 0.732500, 0.560000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.348000, 0.356000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_1_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.404000, 0.367000, 0.358000, 0.291000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.770000, 0.732500, 0.560000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.348000, 0.356000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\sky_10_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.063000, 1.000000 -hemisphere_color = 0.311500, 0.299250, 0.273000, 0.000000 -ambient_color = 0.022000, 0.022000, 0.022000 -sun_color = 0.900000, 0.801000, 0.666000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.428000, 0.456000, 0.516000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\sky_10_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.063000, 1.000000 -hemisphere_color = 0.311500, 0.299250, 0.273000, 0.000000 -ambient_color = 0.022000, 0.022000, 0.022000 -sun_color = 0.900000, 0.801000, 0.666000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.428000, 0.456000, 0.516000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\sky_7_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.147000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.732000, 0.582000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\sky_7_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.302000, 0.286000, 0.147000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.732000, 0.582000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.417000, 0.324000, 0.358000, 0.407000, 1.000000 -hemisphere_color = 0.413000, 0.378000, 0.318500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.372000, 0.416000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.417000, 0.324000, 0.358000, 0.407000, 1.000000 -hemisphere_color = 0.413000, 0.378000, 0.318500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.372000, 0.416000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\sky_19_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.100000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.280000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.872500, 0.630000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\sky_19_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.100000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.280000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.872500, 0.630000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\sky_26_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.234000, 1.000000 -hemisphere_color = 0.304500, 0.297500, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.552000, 0.360000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.421200, 0.424800, 0.453600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\sky_26_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.234000, 1.000000 -hemisphere_color = 0.304500, 0.297500, 0.301000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.552000, 0.360000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.421200, 0.424800, 0.453600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\sky_28_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.249000, 0.246000, 0.400000, 1.000000 -hemisphere_color = 0.245000, 0.259000, 0.266000, 0.000000 -ambient_color = 0.015000, 0.013000, 0.011000 -sun_color = 0.720000, 0.352000, 0.216000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.374400, 0.313600, 0.323200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\sky_28_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.249000, 0.246000, 0.400000, 1.000000 -hemisphere_color = 0.245000, 0.259000, 0.266000, 0.000000 -ambient_color = 0.015000, 0.013000, 0.011000 -sun_color = 0.720000, 0.352000, 0.216000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.374400, 0.313600, 0.323200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_17_cube_mirrorh -sky_rotation = 4.500000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.240000, 0.308000, 0.271000, 1.000000 -hemisphere_color = 0.336000, 0.329000, 0.336000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.252000, 0.133500 -sun_shafts_intensity = 0.030000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.302400, 0.313200, 0.392400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.525000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\sky_3_cube_or -sky_rotation = 0.000000 -sky_color = 1.000000, 0.850000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.230000, 0.310000, 0.470000, 1.000000 -hemisphere_color = 0.238000, 0.294000, 0.315000, 0.700000 -ambient_color = 0.017000, 0.014000, 0.014000 -sun_color = 0.300000, 0.100000, 0.025000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.246000, 0.180200, 0.152000 -fog_density = 0.900000 -ambient = evening -rain_density = 0.000000 -rain_color = 0.280000, 0.250000, 0.230000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\sky_3_cube_or -sky_rotation = 0.000000 -sky_color = 1.000000, 0.850000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.230000, 0.310000, 0.470000, 1.000000 -hemisphere_color = 0.238000, 0.294000, 0.315000, 0.700000 -ambient_color = 0.017000, 0.014000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.246000, 0.180200, 0.152000 -fog_density = 0.900000 -ambient = evening -rain_density = 0.000000 -rain_color = 0.280000, 0.250000, 0.230000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\sky_20_cube -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.130000, 0.160000, 0.400000, 1.000000 -hemisphere_color = 0.224000, 0.220500, 0.231000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.276000, 0.218400, 0.177600 -fog_density = 1.000000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 0.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 0.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_alpha3.ltx b/src/engine/configs/environment/weathers/default_alpha3.ltx deleted file mode 100644 index 550f0ce8a..000000000 --- a/src/engine/configs/environment/weathers/default_alpha3.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.016000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\alpha_r2\sky_14_cube_mirrorh -sky_rotation = 3.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.041000, 0.028000, 0.029000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.070000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.060000, 0.057500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.014000, 0.016800, 0.022400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.101500, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\sky_9_cube_night -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.014000, 0.016000, 0.015000, 0.733000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.101500, 0.000000 -ambient_color = 0.002500, 0.002500, 0.002500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.010000, 0.012000, 0.010000 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\sky_5_cube_2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.450000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.060000, 0.500000, 1.000000 -hemisphere_color = 0.246750, 0.250250, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.122400, 0.117000, 0.099000 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\sky_3_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.460000, 0.367000, 0.333000, 0.426000, 1.000000 -hemisphere_color = 0.287000, 0.252000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.234000, 0.236600, 0.283400 -fog_density = 0.800000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\sky_6_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.517000, 0.439000, 0.470000, 0.069000, 1.000000 -hemisphere_color = 0.329000, 0.280000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.230400, 0.117600 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.316000, 0.312000, 0.384000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\sky_8_2_cube -sky_rotation = -5.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.181000, 0.181000, 0.150000, 0.169000, 1.000000 -hemisphere_color = 0.253750, 0.234500, 0.225750, 0.000000 -ambient_color = 0.025000, 0.025000, 0.025000 -sun_color = 0.600000, 0.342000, 0.118500 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.258400, 0.269800, 0.319200 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\sky_8_2_cube -sky_rotation = -5.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.181000, 0.181000, 0.150000, 0.169000, 1.000000 -hemisphere_color = 0.253750, 0.234500, 0.225750, 0.000000 -ambient_color = 0.025000, 0.025000, 0.025000 -sun_color = 0.600000, 0.342000, 0.118500 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.258400, 0.269800, 0.319200 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\sky_11_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.451000, 0.426000, 0.398000, 0.300000, 1.000000 -hemisphere_color = 0.266000, 0.267750, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.020000 -sun_color = 0.850000, 0.715000, 0.450000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.344000, 0.388000, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\sky_11_dx9_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.451000, 0.426000, 0.398000, 0.300000, 1.000000 -hemisphere_color = 0.266000, 0.267750, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.020000 -sun_color = 0.850000, 0.715000, 0.450000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.344000, 0.388000, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\sky_21_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.277000, 0.259000, 0.259000, 0.491000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.704000, 0.468000 -sun_shafts_intensity = 0.000000 -sun = default -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.622800, 0.626400, 0.561600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\sky_21_dx9_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.277000, 0.259000, 0.259000, 0.491000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.704000, 0.468000 -sun_shafts_intensity = 0.000000 -sun = default -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.622800, 0.626400, 0.561600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\sky_27_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.160000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.336000, 0.338800, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\sky_27_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.160000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.336000, 0.338800, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\sky_29_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.245000, 0.257000, 0.572000, 1.000000 -hemisphere_color = 0.365750, 0.353500, 0.350000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.348800, 0.361600, 0.393600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\sky_29_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.283000, 0.245000, 0.257000, 0.572000, 1.000000 -hemisphere_color = 0.365750, 0.353500, 0.350000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.348800, 0.361600, 0.393600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\sky_30_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.205000, 0.176000, 0.162000, 0.513000, 1.000000 -hemisphere_color = 0.339500, 0.332500, 0.350000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.358400, 0.364800, 0.384000 -fog_density = 0.950000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 1.233497 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\sky_30_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.205000, 0.176000, 0.162000, 0.513000, 1.000000 -hemisphere_color = 0.339500, 0.332500, 0.350000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.358400, 0.364800, 0.384000 -fog_density = 0.950000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 1.233497 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.320250, 0.318500, 0.329000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 250.000000 -fog_distance = 250.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.675000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 100.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.320250, 0.318500, 0.329000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 250.000000 -fog_distance = 250.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 1.000000 -water_intensity = 0.675000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 100.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.308000, 0.306250, 0.316750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.247500, 0.230000 -sun_shafts_intensity = 0.020000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.675000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.249000, 0.249000, 0.249000, 0.600000, 1.000000 -hemisphere_color = 0.308000, 0.306250, 0.316750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.255000, 0.247500, 0.230000 -sun_shafts_intensity = 0.020000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.353600, 0.346800, 0.353600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.675000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\sky_10_cube -sky_rotation = 0.000000 -sky_color = 0.950000, 0.915000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.540000, 0.480000, 0.480000, 0.840000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.022000 -sun_color = 0.200000, 0.170000, 0.117500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.385200, 0.417240, 0.490200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\sky_10_cube -sky_rotation = 0.000000 -sky_color = 0.950000, 0.915000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.540000, 0.480000, 0.480000, 0.840000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.022000 -sun_color = 0.200000, 0.170000, 0.117500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.385200, 0.417240, 0.490200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\sky_19_cube_90 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.400000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.280000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.892500, 0.750000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\sky_19_cube_90 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.597000, 0.587000, 0.593000, 0.400000, 1.000000 -hemisphere_color = 0.308000, 0.294000, 0.280000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.892500, 0.750000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.512000, 0.560000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.417000, 0.324000, 0.358000, 0.407000, 1.000000 -hemisphere_color = 0.413000, 0.378000, 0.318500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.372000, 0.372000, 0.416000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.417000, 0.324000, 0.358000, 0.407000, 1.000000 -hemisphere_color = 0.413000, 0.378000, 0.318500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.372000, 0.372000, 0.416000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\sky_7_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.528000, 0.488000, 0.488000, 0.392000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.672000, 0.452000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\sky_7_cube -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.528000, 0.488000, 0.488000, 0.392000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.672000, 0.452000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.428000, 0.444000, 0.492000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\sky_33_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.414000, 0.376000, 0.348000, 0.296000, 1.000000 -hemisphere_color = 0.290500, 0.241500, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.528000, 0.256000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.464400, 0.442800, 0.432000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\sky_33_cube -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.414000, 0.376000, 0.348000, 0.296000, 1.000000 -hemisphere_color = 0.290500, 0.241500, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.528000, 0.256000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.464400, 0.442800, 0.432000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\sky_32_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.317000, 0.277000, 0.237000, 0.490000, 1.000000 -hemisphere_color = 0.287000, 0.224000, 0.203000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.750000, 0.450000, 0.150000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.380800, 0.404600, 0.428400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\sky_32_cube -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.317000, 0.277000, 0.237000, 0.490000, 1.000000 -hemisphere_color = 0.287000, 0.224000, 0.203000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.750000, 0.450000, 0.150000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.380800, 0.404600, 0.428400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\sky_31_cube -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.299000, 0.169000, 0.327000, 1.000000 -hemisphere_color = 0.280000, 0.231000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.448000, 0.156000 -sun_shafts_intensity = 0.050000 -sun = sun_rise_no_gradient -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.262400, 0.310400, 0.368000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.210000, 0.300000, 0.600000, 1.000000 -hemisphere_color = 0.276500, 0.245000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.300000, 0.110000, 0.080000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.260400, 0.260400, 0.291200 -fog_density = 0.800000 -ambient = evening -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\sky_3_cube -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.210000, 0.300000, 0.600000, 1.000000 -hemisphere_color = 0.276500, 0.245000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.260400, 0.260400, 0.291200 -fog_density = 0.800000 -ambient = evening -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\sky_25_cube -sky_rotation = 9.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.080000, 0.078000, 0.810000, 1.000000 -hemisphere_color = 0.336000, 0.343000, 0.350000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.120000, 0.116000, 0.132000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 4.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\sky_yantar_cube -sky_rotation = 4.000000 -sky_color = 0.240000, 0.205000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.040000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.068250, 0.070000, 0.091000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.048000, 0.053300, 0.060480 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\sky_13_cube_night -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.022000, 0.022000, 1.000000, 1.000000 -hemisphere_color = 0.080500, 0.080500, 0.092750, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.026400, 0.025200, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_clear.ltx b/src/engine/configs/environment/weathers/default_clear.ltx index a27304032..bc7e1174c 100644 --- a/src/engine/configs/environment/weathers/default_clear.ltx +++ b/src/engine/configs/environment/weathers/default_clear.ltx @@ -1,1391 +1,647 @@ [00:00:00] -$scheme = $weather -sky_texture = sky\clear\00-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.525000, 0.500000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.037000, 0.019000, 0.016000, 1.000000, 1.000000 -hemisphere_color = 0.117250, 0.119000, 0.145250, 0.000000 -ambient_color = 0.003750, 0.005000, 0.006250 -sun_color = 0.052000, 0.052000, 0.076000 -sun_shafts_intensity = 0.200000 -sun = moon -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.020000, 0.021000, 0.035200 +far_plane = 350.000000 +fog_color = 0.010000, 0.010000, 0.010000 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.175000, 0.175000, 0.175000 +sky_rotation = 0.000000 +sky_texture = sky\sky_13_cube_night +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\clear\00-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.525000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.037000, 0.019000, 0.016000, 1.000000, 1.000000 -hemisphere_color = 0.117250, 0.119000, 0.145250, 0.000000 -ambient_color = 0.003750, 0.005000, 0.006250 -sun_color = 0.052000, 0.052000, 0.076000 -sun_shafts_intensity = 0.200000 -sun = moon -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.020000, 0.021000, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 water_intensity = 0.100000 -wind_direction = 90.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 [01:00:00] -$scheme = $weather -sky_texture = sky\clear\01-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.420000, 0.400000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.800000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.056000, 0.000000 -ambient_color = 0.004750, 0.005000, 0.005250 -sun_color = 0.027750, 0.030000, 0.040500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.008000, 0.010080, 0.014400 +far_plane = 350.000000 +fog_color = 0.013529, 0.013529, 0.021373 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\clear\01-00 +sky_color = 0.596000, 0.596000, 0.596000 sky_rotation = 0.000000 -sky_color = 0.450000, 0.420000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.800000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.056000, 0.000000 -ambient_color = 0.004750, 0.005000, 0.005250 -sun_color = 0.027750, 0.030000, 0.040500 +sky_texture = sky\sky_14_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.008000, 0.010080, 0.014400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [02:00:00] -$scheme = $weather -sky_texture = sky\clear\02-00 -sky_rotation = 0.000000 -sky_color = 0.275000, 0.250000, 0.250000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.098000, 0.098000, 0.119000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.040000, 0.042500, 0.053750 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.002000, 0.002000, 0.005500 +far_plane = 350.000000 +fog_color = 0.016980, 0.013059, 0.028745 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\clear\02-00 +sky_color = 0.310000, 0.310000, 0.310000 sky_rotation = 0.000000 -sky_color = 0.275000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.098000, 0.098000, 0.119000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.040000, 0.042500, 0.053750 +sky_texture = sky\sky_13_cube_night +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.002000, 0.002000, 0.005500 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [03:00:00] -$scheme = $weather -sky_texture = sky\clear\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.016000 -fog_density = 0.850000 ambient = night -rain_color = 0.250000, 0.250000, 0.250000 +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.020294, 0.020294, 0.016373 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\clear\03-00 +sky_color = 0.135000, 0.135000, 0.135000 sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.016000 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [04:00:00] -$scheme = $weather -sky_texture = sky\clear\04-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 +ambient = morning +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.213500, 0.208250, 0.220500, 0.000000 -ambient_color = 0.015000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.184800, 0.207200, 0.260400 +fog_color = 0.056510, 0.060431, 0.064353 fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.247059, 0.192157, 0.145098, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\clear\04-00 +sky_color = 0.439000, 0.439000, 0.439000 sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.213500, 0.210000, 0.220500, 0.000000 -ambient_color = 0.015000, 0.017000, 0.020000 +sky_texture = sky\sky_9_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.184800, 0.207200, 0.260400 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [05:00:00] -$scheme = $weather -sky_texture = sky\clear\05-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 +ambient = morning +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.293000, 0.228000, 0.200000, 1.000000 -hemisphere_color = 0.245000, 0.239750, 0.252000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.022000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.277200, 0.271600, 0.313600 +far_plane = 350.000000 +fog_color = 0.179059, 0.163372, 0.202588 fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.258824, 0.141176, 0.090196, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\clear\05-00 +sky_color = 0.584001, 0.584001, 0.584001 sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.293000, 0.228000, 0.200000, 1.000000 -hemisphere_color = 0.245000, 0.239750, 0.252000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.020000 -sun_color = 0.490000, 0.175000, 0.061250 -sun_shafts_intensity = 0.000000 +sky_texture = sky\sky_2_cube sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.277200, 0.271600, 0.313600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [06:00:00] -$scheme = $weather -sky_texture = sky\clear\06-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.750000 +ambient = morning +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.210000, 0.190000, 0.390000, 1.000000 -hemisphere_color = 0.245000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.600000, 0.288000, 0.138000 -sun_shafts_intensity = 0.060000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.303000, 0.323200, 0.358400 +far_plane = 350.000000 +fog_color = 0.336627, 0.332706, 0.387608 fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.333647, 0.239529, 0.184627, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 +sky_color = 0.897000, 0.897000, 0.897000 +sky_rotation = 0.000000 +sky_texture = sky\sky_3_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 1.000000, 0.800000, 0.600000 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[06:15:00] -$scheme = $weather -sky_texture = sky\clear\06-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.750000 +[07:00:00] +ambient = morning +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.210000, 0.190000, 0.390000, 1.000000 -hemisphere_color = 0.245000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.600000, 0.288000, 0.138000 -sun_shafts_intensity = 0.060000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.303000, 0.323200, 0.358400 +far_plane = 350.000000 +fog_color = 0.191588, 0.175902, 0.199431 fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.592392, 0.466903, 0.349256, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 +sky_color = 0.829001, 0.829001, 0.829001 +sky_rotation = 0.000000 +sky_texture = sky\sky_4_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.675255, 0.616431, 0.534078 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.300000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[07:00:00] -$scheme = $weather -sky_texture = sky\clear\07-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 +[08:00:00] +ambient = morning +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.411000, 0.445000, 0.450000, 1.000000 -hemisphere_color = 0.372750, 0.320250, 0.299250, 0.000000 -ambient_color = 0.020000, 0.021000, 0.022000 -sun_color = 0.900000, 0.640000, 0.400000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.360000, 0.388080, 0.460000 +far_plane = 350.000000 +fog_color = 0.322608, 0.346137, 0.385353 fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.474510, 0.372549, 0.290196, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 +sky_color = 0.872000, 0.872000, 0.872000 +sky_rotation = 0.000000 +sky_texture = sky\sky_7_cube +sun = default10 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[07:15:00] -$scheme = $weather -sky_texture = sky\clear\07-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 +[09:00:00] +ambient = morning +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.411000, 0.445000, 0.450000, 1.000000 -hemisphere_color = 0.372750, 0.320250, 0.299250, 0.000000 -ambient_color = 0.020000, 0.021000, 0.022000 -sun_color = 0.900000, 0.640000, 0.400000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.360000, 0.388080, 0.460000 +far_plane = 350.000000 +fog_color = 0.281569, 0.301176, 0.379608 fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.454902, 0.380392, 0.345098, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_8_cube +sun = default10 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[08:00:00] -$scheme = $weather -sky_texture = sky\clear\08-00 -sky_rotation = 0.000000 -sky_color = 0.980000, 0.970000, 0.980000 +[10:00:00] +ambient = day +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.100000 clouds_texture = sky\sky_oblaka -clouds_color = 0.531000, 0.432000, 0.395000, 0.634000, 1.000000 -hemisphere_color = 0.315000, 0.274750, 0.241500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.912500, 0.760000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.493920, 0.601400, 0.729120 +far_plane = 350.000000 +fog_color = 0.423353, 0.442961, 0.493941 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.411765, 0.356863, 0.321569, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.928000, 0.928000, 0.928000 +sky_rotation = 0.000000 +sky_texture = sky\sky_19_cube +sun = default10 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[08:15:00] -$scheme = $weather -sky_texture = sky\clear\08-00 -sky_rotation = 0.000000 -sky_color = 0.980000, 0.970000, 0.980000 +[11:00:00] +ambient = day +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.531000, 0.432000, 0.395000, 0.634000, 1.000000 -hemisphere_color = 0.315000, 0.274750, 0.241500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.912500, 0.760000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.493920, 0.601400, 0.729120 +far_plane = 350.000000 +fog_color = 0.259039, 0.255118, 0.329628 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.521569, 0.439216, 0.352941, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_6_cube +sun = default10 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[09:00:00] -$scheme = $weather -sky_texture = sky\clear\09-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.940000, 0.950000 +[12:00:00] +ambient = day +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.674000, 0.646000, 0.300000, 1.000000 -hemisphere_color = 0.234500, 0.217000, 0.213500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.023000 -sun_color = 0.900000, 0.825750, 0.720000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.509200, 0.567760, 0.657400 +far_plane = 350.000000 +fog_color = 0.304609, 0.328138, 0.367354 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.470588, 0.368627, 0.329412, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.851001, 0.851001, 0.851001 +sky_rotation = 0.000000 +sky_texture = sky\sky_7_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -30.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[09:15:00] -$scheme = $weather -sky_texture = sky\clear\09-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.940000, 0.950000 +[13:00:00] +ambient = day +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.674000, 0.646000, 0.300000, 1.000000 -hemisphere_color = 0.234500, 0.217000, 0.213500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.023000 -sun_color = 0.900000, 0.825750, 0.720000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.509200, 0.567760, 0.657400 +far_plane = 350.000000 +fog_color = 0.427353, 0.446961, 0.497941 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.458824, 0.380392, 0.317647, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.928001, 0.928001, 0.928001 +sky_rotation = 0.000000 +sky_texture = sky\sky_19_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.905882, 0.839216, 0.694118 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[10:00:00] -$scheme = $weather -sky_texture = sky\clear\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +[14:00:00] +ambient = day +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.631000, 0.631000, 0.625000, 0.100000, 1.000000 -hemisphere_color = 0.210000, 0.210000, 0.210000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.785000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.528000, 0.600000, 0.692000 +far_plane = 350.000000 +fog_color = 0.316627, 0.312706, 0.367608 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.560784, 0.447059, 0.360784, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.660000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_3_cube +sun = default10 +sun_altitude = -68.999985 +sun_color = 0.988235, 0.878431, 0.745098 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\clear\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.631000, 0.631000, 0.625000, 0.100000, 1.000000 -hemisphere_color = 0.210000, 0.210000, 0.210000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.785000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.528000, 0.600000, 0.692000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.660000 -wind_direction = 90.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 -[11:00:00] -$scheme = $weather -sky_texture = sky\clear\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.870000, 0.880000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.680000, 0.660000, 0.660000, 0.360000, 1.000000 -hemisphere_color = 0.215250, 0.210000, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.910000, 0.820000, 0.650000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.556160, 0.581160, 0.630000 -fog_density = 0.900000 +[15:00:00] ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\clear\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.870000, 0.880000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.680000, 0.660000, 0.660000, 0.360000, 1.000000 -hemisphere_color = 0.215250, 0.210000, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.910000, 0.820000, 0.650000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.556160, 0.581160, 0.630000 +far_plane = 350.000000 +fog_color = 0.258804, 0.254882, 0.325471 fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 +fog_distance = 350.000000 +hemisphere_color = 0.517647, 0.411765, 0.349020, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\clear\12-00 -sky_rotation = 0.000000 sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.560000, 0.570000, 0.170000, 1.000000 -hemisphere_color = 0.252000, 0.238000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.022000 -sun_color = 0.927500, 0.855000, 0.722500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.528000, 0.560000, 0.632000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\clear\12-00 sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.560000, 0.570000, 0.170000, 1.000000 -hemisphere_color = 0.252000, 0.238000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.022000 -sun_color = 0.927500, 0.855000, 0.722500 +sky_texture = sky\sky_6_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.988235, 0.878431, 0.745098 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.528000, 0.560000, 0.632000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\clear\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.940000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.560000, 0.570000, 0.300000, 1.000000 -hemisphere_color = 0.218750, 0.215250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.720000, 0.592000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.490200, 0.496320, 0.580000 -fog_density = 0.900000 -ambient = day -rain_color = 0.505000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.620000 -wind_direction = 90.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 -[13:15:00] -$scheme = $weather -sky_texture = sky\clear\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.940000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.560000, 0.570000, 0.300000, 1.000000 -hemisphere_color = 0.218750, 0.215250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.720000, 0.592000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.490200, 0.496320, 0.580000 -fog_density = 0.900000 +[16:00:00] ambient = day -rain_color = 0.505000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.620000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\clear\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.184000, 1.000000 -hemisphere_color = 0.245000, 0.246750, 0.252000, 0.000000 ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.819000, 0.693000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.536000, 0.560000, 0.612000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\clear\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.184000, 1.000000 -hemisphere_color = 0.245000, 0.246750, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.819000, 0.693000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.536000, 0.560000, 0.612000 +far_plane = 350.000000 +fog_color = 0.347608, 0.371137, 0.410353 fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 +fog_distance = 350.000000 +hemisphere_color = 0.443137, 0.349020, 0.274510, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\clear\15-00 +sky_color = 0.891001, 0.891001, 0.891001 sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.740000, 0.740000, 0.740000, 0.150000, 1.000000 -hemisphere_color = 0.222250, 0.224000, 0.232750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.020000 -sun_color = 1.000000, 0.910000, 0.800000 +sky_texture = sky\sky_7_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.988235, 0.878431, 0.745098 +sun_longitude = -18.000000 sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.600000, 0.624000, 0.624000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.690000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\clear\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.740000, 0.740000, 0.740000, 0.150000, 1.000000 -hemisphere_color = 0.222250, 0.224000, 0.232750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.020000 -sun_color = 1.000000, 0.910000, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.600000, 0.624000, 0.624000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.690000 -wind_direction = 90.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 -[16:00:00] -$scheme = $weather -sky_texture = sky\clear\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.650000, 0.660000, 0.650000, 0.340000, 1.000000 -hemisphere_color = 0.301000, 0.287000, 0.276500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.920000, 0.802500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.550800, 0.619200, 0.716400 -fog_density = 0.900000 +[17:00:00] ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\clear\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.650000, 0.660000, 0.650000, 0.340000, 1.000000 -hemisphere_color = 0.301000, 0.287000, 0.276500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.920000, 0.802500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.550800, 0.619200, 0.716400 +far_plane = 350.000000 +fog_color = 0.273569, 0.293176, 0.371608 fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 +fog_distance = 350.000000 +hemisphere_color = 0.454902, 0.352941, 0.286275, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\clear\17-00 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.870000, 0.870000, 0.870000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.300000, 1.000000 -hemisphere_color = 0.224000, 0.224000, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.774000, 0.558000 -sun_shafts_intensity = 0.040000 +sky_texture = sky\sky_8_cube sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.542880, 0.567240, 0.602040 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sun_altitude = -68.999985 +sun_color = 0.988235, 0.894118, 0.745098 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\clear\17-00 -sky_rotation = 0.000000 -sky_color = 0.870000, 0.870000, 0.870000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.300000, 1.000000 -hemisphere_color = 0.224000, 0.224000, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.774000, 0.558000 -sun_shafts_intensity = 0.040000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.542880, 0.567240, 0.602040 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 [18:00:00] -$scheme = $weather -sky_texture = sky\clear\18-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.890000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.674000, 0.646000, 0.210000, 1.000000 -hemisphere_color = 0.266000, 0.248500, 0.227500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.652000, 0.440000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.615880, 0.640800, 0.672840 -fog_density = 0.900000 ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.620000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\clear\18-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.890000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.674000, 0.646000, 0.210000, 1.000000 -hemisphere_color = 0.266000, 0.248500, 0.227500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.652000, 0.440000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.615880, 0.640800, 0.672840 +far_plane = 350.000000 +fog_color = 0.297627, 0.293706, 0.348608 fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 +fog_distance = 350.000000 +hemisphere_color = 0.439216, 0.360784, 0.313726, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.620000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_3_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.988235, 0.788235, 0.737255 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [19:00:00] -$scheme = $weather -sky_texture = sky\clear\19-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.266000, 0.231000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.307200, 0.326400, 0.342400 -fog_density = 0.900000 ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\clear\19-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.266000, 0.231000, 0.231000, 0.000000 ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.307200, 0.326400, 0.342400 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.361353, 0.380961, 0.431942 fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 +fog_distance = 350.000000 +hemisphere_color = 0.345098, 0.270588, 0.247059, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\clear\20-00 +sky_color = 0.831000, 0.831000, 0.831000 sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.730000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.280000, 0.500000, 0.400000, 1.000000 -hemisphere_color = 0.308000, 0.266000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.210000, 0.084000 -sun_shafts_intensity = 0.150000 +sky_texture = sky\sky_19_cube sun = sun_rise -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.294920, 0.297000, 0.345000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sun_altitude = -68.999985 +sun_color = 0.949020, 0.584314, 0.407843 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[20:50:00] -$scheme = $weather -sky_texture = sky\clear\21-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.160000, 0.270000, 0.380000, 1.000000 -hemisphere_color = 0.266000, 0.252000, 0.252000, 0.000000 +[20:00:00] +ambient = evening ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.400000, 0.170000, 0.095000 -sun_shafts_intensity = 0.070000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.243600, 0.232400, 0.268800 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.229000, 0.225078, 0.236843 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.264765, 0.170647, 0.107902, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.630001, 0.630001, 0.630001 +sky_rotation = 0.000000 +sky_texture = sky\sky_18_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.988235, 0.545098, 0.380392 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [21:00:00] -$scheme = $weather -sky_texture = sky\clear\21-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.160000, 0.270000, 0.380000, 1.000000 -hemisphere_color = 0.266000, 0.252000, 0.252000, 0.000000 +ambient = evening ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.226200, 0.215800, 0.249600 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.302627, 0.232039, 0.169294 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.146765, 0.119314, 0.095784, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\clear\21-30 +sky_color = 0.720000, 0.720000, 0.720000 sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.200000, 0.300000, 0.400000, 1.000000 -hemisphere_color = 0.273000, 0.245000, 0.238000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 +sky_texture = sky\sky_20_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.226200, 0.215800, 0.249600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [22:00:00] -$scheme = $weather -sky_texture = sky\clear\22-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 +ambient = evening +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.100000, 0.090000, 0.750000, 1.000000 -hemisphere_color = 0.164500, 0.154000, 0.164500, 0.000000 -ambient_color = 0.008250, 0.009250, 0.012250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.138600, 0.162800, 0.191400 +far_plane = 350.000000 +fog_color = 0.142627, 0.150471, 0.193608 fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 +fog_distance = 350.000000 +hemisphere_color = 0.113725, 0.078431, 0.039216, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\clear\22-00 +sky_color = 0.513000, 0.513000, 0.513000 sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.100000, 0.090000, 0.750000, 1.000000 -hemisphere_color = 0.164500, 0.154000, 0.164500, 0.000000 -ambient_color = 0.008250, 0.009250, 0.012250 +sky_texture = sky\sky_17_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.138600, 0.162800, 0.191400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [23:00:00] -$scheme = $weather -sky_texture = sky\clear\23-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.980000, 1.000000 -hemisphere_color = 0.161000, 0.155750, 0.168000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.066000, 0.070560, 0.086000 -fog_density = 0.850000 ambient = night -rain_color = 0.250000, 0.250000, 0.250000 +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.007686, 0.007686, 0.006000 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.090196, 0.074510, 0.058824, 1.000000 +rain_color = 0.680000, 0.640000, 0.600000 rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\clear\23-00 +sky_color = 0.056000, 0.056000, 0.056000 sky_rotation = 0.000000 -sky_color = 0.500000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.980000, 1.000000 -hemisphere_color = 0.161000, 0.155750, 0.168000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.010000 +sky_texture = sky\sky_5_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.066000, 0.070560, 0.086000 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/default_clear2.ltx b/src/engine/configs/environment/weathers/default_clear2.ltx deleted file mode 100644 index 75a88a1c1..000000000 --- a/src/engine/configs/environment/weathers/default_clear2.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\clear2\00-00-alt -sky_rotation = 0.000000 -sky_color = 0.440000, 0.395000, 0.385000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.101500, 0.101500, 0.140000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.005000 -sun_color = 0.054000, 0.054000, 0.072000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.007700, 0.007900, 0.014080 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.015000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\clear2\00-00-alt -sky_rotation = 0.000000 -sky_color = 0.440000, 0.395000, 0.385000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.101500, 0.101500, 0.140000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.005000 -sun_color = 0.054000, 0.054000, 0.072000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.007700, 0.007900, 0.014080 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.015000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\clear2\01-00 -sky_rotation = 0.000000 -sky_color = 0.290000, 0.270000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.066500, 0.070000, 0.089250, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.050000, 0.050000, 0.062000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.005200, 0.006480, 0.009280 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\clear2\01-00 -sky_rotation = 0.000000 -sky_color = 0.290000, 0.270000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.066500, 0.070000, 0.089250, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.050000, 0.050000, 0.062000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.005200, 0.006480, 0.009280 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\clear2\02-00 -sky_rotation = 0.000000 -sky_color = 0.320000, 0.300000, 0.280000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.038500, 0.043750, 0.059500, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 -sun_color = 0.030000, 0.030000, 0.040000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005600, 0.004800, 0.006400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\clear2\02-00 -sky_rotation = 0.000000 -sky_color = 0.320000, 0.300000, 0.280000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.038500, 0.043750, 0.059500, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 -sun_color = 0.030000, 0.030000, 0.040000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005600, 0.004800, 0.006400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\clear2\03-00 -sky_rotation = 0.000000 -sky_color = 0.360000, 0.400000, 0.470000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.036750, 0.000000 -ambient_color = 0.001000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.001600, 0.002880 -fog_density = 0.900000 -ambient = night -rain_color = 0.105000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\clear2\03-00 -sky_rotation = 0.000000 -sky_color = 0.360000, 0.400000, 0.470000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.036750, 0.000000 -ambient_color = 0.001000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.001600, 0.002880 -fog_density = 0.900000 -ambient = night -rain_color = 0.105000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\clear2\04-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.342000, 0.259000, 0.206000, 0.717000, 1.000000 -hemisphere_color = 0.255500, 0.231000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.152000, 0.196000, 0.272000 -fog_density = 1.000000 -ambient = morning -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\clear2\04-30 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.339000, 0.423000, 0.562000, 0.007000, 1.000000 -hemisphere_color = 0.385000, 0.280000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.213000, 0.255000, 0.321000 -fog_density = 1.000000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\clear2\04-30 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.339000, 0.423000, 0.562000, 0.007000, 1.000000 -hemisphere_color = 0.385000, 0.280000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.213000, 0.255000, 0.321000 -fog_density = 1.000000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\clear2\04-30 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.339000, 0.423000, 0.562000, 0.007000, 1.000000 -hemisphere_color = 0.385000, 0.280000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.500000, 0.190000, 0.075000 -sun_shafts_intensity = 0.100000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.213000, 0.255000, 0.321000 -fog_density = 1.000000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\clear2\05-00 -sky_rotation = 2.500000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.584000, 0.566000, 0.544000, 0.010000, 1.000000 -hemisphere_color = 0.385000, 0.280000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.540000, 0.246000, 0.120000 -sun_shafts_intensity = 0.120000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.227200, 0.272000, 0.342400 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\clear2\05-00 -sky_rotation = 2.500000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.584000, 0.566000, 0.544000, 0.010000, 1.000000 -hemisphere_color = 0.385000, 0.280000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.540000, 0.246000, 0.120000 -sun_shafts_intensity = 0.120000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.227200, 0.272000, 0.342400 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\clear2\07-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.454000, 0.410000, 0.252000, 1.000000 -hemisphere_color = 0.294000, 0.280000, 0.260750, 0.000000 -ambient_color = 0.019000, 0.020000, 0.022000 -sun_color = 0.900000, 0.738000, 0.522000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.480000, 0.540000, 0.656000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\clear2\07-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.454000, 0.410000, 0.252000, 1.000000 -hemisphere_color = 0.294000, 0.280000, 0.260750, 0.000000 -ambient_color = 0.019000, 0.020000, 0.022000 -sun_color = 0.900000, 0.738000, 0.522000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.480000, 0.540000, 0.656000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\clear2\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.630000, 0.630000, 0.630000, 0.320000, 1.000000 -hemisphere_color = 0.360500, 0.290500, 0.255500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.870000, 0.690000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.516000, 0.608000, 0.724000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\clear2\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.630000, 0.630000, 0.630000, 0.320000, 1.000000 -hemisphere_color = 0.360500, 0.290500, 0.255500, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.870000, 0.690000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.516000, 0.608000, 0.724000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\clear2\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.750000, 0.740000, 0.720000, 0.250000, 1.000000 -hemisphere_color = 0.343000, 0.285250, 0.246750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.023000 -sun_color = 1.000000, 0.900000, 0.717500 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.588000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.590000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\clear2\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.750000, 0.740000, 0.720000, 0.250000, 1.000000 -hemisphere_color = 0.343000, 0.285250, 0.246750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.023000 -sun_color = 1.000000, 0.900000, 0.717500 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.588000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.590000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\clear2\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.830000, 0.820000, 0.820000, 0.200000, 1.000000 -hemisphere_color = 0.339500, 0.281750, 0.239750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.730000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.540000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\clear2\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.830000, 0.820000, 0.820000, 0.200000, 1.000000 -hemisphere_color = 0.339500, 0.281750, 0.239750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.730000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.540000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\clear2\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.670000, 0.700000, 0.730000, 0.150000, 1.000000 -hemisphere_color = 0.343000, 0.283500, 0.239750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.900000, 0.760000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.530000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\clear2\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.670000, 0.700000, 0.730000, 0.150000, 1.000000 -hemisphere_color = 0.343000, 0.283500, 0.239750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.900000, 0.760000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.530000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\clear2\12-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.920000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.550000, 0.540000, 0.540000, 0.320000, 1.000000 -hemisphere_color = 0.267750, 0.231000, 0.203000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 1.000000, 0.910000, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.544640, 0.561600, 0.607880 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\clear2\12-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.920000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.550000, 0.540000, 0.540000, 0.320000, 1.000000 -hemisphere_color = 0.267750, 0.231000, 0.203000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 1.000000, 0.910000, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.544640, 0.561600, 0.607880 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\clear2\13-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.890000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.730000, 0.710000, 0.680000, 0.240000, 1.000000 -hemisphere_color = 0.343000, 0.285250, 0.225750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.925000, 0.830000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.532800, 0.598080, 0.698400 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\clear2\13-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.890000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.730000, 0.710000, 0.680000, 0.240000, 1.000000 -hemisphere_color = 0.343000, 0.285250, 0.225750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.925000, 0.830000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.532800, 0.598080, 0.698400 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\clear2\14-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.780000, 0.750000, 0.740000, 0.230000, 1.000000 -hemisphere_color = 0.308000, 0.252000, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.900000, 0.760000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.532800, 0.604800, 0.690640 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\clear2\14-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.780000, 0.750000, 0.740000, 0.230000, 1.000000 -hemisphere_color = 0.308000, 0.252000, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.900000, 0.760000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.532800, 0.604800, 0.690640 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\clear2\15-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 1.000000, 1.000000, 1.000000, 0.300000, 1.000000 -hemisphere_color = 0.329000, 0.266000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.900000, 0.770000 -sun_shafts_intensity = 0.010000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.529200, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\clear2\15-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 1.000000, 1.000000, 1.000000, 0.300000, 1.000000 -hemisphere_color = 0.329000, 0.266000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.900000, 0.770000 -sun_shafts_intensity = 0.010000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.529200, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.170000, 1.000000 -hemisphere_color = 0.364000, 0.309750, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.831716, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.170000, 1.000000 -hemisphere_color = 0.364000, 0.309750, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.831716, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\clear2\17-00 -sky_rotation = 3.000000 -sky_color = 0.900000, 0.910000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.250000, 1.000000 -hemisphere_color = 0.311500, 0.267750, 0.224000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.850000, 0.718250, 0.510000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.535080, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\clear2\17-00 -sky_rotation = 3.000000 -sky_color = 0.900000, 0.910000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.250000, 1.000000 -hemisphere_color = 0.311500, 0.267750, 0.224000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.850000, 0.718250, 0.510000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.535080, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\clear2\18-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.920000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.650000, 0.630000, 0.620000, 0.300000, 1.000000 -hemisphere_color = 0.315000, 0.276500, 0.248500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.830000, 0.560000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.509200, 0.540960, 0.614560 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\clear2\18-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.920000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.650000, 0.630000, 0.620000, 0.300000, 1.000000 -hemisphere_color = 0.315000, 0.276500, 0.248500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.830000, 0.560000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.509200, 0.540960, 0.614560 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\clear\19-00 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.266000, 0.231000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.307200, 0.326400, 0.342400 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\clear\19-00 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.266000, 0.231000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.307200, 0.326400, 0.342400 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\clear2\20-00 -sky_rotation = -11.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.200000, 0.450000, 0.220000, 1.000000 -hemisphere_color = 0.350000, 0.266000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.350000, 0.135000, 0.090000 -sun_shafts_intensity = 0.140000 -sun = sun_rise_no_gradient -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.171600, 0.210600, 0.257400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.045000, 0.045000, 0.045000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\clear2\21-00 -sky_rotation = 3.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.450000, 0.300000, 1.000000 -hemisphere_color = 0.350000, 0.252000, 0.238000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.350000, 0.105000, 0.075000 -sun_shafts_intensity = 0.100000 -sun = sun_rise_no_gradient -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.170400, 0.204000, 0.249600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\clear2\21-00 -sky_rotation = 3.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.450000, 0.300000, 1.000000 -hemisphere_color = 0.294000, 0.210000, 0.203000, 0.000000 -ambient_color = 0.014000, 0.014000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = sun_rise_no_gradient -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.170400, 0.204000, 0.249600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\clear2\21-30 -sky_rotation = -9.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.150000, 0.280000, 0.290000, 1.000000 -hemisphere_color = 0.266000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.144000, 0.184800, 0.237600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\clear2\22-00 -sky_rotation = 9.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.200000, 0.560000, 1.000000 -hemisphere_color = 0.231000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.007000, 0.010000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.123200, 0.154000, 0.184800 -fog_density = 0.900000 -ambient = night -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\clear2\22-00 -sky_rotation = 9.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.200000, 0.560000, 1.000000 -hemisphere_color = 0.231000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.007000, 0.010000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.123200, 0.154000, 0.184800 -fog_density = 0.900000 -ambient = night -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\clear2\23-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.080000, 0.070000, 0.600000, 1.000000 -hemisphere_color = 0.196000, 0.175000, 0.185500, 0.000000 -ambient_color = 0.006000, 0.007000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.070000, 0.086000, 0.120000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\clear2\23-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.080000, 0.070000, 0.600000, 1.000000 -hemisphere_color = 0.196000, 0.175000, 0.185500, 0.000000 -ambient_color = 0.006000, 0.007000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.070000, 0.086000, 0.120000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_clear3.ltx b/src/engine/configs/environment/weathers/default_clear3.ltx deleted file mode 100644 index edcf1af70..000000000 --- a/src/engine/configs/environment/weathers/default_clear3.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\clear3\00-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.300000, 0.260000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.080000, 0.080000, 0.250000, 1.000000 -hemisphere_color = 0.154000, 0.166250, 0.238000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.008000 -sun_color = 0.059500, 0.059500, 0.080500 -sun_shafts_intensity = 0.060000 -sun = moon -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.002080, 0.002400, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\clear\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.016000 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\clear\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.016000 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\clear\04-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.213500, 0.208250, 0.220500, 0.000000 -ambient_color = 0.015000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.184800, 0.207200, 0.260400 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\clear\04-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.213500, 0.210000, 0.220500, 0.000000 -ambient_color = 0.015000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.184800, 0.207200, 0.260400 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\clear3\05-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.340000, 0.330000, 0.330000, 0.650000, 1.000000 -hemisphere_color = 0.287000, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.297600, 0.310400, 0.348800 -fog_density = 0.950000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\clear3\05-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.340000, 0.330000, 0.330000, 0.650000, 1.000000 -hemisphere_color = 0.287000, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.500000, 0.200000, 0.030000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.297600, 0.310400, 0.348800 -fog_density = 0.950000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\clear3\06-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.810000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.390000, 0.460000, 0.700000, 1.000000 -hemisphere_color = 0.283500, 0.266000, 0.259000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.440000, 0.247500, 0.132000 -sun_shafts_intensity = 0.070000 -sun = gradient1 -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.336960, 0.336600, 0.391000 -fog_density = 0.950000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\clear3\06-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.810000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.370000, 0.390000, 0.460000, 0.700000, 1.000000 -hemisphere_color = 0.283500, 0.266000, 0.259000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.440000, 0.247500, 0.132000 -sun_shafts_intensity = 0.070000 -sun = gradient1 -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.336960, 0.336600, 0.391000 -fog_density = 0.950000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\clear3\07-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.290000, 0.290000, 0.800000, 1.000000 -hemisphere_color = 0.280000, 0.267750, 0.273000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.347440, 0.350200, 0.397800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\clear3\07-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.290000, 0.290000, 0.800000, 1.000000 -hemisphere_color = 0.280000, 0.267750, 0.273000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.347440, 0.350200, 0.397800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\clear3\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.530000, 0.520000, 0.520000, 0.300000, 1.000000 -hemisphere_color = 0.239750, 0.239750, 0.250250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.485000, 0.345000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.455400, 0.467280, 0.536000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.510000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\clear3\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.530000, 0.520000, 0.520000, 0.300000, 1.000000 -hemisphere_color = 0.239750, 0.239750, 0.250250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.485000, 0.345000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.455400, 0.467280, 0.536000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.510000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\clear3\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.530000, 0.520000, 0.520000, 0.370000, 1.000000 -hemisphere_color = 0.238000, 0.231000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.598500, 0.441000 -sun_shafts_intensity = 0.040000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.460000, 0.472000, 0.536000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.510000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\clear3\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.530000, 0.520000, 0.520000, 0.370000, 1.000000 -hemisphere_color = 0.238000, 0.231000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.598500, 0.441000 -sun_shafts_intensity = 0.040000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.460000, 0.472000, 0.536000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.510000 -rain_density = 0.000000 -water_intensity = 0.560000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\clear3\10-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.610000, 0.600000, 0.590000, 0.400000, 1.000000 -hemisphere_color = 0.225750, 0.218750, 0.211750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.900000, 0.774000, 0.594000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.669600, 0.684000, 0.716400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\clear3\10-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.610000, 0.600000, 0.590000, 0.400000, 1.000000 -hemisphere_color = 0.225750, 0.218750, 0.211750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.900000, 0.774000, 0.594000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.669600, 0.684000, 0.716400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\clear\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.631000, 0.631000, 0.625000, 0.100000, 1.000000 -hemisphere_color = 0.210000, 0.211750, 0.224000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.021000 -sun_color = 0.730000, 0.635000, 0.450000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.528000, 0.600000, 0.692000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.660000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\clear\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.631000, 0.631000, 0.625000, 0.100000, 1.000000 -hemisphere_color = 0.210000, 0.211750, 0.224000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.021000 -sun_color = 0.730000, 0.635000, 0.450000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.528000, 0.600000, 0.692000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.660000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\clear3\12-00 -sky_rotation = 0.000000 -sky_color = 0.870000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.850000, 0.810000, 0.840000, 0.250000, 1.000000 -hemisphere_color = 0.192500, 0.196000, 0.210000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.770000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.526320, 0.527000, 0.602040 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\clear3\12-00 -sky_rotation = 0.000000 -sky_color = 0.870000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.850000, 0.810000, 0.840000, 0.250000, 1.000000 -hemisphere_color = 0.192500, 0.196000, 0.210000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.770000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.526320, 0.527000, 0.602040 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\clear3\13-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.660000, 0.650000, 0.670000, 0.390000, 1.000000 -hemisphere_color = 0.273000, 0.262500, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.910000, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.529200, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\clear3\13-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.660000, 0.650000, 0.670000, 0.390000, 1.000000 -hemisphere_color = 0.273000, 0.262500, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.910000, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.504000, 0.529200, 0.601200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\clear3\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.260000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.252000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.790000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.632000, 0.668000, 0.724000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\clear3\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.260000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.252000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.790000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.632000, 0.668000, 0.724000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\clear3\15-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.600000, 0.600000, 0.330000, 1.000000 -hemisphere_color = 0.252000, 0.246750, 0.252000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.023000 -sun_color = 1.000000, 0.927500, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.509200, 0.558600, 0.634600 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\clear3\15-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.600000, 0.600000, 0.330000, 1.000000 -hemisphere_color = 0.252000, 0.246750, 0.252000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.023000 -sun_color = 1.000000, 0.927500, 0.800000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.509200, 0.558600, 0.634600 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.170000, 1.000000 -hemisphere_color = 0.364000, 0.309750, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.844216, 0.730000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.170000, 1.000000 -hemisphere_color = 0.364000, 0.309750, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.844216, 0.730000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.200000, 1.000000 -hemisphere_color = 0.365750, 0.309750, 0.259000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.760000, 0.535000 -sun_shafts_intensity = 0.010000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\clear2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.200000, 1.000000 -hemisphere_color = 0.365750, 0.309750, 0.259000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.905882, 0.760000, 0.535000 -sun_shafts_intensity = 0.010000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.592000, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\clear3\18-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.925000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.500000, 0.500000, 0.420000, 1.000000 -hemisphere_color = 0.259000, 0.239750, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.765000, 0.531000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.495800, 0.529100, 0.584600 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\clear3\18-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.925000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.500000, 0.500000, 0.420000, 1.000000 -hemisphere_color = 0.259000, 0.239750, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.765000, 0.531000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.495800, 0.529100, 0.584600 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\clear2\19-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.287000, 0.245000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.313600, 0.326400, 0.342400 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\clear2\19-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.320000, 0.370000, 0.400000, 1.000000 -hemisphere_color = 0.287000, 0.245000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.630000, 0.399000, 0.210000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.313600, 0.326400, 0.342400 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\clear3\20-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.280000, 0.500000, 0.410000, 1.000000 -hemisphere_color = 0.378000, 0.294000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.210000, 0.084000 -sun_shafts_intensity = 0.150000 -sun = sun_rise -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.252000, 0.255000, 0.288000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\clear3\21-00 -sky_rotation = 0.000000 -sky_color = 0.775000, 0.775000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.130000, 0.070000, 0.450000, 1.000000 -hemisphere_color = 0.315000, 0.262500, 0.259000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.320000, 0.100000, 0.036000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 700.000000 -fog_distance = 700.000000 -fog_color = 0.269700, 0.257300, 0.337900 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\clear3\21-00 -sky_rotation = 0.000000 -sky_color = 0.775000, 0.775000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.130000, 0.070000, 0.450000, 1.000000 -hemisphere_color = 0.315000, 0.262500, 0.259000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 700.000000 -fog_distance = 700.000000 -fog_color = 0.269700, 0.257300, 0.337900 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\clear3\21-30 -sky_rotation = 0.000000 -sky_color = 0.620000, 0.650000, 0.720000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.140000, 0.300000, 0.420000, 1.000000 -hemisphere_color = 0.330750, 0.252000, 0.224000, 0.000000 -ambient_color = 0.009000, 0.011000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 700.000000 -fog_distance = 700.000000 -fog_color = 0.158400, 0.163800, 0.195920 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\clear3\22-00 -sky_rotation = 0.000000 -sky_color = 0.510000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.090000, 0.070000, 0.600000, 1.000000 -hemisphere_color = 0.154000, 0.143500, 0.154000, 0.000000 -ambient_color = 0.006000, 0.007000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.126000, 0.142000, 0.167280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\clear3\22-00 -sky_rotation = 0.000000 -sky_color = 0.510000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.090000, 0.070000, 0.600000, 1.000000 -hemisphere_color = 0.154000, 0.143500, 0.154000, 0.000000 -ambient_color = 0.006000, 0.007000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.126000, 0.142000, 0.167280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\clear3\23-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.106750, 0.110250, 0.129500, 0.000000 -ambient_color = 0.002500, 0.004000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.043200, 0.048000, 0.060800 -fog_density = 0.850000 -ambient = night -rain_color = 0.255000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\clear3\23-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.106750, 0.110250, 0.129500, 0.000000 -ambient_color = 0.002500, 0.004000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.043200, 0.048000, 0.060800 -fog_density = 0.850000 -ambient = night -rain_color = 0.255000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_clear4.ltx b/src/engine/configs/environment/weathers/default_clear4.ltx deleted file mode 100644 index 4f47812c2..000000000 --- a/src/engine/configs/environment/weathers/default_clear4.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\clear4\00-00 -sky_rotation = 0.000000 -sky_color = 0.385000, 0.365000, 0.355000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.078750, 0.098000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.002840, 0.002920, 0.007700 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\clear4\00-00 -sky_rotation = 0.000000 -sky_color = 0.385000, 0.365000, 0.355000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.078750, 0.098000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.002840, 0.002920, 0.007700 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\clear4\01-00 -sky_rotation = 0.000000 -sky_color = 0.380000, 0.350000, 0.360000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.077000, 0.105000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.005000 -sun_color = 0.040000, 0.040000, 0.047500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.002880, 0.005600, 0.007600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\clear4\01-00 -sky_rotation = 0.000000 -sky_color = 0.380000, 0.350000, 0.360000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.077000, 0.105000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.005000 -sun_color = 0.040000, 0.040000, 0.047500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.002880, 0.005600, 0.007600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\clear4\02-00 -sky_rotation = 0.000000 -sky_color = 0.350000, 0.320000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.052500, 0.070000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.005000 -sun_color = 0.035000, 0.037500, 0.052500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.006000, 0.005120, 0.007000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\clear4\02-00 -sky_rotation = 0.000000 -sky_color = 0.350000, 0.320000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.052500, 0.070000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.005000 -sun_color = 0.035000, 0.037500, 0.052500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.006000, 0.005120, 0.007000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\clear4\03-00 -sky_rotation = 0.000000 -sky_color = 0.390000, 0.390000, 0.410000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.950000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.098000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.001560, 0.003120 -fog_density = 0.900000 -ambient = night -rain_color = 0.105000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\clear4\03-00 -sky_rotation = 0.000000 -sky_color = 0.390000, 0.390000, 0.410000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.950000, 1.000000 -hemisphere_color = 0.085750, 0.087500, 0.098000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.001560, 0.003120 -fog_density = 0.900000 -ambient = night -rain_color = 0.105000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\clear4\04-30 -sky_rotation = 0.000000 -sky_color = 0.825000, 0.825000, 0.825000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.325500, 0.301000, 0.301000, 0.000000 -ambient_color = 0.016000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.217800, 0.244200, 0.306900 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\clear4\04-30 -sky_rotation = -6.000000 -sky_color = 0.825000, 0.825000, 0.825000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.150000, 0.130000, 0.700000, 1.000000 -hemisphere_color = 0.323750, 0.301000, 0.301000, 0.000000 -ambient_color = 0.016000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.217800, 0.244200, 0.306900 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\clear4\05-00 -sky_rotation = -8.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.140000, 0.140000, 0.270000, 0.200000, 1.000000 -hemisphere_color = 0.231000, 0.182000, 0.168000, 0.000000 -ambient_color = 0.020000, 0.017000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.249600, 0.189800, 0.197600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\clear4\05-00 -sky_rotation = -8.000000 -sky_color = 0.670000, 0.670000, 0.670000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.350000, 0.230000, 1.000000 -hemisphere_color = 0.220500, 0.182000, 0.175000, 0.000000 -ambient_color = 0.020000, 0.017000, 0.015000 -sun_color = 0.350000, 0.085000, 0.020000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.257280, 0.195640, 0.203680 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\clear4\06-00 -sky_rotation = -6.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.210000, 0.200000, 0.400000, 1.000000 -hemisphere_color = 0.280000, 0.241500, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.294000, 0.105000 -sun_shafts_intensity = 0.050000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.323200, 0.313600, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\clear4\06-00 -sky_rotation = -6.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.210000, 0.200000, 0.400000, 1.000000 -hemisphere_color = 0.280000, 0.241500, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.294000, 0.105000 -sun_shafts_intensity = 0.050000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.323200, 0.313600, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\clear4\07-00 -sky_rotation = 0.000000 -sky_color = 0.820000, 0.795000, 0.790000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.470000, 0.520000, 0.540000, 0.350000, 1.000000 -hemisphere_color = 0.276500, 0.243250, 0.229250, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.800000, 0.536000, 0.272000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.265440, 0.321180, 0.423120 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\clear4\07-00 -sky_rotation = 0.000000 -sky_color = 0.820000, 0.795000, 0.790000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.470000, 0.520000, 0.540000, 0.350000, 1.000000 -hemisphere_color = 0.276500, 0.243250, 0.229250, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.800000, 0.536000, 0.272000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.265440, 0.321180, 0.423120 -fog_density = 0.900000 -ambient = morning -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\clear4\08-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.970000, 0.980000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.620000, 0.610000, 0.600000, 0.310000, 1.000000 -hemisphere_color = 0.276500, 0.264250, 0.259000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.850000, 0.660000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.548800, 0.597520, 0.665000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\clear4\08-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.970000, 0.980000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.620000, 0.610000, 0.600000, 0.310000, 1.000000 -hemisphere_color = 0.276500, 0.264250, 0.259000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 1.000000, 0.850000, 0.660000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.548800, 0.597520, 0.665000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\clear4\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.470000, 0.460000, 0.300000, 1.000000 -hemisphere_color = 0.220500, 0.217000, 0.218750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.900000, 0.794250, 0.641250 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.560000, 0.592000, 0.656000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\clear4\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.470000, 0.460000, 0.300000, 1.000000 -hemisphere_color = 0.220500, 0.217000, 0.218750, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.900000, 0.794250, 0.641250 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.560000, 0.592000, 0.656000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\clear4\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.960000, 0.935000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.620000, 0.620000, 0.620000, 0.300000, 1.000000 -hemisphere_color = 0.255500, 0.246750, 0.232750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.021000 -sun_color = 0.900000, 0.810000, 0.693000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.501160, 0.533760, 0.624000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\clear4\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.960000, 0.935000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.620000, 0.620000, 0.620000, 0.300000, 1.000000 -hemisphere_color = 0.255500, 0.246750, 0.232750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.021000 -sun_color = 0.900000, 0.810000, 0.693000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.501160, 0.533760, 0.624000 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.009000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\clear4\11-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.905000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.730000, 0.670000, 0.650000, 0.300000, 1.000000 -hemisphere_color = 0.290500, 0.245000, 0.238000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.780000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.503180, 0.577200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\clear4\11-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.905000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.730000, 0.670000, 0.650000, 0.300000, 1.000000 -hemisphere_color = 0.290500, 0.245000, 0.238000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 1.000000, 0.900000, 0.780000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.482400, 0.503180, 0.577200 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\clear4\12-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.895000, 0.920000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.700000, 0.700000, 0.700000, 0.360000, 1.000000 -hemisphere_color = 0.245000, 0.234500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.910000, 0.810000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.644000, 0.655140, 0.699300 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\clear4\12-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.895000, 0.920000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.700000, 0.700000, 0.700000, 0.360000, 1.000000 -hemisphere_color = 0.245000, 0.234500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.910000, 0.810000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.644000, 0.655140, 0.699300 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\clear\11-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.895000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.680000, 0.660000, 0.660000, 0.360000, 1.000000 -hemisphere_color = 0.211750, 0.206500, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.910000, 0.820000, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.568800, 0.597860, 0.644000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\clear\11-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.895000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.680000, 0.660000, 0.660000, 0.360000, 1.000000 -hemisphere_color = 0.211750, 0.206500, 0.217000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.910000, 0.820000, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.568800, 0.597860, 0.644000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\clear4\14-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.940000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.700000, 0.700000, 0.700000, 0.200000, 1.000000 -hemisphere_color = 0.234500, 0.224000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.910000, 0.815000, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.611800, 0.624160, 0.665000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\clear4\14-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.940000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.700000, 0.700000, 0.700000, 0.200000, 1.000000 -hemisphere_color = 0.234500, 0.224000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.910000, 0.815000, 0.680000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.611800, 0.624160, 0.665000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.670000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\clear4\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.660000, 0.650000, 0.650000, 0.560000, 1.000000 -hemisphere_color = 0.266000, 0.252000, 0.241500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.890000, 0.750000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.582120, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\clear4\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.660000, 0.650000, 0.650000, 0.560000, 1.000000 -hemisphere_color = 0.266000, 0.252000, 0.241500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 1.000000, 0.890000, 0.750000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.536000, 0.582120, 0.668000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\clear4\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.980000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.370000, 1.000000 -hemisphere_color = 0.280000, 0.252000, 0.239750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 1.000000, 0.900000, 0.780000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.673200, 0.705600, 0.788000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\clear4\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.980000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.690000, 0.700000, 0.710000, 0.370000, 1.000000 -hemisphere_color = 0.280000, 0.252000, 0.239750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 1.000000, 0.900000, 0.780000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.673200, 0.705600, 0.788000 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\clear4\17-00 -sky_rotation = 0.000000 -sky_color = 0.840000, 0.820000, 0.820000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.200000, 1.000000 -hemisphere_color = 0.250250, 0.238000, 0.231000, 0.000000 -ambient_color = 0.019000, 0.019000, 0.021000 -sun_color = 0.900000, 0.769500, 0.549000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.511680, 0.534640, 0.581280 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\clear4\17-00 -sky_rotation = 0.000000 -sky_color = 0.840000, 0.820000, 0.820000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.711000, 0.724000, 0.727000, 0.200000, 1.000000 -hemisphere_color = 0.250250, 0.238000, 0.231000, 0.000000 -ambient_color = 0.019000, 0.019000, 0.021000 -sun_color = 0.900000, 0.769500, 0.549000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.511680, 0.534640, 0.581280 -fog_density = 0.900000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.680000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\clear4\18-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.960000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.500000, 0.500000, 0.500000, 1.000000 -hemisphere_color = 0.218750, 0.213500, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.810000, 0.677250, 0.468000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.497800, 0.514560, 0.592000 -fog_density = 0.850000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\clear4\18-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.960000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.500000, 0.500000, 0.500000, 0.500000, 1.000000 -hemisphere_color = 0.218750, 0.213500, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.810000, 0.677250, 0.468000 -sun_shafts_intensity = 0.050000 -sun = default10 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.497800, 0.514560, 0.592000 -fog_density = 0.850000 -ambient = day -rain_color = 0.550000, 0.550000, 0.550000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\clear4\19-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.280000, 0.500000, 0.400000, 1.000000 -hemisphere_color = 0.315000, 0.273000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.016000, 0.016000 -sun_color = 0.490000, 0.225750, 0.161000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.291000, 0.321000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\clear4\19-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.280000, 0.500000, 0.400000, 1.000000 -hemisphere_color = 0.315000, 0.273000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.016000, 0.016000 -sun_color = 0.490000, 0.225750, 0.161000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.291000, 0.321000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\clear4\20-00 -sky_rotation = 0.000000 -sky_color = 0.820000, 0.740000, 0.670000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.160000, 0.400000, 0.150000, 1.000000 -hemisphere_color = 0.280000, 0.227500, 0.241500, 0.000000 -ambient_color = 0.016000, 0.014000, 0.013000 -sun_color = 0.420000, 0.156000, 0.066000 -sun_shafts_intensity = 0.180000 -sun = sun_rise -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.249240, 0.159840, 0.150880 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\clear4\21-00 -sky_rotation = 0.000000 -sky_color = 0.680000, 0.680000, 0.680000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.140000, 0.240000, 0.720000, 0.250000, 1.000000 -hemisphere_color = 0.245000, 0.245000, 0.266000, 0.000000 -ambient_color = 0.015000, 0.013000, 0.013000 -sun_color = 0.350000, 0.112500, 0.040000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.252960, 0.204000, 0.214880 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\clear4\21-00 -sky_rotation = 0.000000 -sky_color = 0.680000, 0.680000, 0.680000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.140000, 0.240000, 0.720000, 0.250000, 1.000000 -hemisphere_color = 0.245000, 0.255500, 0.280000, 0.000000 -ambient_color = 0.015000, 0.013000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.252960, 0.204000, 0.214880 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\clear4\21-30 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.150000, 0.400000, 0.370000, 1.000000 -hemisphere_color = 0.245000, 0.224000, 0.217000, 0.000000 -ambient_color = 0.011000, 0.012000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.216000, 0.151200, 0.170400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\clear4\22-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.070000, 0.060000, 0.750000, 1.000000 -hemisphere_color = 0.147000, 0.141750, 0.154000, 0.000000 -ambient_color = 0.008250, 0.009250, 0.012250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.114000, 0.137200, 0.168000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\clear4\22-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.070000, 0.060000, 0.750000, 1.000000 -hemisphere_color = 0.147000, 0.141750, 0.154000, 0.000000 -ambient_color = 0.008250, 0.009250, 0.012250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.114000, 0.137200, 0.168000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.340000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\clear4\23-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.390000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.030000, 0.800000, 1.000000 -hemisphere_color = 0.082250, 0.078750, 0.101500, 0.000000 -ambient_color = 0.003500, 0.006000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.042120, 0.046800, 0.062320 -fog_density = 0.850000 -ambient = night -rain_color = 0.255000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\clear4\23-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.390000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.030000, 0.800000, 1.000000 -hemisphere_color = 0.082250, 0.078750, 0.101500, 0.000000 -ambient_color = 0.003500, 0.006000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.042120, 0.046800, 0.062320 -fog_density = 0.850000 -ambient = night -rain_color = 0.255000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_cloudy.ltx b/src/engine/configs/environment/weathers/default_cloudy.ltx index ada69ee77..55833fa85 100644 --- a/src/engine/configs/environment/weathers/default_cloudy.ltx +++ b/src/engine/configs/environment/weathers/default_cloudy.ltx @@ -1,1391 +1,647 @@ [00:00:00] -$scheme = $weather -sky_texture = sky\cloudy\00-00 -sky_rotation = 0.000000 -sky_color = 0.425000, 0.380000, 0.375000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.071750, 0.087500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.050000, 0.050000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.001520, 0.000000 -fog_density = 0.800000 ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.020000, 0.020000, 0.020000 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.070000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy\00-00 +sky_color = 0.241000, 0.241000, 0.241000 sky_rotation = 0.000000 -sky_color = 0.425000, 0.380000, 0.375000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.071750, 0.087500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.050000, 0.050000, 0.065000 +sky_texture = sky\sky_13_cube_night +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.001520, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.070000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [01:00:00] -$scheme = $weather -sky_texture = sky\cloudy\01-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.400000, 0.400000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.030000, 0.030000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.043750, 0.056000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.037500, 0.037500, 0.045000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.008000, 0.008000, 0.008200 +far_plane = 350.000000 +fog_color = 0.003843, 0.003843, 0.003843 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy\01-00 +sky_color = 0.300000, 0.300000, 0.300000 sky_rotation = 0.000000 -sky_color = 0.410000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.030000, 0.030000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.043750, 0.056000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.037500, 0.037500, 0.045000 +sky_texture = sky\sky_14_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.008000, 0.008000, 0.008200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [02:00:00] -$scheme = $weather -sky_texture = sky\cloudy\02-00 -sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.049000, 0.047250, 0.059500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.025000, 0.027500, 0.035000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.004000, 0.002000, 0.004000 +far_plane = 350.000000 +fog_color = 0.015608, 0.011686, 0.019529 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy\02-00 +sky_color = 0.218000, 0.218000, 0.218000 sky_rotation = 0.000000 -sky_color = 0.500000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.049000, 0.047250, 0.059500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.025000, 0.027500, 0.035000 +sky_texture = sky\sky_13_cube_night +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.004000, 0.002000, 0.004000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [03:00:00] -$scheme = $weather -sky_texture = sky\cloudy\03-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.490000 +ambient = night +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.140000, 0.133000, 0.154000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.031360, 0.030600, 0.028800 +far_plane = 350.000000 +fog_color = 0.011608, 0.011608, 0.007686 fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy\03-00 +sky_color = 0.071000, 0.071000, 0.071000 sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.490000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.140000, 0.133000, 0.154000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.031360, 0.030600, 0.028800 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [04:00:00] -$scheme = $weather -sky_texture = sky\cloudy\04-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 +ambient = tuman +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.130000, 0.110000, 0.750000, 1.000000 -hemisphere_color = 0.248500, 0.252000, 0.266000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.147000, 0.174000, 0.222000 +far_plane = 350.000000 +fog_color = 0.043667, 0.043667, 0.051510 fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.240000, 0.190000, 0.140000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy\04-00 +sky_color = 0.382000, 0.382000, 0.382000 sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.130000, 0.110000, 0.750000, 1.000000 -hemisphere_color = 0.248500, 0.252000, 0.266000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 +sky_texture = sky\sky_9_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.147000, 0.174000, 0.222000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [05:00:00] -$scheme = $weather -sky_texture = sky\cloudy\05-00 -sky_rotation = 0.000000 -sky_color = 0.790000, 0.780000, 0.790000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.900000, 1.000000 -hemisphere_color = 0.266000, 0.255500, 0.280000, 0.000000 -ambient_color = 0.007000, 0.009000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.104280, 0.112320, 0.135880 +far_plane = 350.000000 +fog_color = 0.125863, 0.121941, 0.137627 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.376471, 0.305882, 0.215686, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy\05-00 +sky_color = 0.885000, 0.885000, 0.885000 sky_rotation = 0.000000 -sky_color = 0.790000, 0.780000, 0.790000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.900000, 1.000000 -hemisphere_color = 0.266000, 0.255500, 0.280000, 0.000000 -ambient_color = 0.007000, 0.009000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 +sky_texture = sky\sky_2_clouds_cube sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.104280, 0.112320, 0.135880 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sun_altitude = -68.999985 +sun_color = 0.330000, 0.170000, 0.130000 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [06:00:00] -$scheme = $weather -sky_texture = sky\cloudy\06-00 -sky_rotation = 0.000000 -sky_color = 0.815000, 0.800000, 0.800000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.140000, 0.750000, 1.000000 -hemisphere_color = 0.266000, 0.245000, 0.245000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.021000 -sun_color = 0.490000, 0.168000, 0.077000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.121600, 0.147200, 0.189080 +far_plane = 350.000000 +fog_color = 0.230137, 0.226216, 0.202686 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.360000, 0.310000, 0.260000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy\06-00 +sky_color = 0.909078, 0.901235, 0.873784 sky_rotation = 0.000000 -sky_color = 0.815000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.140000, 0.750000, 1.000000 -hemisphere_color = 0.266000, 0.245000, 0.245000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.021000 -sun_color = 0.490000, 0.168000, 0.077000 +sky_texture = sky\sky_13_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.110000, 0.050000, 0.010000 +sun_longitude = -12.000000 sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.121600, 0.147200, 0.189080 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [07:00:00] -$scheme = $weather -sky_texture = sky\cloudy\07-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.265000, 0.218000, 0.206000, 0.764000, 1.000000 -hemisphere_color = 0.364000, 0.336000, 0.336000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.300000, 0.255000, 0.210000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.348000, 0.376000, 0.404000 +far_plane = 350.000000 +fog_color = 0.123784, 0.131627, 0.143392 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy\07-00 -sky_rotation = 0.000000 sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.265000, 0.218000, 0.206000, 0.764000, 1.000000 -hemisphere_color = 0.364000, 0.336000, 0.336000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.300000, 0.255000, 0.210000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.348000, 0.376000, 0.404000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.025000 +sky_rotation = 0.000000 +sky_texture = sky\sky_1_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.170000, 0.100000, 0.000000 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [08:00:00] -$scheme = $weather -sky_texture = sky\cloudy\08-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.265000, 0.218000, 0.206000, 0.764000, 1.000000 -hemisphere_color = 0.266000, 0.267750, 0.276500, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.300000, 0.270000, 0.230000 -sun_shafts_intensity = 0.060000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.330600, 0.342000, 0.383800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.051000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy\08-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.265000, 0.218000, 0.206000, 0.764000, 1.000000 -hemisphere_color = 0.266000, 0.267750, 0.276500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.300000, 0.270000, 0.230000 -sun_shafts_intensity = 0.060000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.330600, 0.342000, 0.383800 +far_plane = 350.000000 +fog_color = 0.141549, 0.145471, 0.161157 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.051000 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.137000, 0.102000, 0.047000 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [09:00:00] -$scheme = $weather -sky_texture = sky\cloudy\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.325000, 0.278000, 0.246000, 0.764000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.287000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.300000, 0.270000, 0.230000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.348000, 0.364000, 0.404000 +far_plane = 350.000000 +fog_color = 0.261510, 0.241902, 0.210529 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy\09-00 -sky_rotation = 0.000000 sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.325000, 0.278000, 0.246000, 0.764000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.287000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.300000, 0.270000, 0.230000 +sky_rotation = 0.000000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.348000, 0.364000, 0.404000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 316.000000 -tree_amplitude_intensity = 0.025000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [10:00:00] -$scheme = $weather -sky_texture = sky\cloudy\10-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.250000, 0.250000, 0.850000, 1.000000 -hemisphere_color = 0.280000, 0.285250, 0.311500, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.258400, 0.261800, 0.278800 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.112176, 0.116098, 0.127863 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.029000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy\10-00 +sky_color = 0.825000, 0.825000, 0.825000 sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.280000, 0.250000, 0.250000, 0.850000, 1.000000 -hemisphere_color = 0.280000, 0.285250, 0.311500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -24.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.258400, 0.261800, 0.278800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.029000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [11:00:00] -$scheme = $weather -sky_texture = sky\cloudy\11-00 -sky_rotation = 0.000000 -sky_color = 0.880000, 0.850000, 0.865000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.308000, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.301020, 0.306000, 0.344960 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.223137, 0.223137, 0.203529 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy\11-00 +sky_color = 0.911000, 0.911000, 0.911000 sky_rotation = 0.000000 -sky_color = 0.880000, 0.850000, 0.865000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.308000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -27.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.301020, 0.306000, 0.344960 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [12:00:00] -$scheme = $weather -sky_texture = sky\cloudy\12-00 -sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.220000, 0.210000, 0.850000, 1.000000 -hemisphere_color = 0.329000, 0.336000, 0.357000, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.269800, 0.269800, 0.288800 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.086882, 0.090804, 0.098647 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy\12-00 +sky_color = 0.681000, 0.681000, 0.681000 sky_rotation = 0.000000 -sky_color = 0.950000, 0.950000, 0.950000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.220000, 0.210000, 0.850000, 1.000000 -hemisphere_color = 0.329000, 0.336000, 0.357000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -30.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.269800, 0.269800, 0.288800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [13:00:00] -$scheme = $weather -sky_texture = sky\cloudy\13-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.840000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.220000, 0.210000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.292250, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.224400, 0.225120, 0.258400 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.187608, 0.171922, 0.148392 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy\13-00 +sky_color = 0.801000, 0.801000, 0.801000 sky_rotation = 0.000000 -sky_color = 0.850000, 0.840000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.220000, 0.210000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.292250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -27.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.224400, 0.225120, 0.258400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [14:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_12 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.240000, 0.240000, 0.700000, 1.000000 -hemisphere_color = 0.241500, 0.238000, 0.248500, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.255600, 0.270000, 0.295200 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.144627, 0.148549, 0.164235 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.030000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_12 +sky_color = 0.992000, 0.992000, 0.992000 sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.240000, 0.240000, 0.700000, 1.000000 -hemisphere_color = 0.241500, 0.238000, 0.248500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -24.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.255600, 0.270000, 0.295200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.030000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [15:00:00] -$scheme = $weather -sky_texture = sky\cloudy\15-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.780000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.321000, 0.293000, 0.277000, 0.760000, 1.000000 -hemisphere_color = 0.269500, 0.262500, 0.266000, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.368000, 0.380640, 0.402000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.131706, 0.127784, 0.112098 fog_density = 0.900000 -ambient = rain -rain_color = 0.340000, 0.340000, 0.340000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 185.000000 -tree_amplitude_intensity = 0.043000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy\15-00 +sky_color = 0.619314, 0.611470, 0.591863 sky_rotation = 0.000000 -sky_color = 0.750000, 0.780000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.321000, 0.293000, 0.277000, 0.760000, 1.000000 -hemisphere_color = 0.269500, 0.262500, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.368000, 0.380640, 0.402000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.340000, 0.340000, 0.340000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 185.000000 -tree_amplitude_intensity = 0.043000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [16:00:00] -$scheme = $weather -sky_texture = sky\cloudy\16-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.970000, 0.970000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.358000, 0.339000, 0.324000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.269500, 0.280000, 0.000000 +ambient = tuman ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.325920, 0.337560, 0.360640 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.111176, 0.115098, 0.126863 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 514.000000 -tree_amplitude_intensity = 0.023000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy\16-00 +sky_color = 0.821000, 0.821000, 0.821000 sky_rotation = 0.000000 -sky_color = 0.920000, 0.970000, 0.970000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.358000, 0.339000, 0.324000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.269500, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -18.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.325920, 0.337560, 0.360640 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 514.000000 -tree_amplitude_intensity = 0.023000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [17:00:00] -$scheme = $weather -sky_texture = sky\cloudy\17-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.380000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.250250, 0.252000, 0.280000, 0.000000 -ambient_color = 0.020000, 0.022000, 0.024000 -sun_color = 0.450000, 0.430000, 0.380000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.384000, 0.392000, 0.448000 +far_plane = 350.000000 +fog_color = 0.114255, 0.102490, 0.086804 fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy\17-00 +sky_color = 0.501000, 0.501000, 0.501000 sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.380000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.250250, 0.252000, 0.280000, 0.000000 -ambient_color = 0.020000, 0.022000, 0.024000 -sun_color = 0.450000, 0.430000, 0.380000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -15.000000 sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.384000, 0.392000, 0.448000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [18:00:00] -$scheme = $weather -sky_texture = sky\cloudy\18-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.840000, 0.860000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.330000, 0.320000, 0.500000, 1.000000 -hemisphere_color = 0.245000, 0.239750, 0.259000, 0.000000 -ambient_color = 0.022500, 0.024000, 0.028500 -sun_color = 0.800000, 0.500000, 0.280000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.340560, 0.342720, 0.391000 +far_plane = 350.000000 +fog_color = 0.152549, 0.152549, 0.140784 fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy\18-00 +sky_color = 0.653000, 0.653000, 0.653000 sky_rotation = 0.000000 -sky_color = 0.850000, 0.840000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.330000, 0.320000, 0.500000, 1.000000 -hemisphere_color = 0.245000, 0.239750, 0.259000, 0.000000 -ambient_color = 0.022500, 0.024000, 0.028500 -sun_color = 0.800000, 0.500000, 0.280000 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -12.000000 sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.340560, 0.342720, 0.391000 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [19:00:00] -$scheme = $weather -sky_texture = sky\cloudy\19-00 -sky_rotation = 7.000000 -sky_color = 0.750000, 0.750000, 0.750000 +ambient = tuman +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.022000 -sun_color = 0.720000, 0.400000, 0.256000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.327000, 0.318000, 0.327000 +far_plane = 350.000000 +fog_color = 0.139549, 0.143471, 0.159157 fog_density = 0.900000 -ambient = evening -rain_color = 0.450000, 0.450000, 0.450000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 +sun_color = 0.050000, 0.040000, 0.010000 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy\19-00 -sky_rotation = 7.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.022000 -sun_color = 0.720000, 0.400000, 0.256000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.327000, 0.318000, 0.327000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 [20:00:00] -$scheme = $weather -sky_texture = sky\cloudy\20-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.190000, 0.370000, 0.350000, 1.000000 -hemisphere_color = 0.294000, 0.301000, 0.280000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.490000, 0.213500, 0.126000 -sun_shafts_intensity = 0.100000 -sun = sun_rise_no_sun -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.212800, 0.213000, 0.270000 -fog_density = 0.900000 ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy\21-00 -sky_rotation = 0.000000 -sky_color = 0.575000, 0.575000, 0.575000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.220000, 0.400000, 0.200000, 1.000000 -hemisphere_color = 0.252000, 0.238000, 0.234500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 0.396000, 0.132000, 0.084000 -sun_shafts_intensity = 0.030000 -sun = sun_rise_no_gradient -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.119600, 0.124200, 0.163300 +far_plane = 350.000000 +fog_color = 0.211137, 0.207216, 0.215059 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.260000, 0.210000, 0.160000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.460000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 +sky_color = 0.580000, 0.580000, 0.580000 +sky_rotation = 0.000000 +sky_texture = sky\sky_18_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.070000, 0.002000, 0.002000 +sun_longitude = -6.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [21:00:00] -$scheme = $weather -sky_texture = sky\cloudy\21-00 -sky_rotation = 0.000000 -sky_color = 0.575000, 0.575000, 0.575000 +ambient = evening +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.220000, 0.400000, 0.200000, 1.000000 -hemisphere_color = 0.252000, 0.238000, 0.234500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.022000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.119600, 0.124200, 0.163300 +far_plane = 350.000000 +fog_color = 0.182765, 0.163157, 0.155314 fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.330000, 0.280000, 0.230000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.470000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy\21-30 +sky_color = 0.859000, 0.859000, 0.859000 sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.120000, 0.120000, 0.850000, 1.000000 -hemisphere_color = 0.210000, 0.190750, 0.206500, 0.000000 -ambient_color = 0.009000, 0.010000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 +sky_texture = sky\sky_20_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 +sun_color = 0.070667, 0.027529, 0.004000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.098000, 0.100800, 0.137200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [22:00:00] -$scheme = $weather -sky_texture = sky\cloudy\22-00 -sky_rotation = 0.000000 -sky_color = 0.285000, 0.230000, 0.210000 +ambient = evening +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.030000, 0.950000, 1.000000 -hemisphere_color = 0.056000, 0.063000, 0.084000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.038640, 0.046920, 0.066120 +far_plane = 350.000000 +fog_color = 0.038667, 0.038667, 0.054353 fog_density = 0.900000 -ambient = evening -rain_color = 0.235000, 0.250000, 0.275000 +fog_distance = 350.000000 +hemisphere_color = 0.110000, 0.100000, 0.040000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy\22-00 +sky_color = 0.368000, 0.368000, 0.368000 sky_rotation = 0.000000 -sky_color = 0.285000, 0.230000, 0.210000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.030000, 0.950000, 1.000000 -hemisphere_color = 0.056000, 0.063000, 0.084000, 0.000000 -ambient_color = 0.003000, 0.005000, 0.010000 +sky_texture = sky\sky_17_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.038640, 0.046920, 0.066120 -fog_density = 0.900000 -ambient = evening -rain_color = 0.235000, 0.250000, 0.275000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [23:00:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 +ambient = night +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.035000, 0.025000, 0.026200, 1.000000, 1.000000 -hemisphere_color = 0.073500, 0.073500, 0.082250, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.030000, 0.030000, 0.032400 +far_plane = 350.000000 +fog_color = 0.012000, 0.012000, 0.012000 fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.090000, 0.080000, 0.060000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 +sky_color = 0.056000, 0.056000, 0.056000 sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.035000, 0.025000, 0.026200, 1.000000, 1.000000 -hemisphere_color = 0.073500, 0.073500, 0.082250, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 +sky_texture = sky\sky_5_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.030000, 0.030000, 0.032400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/default_cloudy2.ltx b/src/engine/configs/environment/weathers/default_cloudy2.ltx deleted file mode 100644 index 9f6ef38c7..000000000 --- a/src/engine/configs/environment/weathers/default_cloudy2.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009360, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009360, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.400000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009600, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.400000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009600, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.400000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009600, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00-2 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.400000, 0.370000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.042000, 0.070000, 0.000000 -ambient_color = 0.002750, 0.002500, 0.003250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.007400, 0.009600, 0.014400 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.192500, 0.196000, 0.210000, 0.000000 -ambient_color = 0.008000, 0.008000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.065000, 0.065000, 0.070200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.080000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.259000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.100000, 0.100000, 0.108000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\05-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.120000, 0.120000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.264250, 0.280000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.110400, 0.112800, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy2\05-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.120000, 0.120000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.264250, 0.280000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.110400, 0.112800, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\06-00 -sky_rotation = -1.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.490000, 0.205800, 0.067200 -sun_shafts_intensity = 0.020000 -sun = sun_rise_no_sun_2 -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\06-00 -sky_rotation = -1.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.490000, 0.205800, 0.067200 -sun_shafts_intensity = 0.020000 -sun = sun_rise_no_sun_2 -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.110000, 0.100000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.259000, 0.245000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.015000 -sun_color = 0.540000, 0.310500, 0.144000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.176000, 0.214400, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.110000, 0.100000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.259000, 0.245000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.015000 -sun_color = 0.540000, 0.310500, 0.144000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.176000, 0.214400, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.240000, 0.250000, 0.750000, 1.000000 -hemisphere_color = 0.252000, 0.250250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.248200, 0.268600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.240000, 0.250000, 0.750000, 1.000000 -hemisphere_color = 0.252000, 0.250250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.248200, 0.268600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.170000, 0.750000, 1.000000 -hemisphere_color = 0.264250, 0.262500, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.266400, 0.277200, 0.298480 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.170000, 0.750000, 1.000000 -hemisphere_color = 0.264250, 0.262500, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.266400, 0.277200, 0.298480 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.267750, 0.259000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.284400, 0.280800, 0.302400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.267750, 0.259000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.284400, 0.280800, 0.302400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.280000, 0.280000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.259000, 0.273000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316000, 0.324000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.280000, 0.280000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.259000, 0.273000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316000, 0.324000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.280000, 0.280000, 0.800000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.255500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.365750, 0.280000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.348000, 0.384120, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.280000, 0.280000, 0.800000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.255500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.365750, 0.280000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.348000, 0.384120, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.220000, 0.750000, 1.000000 -hemisphere_color = 0.276500, 0.281750, 0.292250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.348000, 0.344000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.220000, 0.750000, 1.000000 -hemisphere_color = 0.276500, 0.281750, 0.292250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.348000, 0.344000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.410000, 0.400000, 0.600000, 1.000000 -hemisphere_color = 0.260750, 0.266000, 0.281750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022500 -sun_color = 0.800000, 0.687500, 0.540000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.368280, 0.436000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.410000, 0.400000, 0.600000, 1.000000 -hemisphere_color = 0.260750, 0.266000, 0.281750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022500 -sun_color = 0.800000, 0.687500, 0.540000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.368280, 0.436000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.290000, 0.270000, 0.700000, 1.000000 -hemisphere_color = 0.236250, 0.239750, 0.238000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.900000, 0.805000, 0.612500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.290000, 0.270000, 0.700000, 1.000000 -hemisphere_color = 0.236250, 0.239750, 0.238000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.900000, 0.805000, 0.612500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.360000, 0.370000, 0.350000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.269500, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.363600, 0.352800, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.360000, 0.370000, 0.350000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.269500, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.363600, 0.352800, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\18-00 -sky_rotation = 0.000000 -sky_color = 0.880000, 0.880000, 0.880000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.440000, 0.470000, 0.530000, 0.350000, 1.000000 -hemisphere_color = 0.308000, 0.266000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.765000, 0.603000, 0.351000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.337920, 0.411840, 0.454080 -fog_density = 0.800000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\18-00 -sky_rotation = 0.000000 -sky_color = 0.880000, 0.880000, 0.880000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.440000, 0.470000, 0.530000, 0.350000, 1.000000 -hemisphere_color = 0.308000, 0.266000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.765000, 0.603000, 0.351000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.337920, 0.411840, 0.454080 -fog_density = 0.800000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\19-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.350000, 0.420000, 0.470000, 0.450000, 1.000000 -hemisphere_color = 0.364000, 0.308000, 0.287000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.019000 -sun_color = 0.600000, 0.360000, 0.152000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.299280, 0.306000, 0.299280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\19-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.350000, 0.420000, 0.470000, 0.450000, 1.000000 -hemisphere_color = 0.364000, 0.308000, 0.287000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.019000 -sun_color = 0.600000, 0.360000, 0.152000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.299280, 0.306000, 0.299280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\20-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.260000, 0.360000, 0.450000, 1.000000 -hemisphere_color = 0.330750, 0.287000, 0.259000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.500000, 0.240000, 0.100000 -sun_shafts_intensity = 0.100000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.243200, 0.252800, 0.288000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.160000, 0.360000, 0.350000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.013000, 0.014000, 0.018000 -sun_color = 0.450000, 0.140000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.096800, 0.112200, 0.156200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.160000, 0.360000, 0.350000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.010000, 0.011000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.096800, 0.112200, 0.156200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.090000, 0.180000, 0.400000, 1.000000 -hemisphere_color = 0.154000, 0.157500, 0.171500, 0.000000 -ambient_color = 0.010000, 0.011000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.070400, 0.081600, 0.113600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\22-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.950000, 1.000000 -hemisphere_color = 0.084000, 0.091000, 0.106750, 0.000000 -ambient_color = 0.006000, 0.006000, 0.009000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.073600, 0.082680, 0.111520 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\22-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.950000, 1.000000 -hemisphere_color = 0.084000, 0.091000, 0.106750, 0.000000 -ambient_color = 0.006000, 0.006000, 0.009000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.073600, 0.082680, 0.111520 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_cloudy2_redmoon.ltx b/src/engine/configs/environment/weathers/default_cloudy2_redmoon.ltx deleted file mode 100644 index 784a1b679..000000000 --- a/src/engine/configs/environment/weathers/default_cloudy2_redmoon.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.040000, 0.600000, 1.000000 -hemisphere_color = 0.056000, 0.056000, 0.070000, 0.000000 -ambient_color = 0.003000, 0.001500, 0.001250 -sun_color = 0.019000, 0.005000, 0.003000 -sun_shafts_intensity = 0.000000 -sun = moon_red_clear -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\00-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.040000, 0.600000, 1.000000 -hemisphere_color = 0.056000, 0.056000, 0.070000, 0.000000 -ambient_color = 0.003000, 0.001500, 0.001250 -sun_color = 0.019000, 0.005000, 0.003000 -sun_shafts_intensity = 0.000000 -sun = moon_red_clear -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\23-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.060000, 0.600000, 1.000000 -hemisphere_color = 0.056000, 0.056000, 0.070000, 0.000000 -ambient_color = 0.003000, 0.001750, 0.001500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\23-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.060000, 0.600000, 1.000000 -hemisphere_color = 0.056000, 0.056000, 0.070000, 0.000000 -ambient_color = 0.003000, 0.001750, 0.001500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\02-00 -sky_rotation = 0.000000 -sky_color = 0.240000, 0.250000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.040000, 0.700000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.098000, 0.000000 -ambient_color = 0.003000, 0.001000, 0.001000 -sun_color = 0.050000, 0.006250, 0.002500 -sun_shafts_intensity = 0.000000 -sun = moon_red_clear -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\02-00 -sky_rotation = 0.000000 -sky_color = 0.240000, 0.250000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.040000, 0.700000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.098000, 0.000000 -ambient_color = 0.003000, 0.001000, 0.001000 -sun_color = 0.050000, 0.006250, 0.002500 -sun_shafts_intensity = 0.000000 -sun = moon_red_clear -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.800000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.192500, 0.196000, 0.210000, 0.000000 -ambient_color = 0.008000, 0.008000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.065000, 0.065000, 0.070200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy\23-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.080000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.259000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.100000, 0.100000, 0.108000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\05-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.120000, 0.120000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.264250, 0.280000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.110400, 0.112800, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy2\05-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.120000, 0.120000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.264250, 0.280000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.110400, 0.112800, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\06-00 -sky_rotation = -1.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.490000, 0.205800, 0.067200 -sun_shafts_intensity = 0.020000 -sun = sun_rise_no_sun_2 -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\06-00 -sky_rotation = -1.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.490000, 0.205800, 0.067200 -sun_shafts_intensity = 0.020000 -sun = sun_rise_no_sun_2 -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.110000, 0.100000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.259000, 0.245000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.015000 -sun_color = 0.540000, 0.310500, 0.144000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.176000, 0.214400, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.110000, 0.100000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.259000, 0.245000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.015000 -sun_color = 0.540000, 0.310500, 0.144000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.176000, 0.214400, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.240000, 0.250000, 0.750000, 1.000000 -hemisphere_color = 0.252000, 0.250250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.248200, 0.268600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.240000, 0.250000, 0.750000, 1.000000 -hemisphere_color = 0.252000, 0.250250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.248200, 0.268600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.170000, 0.750000, 1.000000 -hemisphere_color = 0.264250, 0.262500, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.266400, 0.277200, 0.298480 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.170000, 0.750000, 1.000000 -hemisphere_color = 0.264250, 0.262500, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.266400, 0.277200, 0.298480 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.267750, 0.259000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.284400, 0.280800, 0.302400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.267750, 0.259000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.284400, 0.280800, 0.302400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.280000, 0.280000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.259000, 0.273000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316000, 0.324000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.280000, 0.280000, 0.700000, 1.000000 -hemisphere_color = 0.269500, 0.259000, 0.273000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316000, 0.324000, 0.392000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.280000, 0.280000, 0.800000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.255500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.365750, 0.280000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.348000, 0.384120, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.280000, 0.280000, 0.800000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.255500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.420000, 0.365750, 0.280000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.348000, 0.384120, 0.460000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.220000, 0.750000, 1.000000 -hemisphere_color = 0.276500, 0.281750, 0.292250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.348000, 0.344000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.230000, 0.220000, 0.750000, 1.000000 -hemisphere_color = 0.276500, 0.281750, 0.292250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.630000, 0.490000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.348000, 0.344000, 0.396000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.410000, 0.400000, 0.600000, 1.000000 -hemisphere_color = 0.260750, 0.266000, 0.281750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022500 -sun_color = 0.800000, 0.687500, 0.540000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.368280, 0.436000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.410000, 0.400000, 0.600000, 1.000000 -hemisphere_color = 0.260750, 0.266000, 0.281750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022500 -sun_color = 0.800000, 0.687500, 0.540000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.372000, 0.368280, 0.436000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.290000, 0.270000, 0.700000, 1.000000 -hemisphere_color = 0.236250, 0.239750, 0.238000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.900000, 0.805000, 0.612500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\16-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.290000, 0.270000, 0.700000, 1.000000 -hemisphere_color = 0.236250, 0.239750, 0.238000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.900000, 0.805000, 0.612500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.007000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.360000, 0.370000, 0.350000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.269500, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.363600, 0.352800, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.360000, 0.370000, 0.350000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.269500, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 1.000000, 0.890000, 0.700000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.363600, 0.352800, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\18-00 -sky_rotation = 0.000000 -sky_color = 0.880000, 0.880000, 0.880000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.440000, 0.470000, 0.530000, 0.350000, 1.000000 -hemisphere_color = 0.308000, 0.266000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.765000, 0.603000, 0.351000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.337920, 0.411840, 0.454080 -fog_density = 0.800000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\18-00 -sky_rotation = 0.000000 -sky_color = 0.880000, 0.880000, 0.880000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.440000, 0.470000, 0.530000, 0.350000, 1.000000 -hemisphere_color = 0.308000, 0.266000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.765000, 0.603000, 0.351000 -sun_shafts_intensity = 0.030000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.337920, 0.411840, 0.454080 -fog_density = 0.800000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\19-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.350000, 0.420000, 0.470000, 0.450000, 1.000000 -hemisphere_color = 0.364000, 0.308000, 0.287000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.019000 -sun_color = 0.600000, 0.360000, 0.152000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.299280, 0.306000, 0.299280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\19-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.850000, 0.860000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.350000, 0.420000, 0.470000, 0.450000, 1.000000 -hemisphere_color = 0.364000, 0.308000, 0.287000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.019000 -sun_color = 0.600000, 0.360000, 0.152000 -sun_shafts_intensity = 0.120000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.299280, 0.306000, 0.299280 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\20-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.260000, 0.360000, 0.450000, 1.000000 -hemisphere_color = 0.330750, 0.287000, 0.259000, 0.000000 -ambient_color = 0.018000, 0.019000, 0.022000 -sun_color = 0.500000, 0.240000, 0.100000 -sun_shafts_intensity = 0.100000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.243200, 0.252800, 0.288000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.160000, 0.360000, 0.350000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.013000, 0.014000, 0.018000 -sun_color = 0.450000, 0.140000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.096800, 0.112200, 0.156200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.160000, 0.360000, 0.350000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.010000, 0.011000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.096800, 0.112200, 0.156200 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy2\21-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.040000, 0.090000, 0.180000, 0.400000, 1.000000 -hemisphere_color = 0.154000, 0.157500, 0.171500, 0.000000 -ambient_color = 0.010000, 0.011000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.070400, 0.081600, 0.113600 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\22-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.950000, 1.000000 -hemisphere_color = 0.084000, 0.091000, 0.106750, 0.000000 -ambient_color = 0.006000, 0.006000, 0.009000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.073600, 0.082680, 0.111520 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\22-00 -sky_rotation = 0.000000 -sky_color = 0.410000, 0.390000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.050000, 0.040000, 0.950000, 1.000000 -hemisphere_color = 0.084000, 0.091000, 0.106750, 0.000000 -ambient_color = 0.006000, 0.006000, 0.009000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.073600, 0.082680, 0.111520 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.035000, 0.000000 -ambient_color = 0.001500, 0.002750, 0.004250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001600, 0.003200 -fog_density = 0.900000 -ambient = night -rain_color = 0.120000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_cloudy3.ltx b/src/engine/configs/environment/weathers/default_cloudy3.ltx deleted file mode 100644 index 7c8455693..000000000 --- a/src/engine/configs/environment/weathers/default_cloudy3.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\00-00 -sky_rotation = 0.000000 -sky_color = 0.260000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.043750, 0.043750, 0.052500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.090000, 0.090000, 0.112500 -sun_shafts_intensity = 0.030000 -sun = moon -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\00-00 -sky_rotation = 0.000000 -sky_color = 0.260000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.043750, 0.043750, 0.052500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.008000 -sun_color = 0.090000, 0.090000, 0.112500 -sun_shafts_intensity = 0.030000 -sun = moon -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.001000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\01-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.500000, 0.450000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.070000, 0.098000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 -sun_color = 0.020000, 0.025000, 0.045000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.003600, 0.004000, 0.011000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\01-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.500000, 0.450000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.070000, 0.070000, 0.098000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 -sun_color = 0.020000, 0.025000, 0.045000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.003600, 0.004000, 0.011000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\02-00 -sky_rotation = 0.000000 -sky_color = 0.440000, 0.410000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.036750, 0.049000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.050000, 0.052500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.008200, 0.008800 -fog_density = 0.900000 -ambient = night -rain_color = 0.055000, 0.080000, 0.110000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\02-00 -sky_rotation = 0.000000 -sky_color = 0.440000, 0.410000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.036750, 0.049000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.050000, 0.052500, 0.082500 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.008200, 0.008800 -fog_density = 0.900000 -ambient = night -rain_color = 0.055000, 0.080000, 0.110000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.440000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.030000, 0.030000, 1.000000, 1.000000 -hemisphere_color = 0.115500, 0.115500, 0.133000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.033440, 0.028800, 0.030400 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.440000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.030000, 0.030000, 1.000000, 1.000000 -hemisphere_color = 0.115500, 0.115500, 0.133000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.033440, 0.028800, 0.030400 -fog_density = 0.900000 -ambient = night -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\04-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.100000, 0.090000, 0.840000, 1.000000 -hemisphere_color = 0.196000, 0.199500, 0.204750, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.105600, 0.128000, 0.131200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy3\04-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.100000, 0.090000, 0.840000, 1.000000 -hemisphere_color = 0.196000, 0.199500, 0.204750, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.105600, 0.128000, 0.131200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\05-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.100000, 0.100000, 0.900000, 1.000000 -hemisphere_color = 0.197750, 0.173250, 0.159250, 0.000000 -ambient_color = 0.014000, 0.015000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.121000, 0.151800, 0.156200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy3\05-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.100000, 0.100000, 0.900000, 1.000000 -hemisphere_color = 0.196000, 0.171500, 0.157500, 0.000000 -ambient_color = 0.014000, 0.015000, 0.014000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.121000, 0.151800, 0.156200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\06-00 -sky_rotation = -4.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.110000, 0.160000, 0.570000, 1.000000 -hemisphere_color = 0.266000, 0.229250, 0.210000, 0.000000 -ambient_color = 0.015000, 0.016000, 0.018000 -sun_color = 0.450000, 0.195000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun_2 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.154000, 0.193200, 0.198800 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\06-00 -sky_rotation = -4.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.110000, 0.160000, 0.570000, 1.000000 -hemisphere_color = 0.266000, 0.229250, 0.210000, 0.000000 -ambient_color = 0.015000, 0.016000, 0.018000 -sun_color = 0.450000, 0.195000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun_2 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.154000, 0.193200, 0.198800 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.140000, 0.140000, 0.120000, 0.600000, 1.000000 -hemisphere_color = 0.350000, 0.311500, 0.311500, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.495000, 0.252000, 0.084000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.024000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.140000, 0.140000, 0.120000, 0.600000, 1.000000 -hemisphere_color = 0.350000, 0.311500, 0.311500, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.495000, 0.252000, 0.084000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.024000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\08-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.100000, 0.090000, 0.650000, 1.000000 -hemisphere_color = 0.399000, 0.371000, 0.406000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.252000, 0.126000, 0.025200 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.165000, 0.207000, 0.213000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.024000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\08-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.100000, 0.090000, 0.650000, 1.000000 -hemisphere_color = 0.399000, 0.371000, 0.406000, 0.000000 -ambient_color = 0.013000, 0.013000, 0.013000 -sun_color = 0.252000, 0.126000, 0.025200 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.165000, 0.207000, 0.213000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.024000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\09-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.301000, 0.301000, 0.315000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.198000, 0.176400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\09-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 1.000000, 1.000000 -hemisphere_color = 0.301000, 0.301000, 0.315000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.198000, 0.176400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\04-30 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.170000, 0.178000, 0.900000, 1.000000 -hemisphere_color = 0.343000, 0.351750, 0.378000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.196000, 0.196000, 0.164000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.405000, 0.405000, 0.435000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\04-30 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.170000, 0.178000, 0.900000, 1.000000 -hemisphere_color = 0.343000, 0.351750, 0.378000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.196000, 0.196000, 0.164000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.405000, 0.405000, 0.435000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.970000, 0.970000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.190000, 0.190000, 0.800000, 1.000000 -hemisphere_color = 0.287000, 0.285250, 0.294000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.275480, 0.271600, 0.264000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.970000, 0.970000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.190000, 0.190000, 0.800000, 1.000000 -hemisphere_color = 0.287000, 0.285250, 0.294000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.275480, 0.271600, 0.264000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\12-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.800000, 1.000000 -hemisphere_color = 0.273000, 0.269500, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.288000, 0.288000, 0.297600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.305000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\12-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.800000, 1.000000 -hemisphere_color = 0.273000, 0.269500, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.288000, 0.288000, 0.297600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.305000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\13-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.830000, 0.840000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 1.000000, 1.000000 -hemisphere_color = 0.294000, 0.287000, 0.294000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255360, 0.245680, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\13-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.830000, 0.840000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 1.000000, 1.000000 -hemisphere_color = 0.294000, 0.287000, 0.294000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255360, 0.245680, 0.227200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\14-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.264250, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.166400, 0.156800, 0.147200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 -rain_density = 0.200000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.300000 -thunderbolt_period = 30.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\14-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.900000, 1.000000 -hemisphere_color = 0.259000, 0.264250, 0.280000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.166400, 0.156800, 0.147200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 -rain_density = 0.200000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.300000 -thunderbolt_period = 30.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.310000, 0.350000, 0.600000, 1.000000 -hemisphere_color = 0.227500, 0.224000, 0.213500, 0.000000 -ambient_color = 0.020750, 0.021750, 0.024500 -sun_color = 0.600000, 0.414000, 0.171600 -sun_shafts_intensity = 0.010000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.272000, 0.276000, 0.284000 -fog_density = 0.900000 -ambient = day -rain_color = 0.650000, 0.615000, 0.585000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\15-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.310000, 0.350000, 0.600000, 1.000000 -hemisphere_color = 0.227500, 0.224000, 0.213500, 0.000000 -ambient_color = 0.020750, 0.021750, 0.024500 -sun_color = 0.600000, 0.414000, 0.171600 -sun_shafts_intensity = 0.010000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.272000, 0.276000, 0.284000 -fog_density = 0.900000 -ambient = day -rain_color = 0.650000, 0.615000, 0.585000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\16-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.925000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.230000, 0.500000, 1.000000 -hemisphere_color = 0.241500, 0.224000, 0.224000, 0.000000 -ambient_color = 0.020750, 0.020500, 0.023000 -sun_color = 0.700000, 0.483000, 0.200200 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.240500, 0.251600 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\16-00 -sky_rotation = 0.000000 -sky_color = 0.925000, 0.925000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.230000, 0.500000, 1.000000 -hemisphere_color = 0.241500, 0.224000, 0.224000, 0.000000 -ambient_color = 0.020750, 0.020500, 0.023000 -sun_color = 0.700000, 0.483000, 0.200200 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.251600, 0.240500, 0.251600 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.025000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\17-00 -sky_rotation = 0.000000 -sky_color = 0.905000, 0.930000, 0.940000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 0.800000, 1.000000 -hemisphere_color = 0.322000, 0.322000, 0.325500, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.225600, 0.260400, 0.314940 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 250.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\17-00 -sky_rotation = 0.000000 -sky_color = 0.905000, 0.930000, 0.940000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 0.800000, 1.000000 -hemisphere_color = 0.322000, 0.322000, 0.325500, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.225600, 0.260400, 0.314940 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 250.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\18-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.395000, 0.379000, 0.360000, 0.360000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.245000, 0.000000 -ambient_color = 0.019000, 0.019000, 0.022000 -sun_color = 0.675000, 0.367500, 0.155625 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.262400, 0.246400, 0.288000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.460000, 0.460000, 0.460000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\18-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.395000, 0.379000, 0.360000, 0.360000, 1.000000 -hemisphere_color = 0.259000, 0.252000, 0.245000, 0.000000 -ambient_color = 0.019000, 0.019000, 0.022000 -sun_color = 0.675000, 0.367500, 0.155625 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.262400, 0.246400, 0.288000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.460000, 0.460000, 0.460000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\cloudy\19-00 -sky_rotation = 7.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.720000, 0.392000, 0.256000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.327000, 0.318000, 0.327000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy\19-00 -sky_rotation = 7.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.720000, 0.392000, 0.256000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.327000, 0.318000, 0.327000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\20-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.250000, 0.210000, 0.230000, 0.650000, 1.000000 -hemisphere_color = 0.273000, 0.259000, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.021000 -sun_color = 0.420000, 0.147000, 0.084000 -sun_shafts_intensity = 0.070000 -sun = sun_rise -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.295200, 0.284400, 0.359560 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy3\21-00 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.180000, 0.290000, 0.550000, 1.000000 -hemisphere_color = 0.245000, 0.231000, 0.231000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.019000 -sun_color = 0.400000, 0.128000, 0.052000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.228000, 0.234000, 0.297000 -fog_density = 0.850000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\21-00 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.180000, 0.290000, 0.550000, 1.000000 -hemisphere_color = 0.245000, 0.231000, 0.231000, 0.000000 -ambient_color = 0.016000, 0.016000, 0.019000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.228000, 0.234000, 0.297000 -fog_density = 0.850000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy3\21-30 -sky_rotation = 4.500000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.130000, 0.140000, 0.900000, 1.000000 -hemisphere_color = 0.178500, 0.176750, 0.187250, 0.000000 -ambient_color = 0.012000, 0.011000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.143000, 0.117000, 0.156000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\22-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.440000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.050000, 0.050000, 1.000000, 1.000000 -hemisphere_color = 0.147000, 0.140000, 0.154000, 0.000000 -ambient_color = 0.008000, 0.008000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.075680, 0.073800, 0.073800 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\22-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.450000, 0.440000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.050000, 0.050000, 1.000000, 1.000000 -hemisphere_color = 0.147000, 0.140000, 0.154000, 0.000000 -ambient_color = 0.008000, 0.008000, 0.008000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.075680, 0.073800, 0.073800 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\cloudy3\23-00 -sky_rotation = 0.000000 -sky_color = 0.110000, 0.090000, 0.085000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.800000, 1.000000 -hemisphere_color = 0.021000, 0.024500, 0.035000, 0.000000 -ambient_color = 0.003000, 0.004000, 0.006000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008500, 0.009000, 0.011880 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy3\23-00 -sky_rotation = 0.000000 -sky_color = 0.110000, 0.090000, 0.085000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 0.800000, 1.000000 -hemisphere_color = 0.021000, 0.024500, 0.035000, 0.000000 -ambient_color = 0.003000, 0.004000, 0.006000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008500, 0.009000, 0.011880 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_cloudy4.ltx b/src/engine/configs/environment/weathers/default_cloudy4.ltx deleted file mode 100644 index de29bcb9e..000000000 --- a/src/engine/configs/environment/weathers/default_cloudy4.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.310000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.076500, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.006200, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.310000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.076500, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.006200, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\01-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.031500, 0.045500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.047500, 0.045000, 0.060000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\01-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.031500, 0.045500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.006000 -sun_color = 0.047500, 0.045000, 0.060000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\02-00 -sky_rotation = 0.000000 -sky_color = 0.310000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.038500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.030000, 0.030000, 0.037500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\02-00 -sky_rotation = 0.000000 -sky_color = 0.310000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.028000, 0.028000, 0.038500, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.030000, 0.030000, 0.037500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.000000, 0.000000, 0.000000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\03-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.013000, 0.015000, 0.013000 -fog_density = 0.800000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\03-00 -sky_rotation = 0.000000 -sky_color = 0.250000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.013000, 0.015000, 0.013000 -fog_density = 0.800000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\04-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.090000, 0.090000, 0.800000, 1.000000 -hemisphere_color = 0.196000, 0.196000, 0.196000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.117600, 0.117600, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy4\04-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.090000, 0.090000, 0.800000, 1.000000 -hemisphere_color = 0.196000, 0.196000, 0.196000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.117600, 0.117600, 0.098400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\05-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.110000, 0.108000, 0.700000, 1.000000 -hemisphere_color = 0.252000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.241400, 0.241400, 0.231200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.240000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.016000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy4\05-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.110000, 0.108000, 0.700000, 1.000000 -hemisphere_color = 0.245000, 0.245000, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.450000, 0.180000, 0.015750 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.241400, 0.241400, 0.231200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.240000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.016000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\06-00 -sky_rotation = 0.000000 -sky_color = 0.820000, 0.800000, 0.820000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.180000, 1.000000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.350000, 0.160000, 0.035000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.223040, 0.224000, 0.223040 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\06-00 -sky_rotation = 0.000000 -sky_color = 0.820000, 0.800000, 0.820000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.180000, 1.000000, 1.000000 -hemisphere_color = 0.224000, 0.217000, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.350000, 0.160000, 0.035000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.223040, 0.224000, 0.223040 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\07-00 -sky_rotation = -5.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.700000, 1.000000 -hemisphere_color = 0.252000, 0.253750, 0.271250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.546000, 0.296000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.284400, 0.277200, 0.255600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\07-00 -sky_rotation = -5.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.700000, 1.000000 -hemisphere_color = 0.252000, 0.253750, 0.271250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.546000, 0.296000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.284400, 0.277200, 0.255600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\08-00 -sky_rotation = -4.000000 -sky_color = 0.850000, 0.830000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.800000, 1.000000 -hemisphere_color = 0.276500, 0.273000, 0.297500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.231200, 0.222440, 0.224400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\08-00 -sky_rotation = -4.000000 -sky_color = 0.850000, 0.830000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.800000, 1.000000 -hemisphere_color = 0.276500, 0.273000, 0.297500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.231200, 0.222440, 0.224400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\09-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.160000, 0.690000, 1.000000 -hemisphere_color = 0.243250, 0.245000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.204000, 0.201000, 0.198000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\09-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.160000, 0.690000, 1.000000 -hemisphere_color = 0.243250, 0.245000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.204000, 0.201000, 0.198000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_17 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.243250, 0.238000, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255600, 0.252000, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_17 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.243250, 0.238000, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255600, 0.252000, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.200000, 0.200000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.260750, 0.271250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.200000, 0.200000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.260750, 0.271250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\12-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.229250, 0.227500, 0.236250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\12-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.229250, 0.227500, 0.236250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\13-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.285250, 0.283500, 0.294000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.231200, 0.227800, 0.224400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\13-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.285250, 0.283500, 0.294000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.231200, 0.227800, 0.224400 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\14-00 -sky_rotation = 0.000000 -sky_color = 0.755000, 0.750000, 0.755000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.205360, 0.201000, 0.199320 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\14-00 -sky_rotation = 0.000000 -sky_color = 0.755000, 0.750000, 0.755000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.205360, 0.201000, 0.199320 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\15-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.890000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.200000, 0.200000, 0.900000, 1.000000 -hemisphere_color = 0.231000, 0.232750, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.299040, 0.306000, 0.309720 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\15-00 -sky_rotation = 0.000000 -sky_color = 0.890000, 0.900000, 0.890000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.200000, 0.200000, 0.900000, 1.000000 -hemisphere_color = 0.231000, 0.232750, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.299040, 0.306000, 0.309720 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\16-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022000 -sun_color = 0.315000, 0.220500, 0.090000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.278400, 0.272000, 0.252800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\16-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.200000, 0.200000, 0.826000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022000 -sun_color = 0.315000, 0.220500, 0.090000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.278400, 0.272000, 0.252800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\17-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.160000, 0.662000, 1.000000 -hemisphere_color = 0.315000, 0.308000, 0.323750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.300000, 0.285000, 0.255000 -sun_shafts_intensity = 0.040000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.198000, 0.213000, 0.237000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 750.000000 -tree_amplitude_intensity = 0.030000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\17-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.160000, 0.662000, 1.000000 -hemisphere_color = 0.315000, 0.308000, 0.323750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.300000, 0.285000, 0.255000 -sun_shafts_intensity = 0.040000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.198000, 0.213000, 0.237000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 750.000000 -tree_amplitude_intensity = 0.030000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\18-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.160000, 0.350000, 1.000000 -hemisphere_color = 0.273000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.022000 -sun_color = 0.800000, 0.590000, 0.300000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.285600, 0.289000, 0.285600 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\18-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.160000, 0.350000, 1.000000 -hemisphere_color = 0.273000, 0.273000, 0.280000, 0.000000 -ambient_color = 0.015000, 0.017000, 0.022000 -sun_color = 0.800000, 0.590000, 0.300000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.285600, 0.289000, 0.285600 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.010000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\19-00 -sky_rotation = -3.500000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.330000, 0.330000, 0.400000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.243250, 0.000000 -ambient_color = 0.019000, 0.020000, 0.025000 -sun_color = 0.900000, 0.675000, 0.391500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.323200, 0.313600, 0.348800 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\19-00 -sky_rotation = -3.500000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.330000, 0.330000, 0.330000, 0.400000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.243250, 0.000000 -ambient_color = 0.019000, 0.020000, 0.025000 -sun_color = 0.900000, 0.675000, 0.391500 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.323200, 0.313600, 0.348800 -fog_density = 0.900000 -ambient = day -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\20-00 -sky_rotation = -7.500000 -sky_color = 0.730000, 0.730000, 0.770000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.240000, 0.240000, 0.550000, 1.000000 -hemisphere_color = 0.252000, 0.231000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.333600, 0.117600 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.227920, 0.242360, 0.271560 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy4\21-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.230000, 0.190000, 0.750000, 1.000000 -hemisphere_color = 0.176750, 0.180250, 0.199500, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.350000, 0.145000, 0.015000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.227200, 0.268800 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\21-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.230000, 0.190000, 0.750000, 1.000000 -hemisphere_color = 0.176750, 0.180250, 0.199500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.201600, 0.227200, 0.268800 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy4\21-30 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.121000, 0.107000, 0.112000, 1.000000, 1.000000 -hemisphere_color = 0.196000, 0.196000, 0.210000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.129600, 0.141600, 0.158400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\22-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.060000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.140000, 0.140000, 0.161000, 0.000000 -ambient_color = 0.008000, 0.006000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.073600, 0.065600, 0.070400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\22-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.060000, 0.070000, 1.000000, 1.000000 -hemisphere_color = 0.140000, 0.140000, 0.161000, 0.000000 -ambient_color = 0.008000, 0.006000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.073600, 0.065600, 0.070400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\cloudy4\23-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy4\23-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_cloudy5.ltx b/src/engine/configs/environment/weathers/default_cloudy5.ltx deleted file mode 100644 index 35008beed..000000000 --- a/src/engine/configs/environment/weathers/default_cloudy5.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.074250, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.004800, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.074250, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.004800, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.074250, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.004800, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\00-00 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.045500, 0.045500, 0.063000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.007000 -sun_color = 0.072000, 0.074250, 0.099000 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.006000, 0.004800, 0.010560 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\02-00 -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010400, 0.011200, 0.010400, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.010400, 0.011200, 0.010400 -fog_density = 0.800000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\02-00 -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010400, 0.011200, 0.010400, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.005000, 0.005000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.010400, 0.011200, 0.010400 -fog_density = 0.800000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.025600 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\03-00 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.010000, 0.010000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.092750, 0.096250, 0.000000 -ambient_color = 0.001500, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.008000, 0.012800, 0.025600 -fog_density = 0.850000 -ambient = night -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.010000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\04-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.190000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.234500, 0.241500, 0.269500, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.176400, 0.208800, 0.255600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\cloudy5\04-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.190000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.234500, 0.241500, 0.269500, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.176400, 0.208800, 0.255600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\05-00 -sky_rotation = 0.000000 -sky_color = 0.720000, 0.710000, 0.720000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.110000, 0.190000, 0.650000, 1.000000 -hemisphere_color = 0.231000, 0.222250, 0.231000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.172800, 0.195960, 0.267840 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\cloudy5\05-00 -sky_rotation = 0.000000 -sky_color = 0.720000, 0.710000, 0.720000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.110000, 0.190000, 0.650000, 1.000000 -hemisphere_color = 0.231000, 0.222250, 0.231000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.150000, 0.030000, 0.006250 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.172800, 0.195960, 0.267840 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[06:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\06-00 -sky_rotation = 0.000000 -sky_color = 0.875000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.170000, 0.150000, 0.720000, 1.000000 -hemisphere_color = 0.218750, 0.203000, 0.206500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.021000 -sun_color = 0.525000, 0.202500, 0.127500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.129200, 0.156400, 0.203000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\06-00 -sky_rotation = 0.000000 -sky_color = 0.875000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.170000, 0.150000, 0.720000, 1.000000 -hemisphere_color = 0.218750, 0.203000, 0.206500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.021000 -sun_color = 0.525000, 0.202500, 0.127500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.129200, 0.156400, 0.203000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.200000, 0.180000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.266000, 0.255500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.021000 -sun_color = 0.700000, 0.301000, 0.119000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316800, 0.348800, 0.384000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\07-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.200000, 0.180000, 0.700000, 1.000000 -hemisphere_color = 0.294000, 0.266000, 0.255500, 0.000000 -ambient_color = 0.016000, 0.017000, 0.021000 -sun_color = 0.700000, 0.301000, 0.119000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.316800, 0.348800, 0.384000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.230000, 0.340000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.246750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.900000, 0.720000, 0.456750 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.392040, 0.403920, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\08-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.990000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.240000, 0.230000, 0.340000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.246750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.900000, 0.720000, 0.456750 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.392040, 0.403920, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.390000, 0.400000, 0.480000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.271250, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 0.800000, 0.664000, 0.456000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.404000, 0.392000, 0.436000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\09-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.390000, 0.400000, 0.480000, 1.000000 -hemisphere_color = 0.273000, 0.266000, 0.271250, 0.000000 -ambient_color = 0.019000, 0.019000, 0.020000 -sun_color = 0.800000, 0.664000, 0.456000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.404000, 0.392000, 0.436000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.570000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.400000, 0.390000, 0.370000, 0.550000, 1.000000 -hemisphere_color = 0.236250, 0.238000, 0.243250, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.700000, 0.630000, 0.514500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\10-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.400000, 0.390000, 0.370000, 0.550000, 1.000000 -hemisphere_color = 0.236250, 0.238000, 0.243250, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.700000, 0.630000, 0.514500 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.396000, 0.408000, 0.468000 -fog_density = 0.900000 -ambient = day -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.450000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.895000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.300000, 0.300000, 0.500000, 1.000000 -hemisphere_color = 0.210000, 0.217000, 0.238000, 0.000000 -ambient_color = 0.018000, 0.017500, 0.022500 -sun_color = 0.600000, 0.522000, 0.396000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.403200, 0.404540, 0.464400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\11-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.895000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.300000, 0.300000, 0.500000, 1.000000 -hemisphere_color = 0.210000, 0.217000, 0.238000, 0.000000 -ambient_color = 0.018000, 0.017500, 0.022500 -sun_color = 0.600000, 0.522000, 0.396000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.403200, 0.404540, 0.464400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\12-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.250000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.363800, 0.391000, 0.408000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\12-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.250000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.363800, 0.391000, 0.408000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\13-00 -sky_rotation = 0.000000 -sky_color = 0.745000, 0.755000, 0.770000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.234080, 0.247640, 0.250320 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\13-00 -sky_rotation = 0.000000 -sky_color = 0.745000, 0.755000, 0.770000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.234080, 0.247640, 0.250320 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.500000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.015000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.300960, 0.328000, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 0.990000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.180000, 0.180000, 0.500000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.015000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.300960, 0.328000, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\15-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.815000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.090000, 0.090000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.090000, 0.068250, 0.037000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.205380, 0.188800, 0.156800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\15-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.815000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.090000, 0.090000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.280000, 0.280000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.090000, 0.068250, 0.037000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.205380, 0.188800, 0.156800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 474.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.210000, 0.210000, 0.770000, 1.000000 -hemisphere_color = 0.229250, 0.227500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.210000, 0.210000, 0.770000, 1.000000 -hemisphere_color = 0.229250, 0.227500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.244800, 0.241200, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\17-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.880000, 0.890000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.380000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.022000, 0.024000 -sun_color = 0.450000, 0.430000, 0.380000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.291920, 0.292160, 0.320160 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\17-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.880000, 0.890000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.380000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.238000, 0.238000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.022000, 0.024000 -sun_color = 0.450000, 0.430000, 0.380000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.291920, 0.292160, 0.320160 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\18-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.260000, 0.250000, 0.730000, 1.000000 -hemisphere_color = 0.301000, 0.297500, 0.316750, 0.000000 -ambient_color = 0.018000, 0.020000, 0.022000 -sun_color = 0.450000, 0.350000, 0.260000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.363600, 0.355520, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\18-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.260000, 0.250000, 0.730000, 1.000000 -hemisphere_color = 0.301000, 0.297500, 0.316750, 0.000000 -ambient_color = 0.018000, 0.020000, 0.022000 -sun_color = 0.450000, 0.350000, 0.260000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.363600, 0.355520, 0.392400 -fog_density = 0.900000 -ambient = day -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\19-00 -sky_rotation = 5.000000 -sky_color = 0.870000, 0.860000, 0.870000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.340000, 0.430000, 0.600000, 1.000000 -hemisphere_color = 0.238000, 0.231000, 0.248500, 0.000000 -ambient_color = 0.018000, 0.020000, 0.018000 -sun_color = 0.500000, 0.250000, 0.050000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.180960, 0.240800, 0.285360 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\19-00 -sky_rotation = 5.000000 -sky_color = 0.870000, 0.860000, 0.870000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.340000, 0.430000, 0.600000, 1.000000 -hemisphere_color = 0.238000, 0.231000, 0.248500, 0.000000 -ambient_color = 0.018000, 0.020000, 0.018000 -sun_color = 0.500000, 0.250000, 0.050000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.180960, 0.240800, 0.285360 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\20-00 -sky_rotation = 10.000000 -sky_color = 0.780000, 0.780000, 0.780000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.110000, 0.160000, 0.220000, 0.500000, 1.000000 -hemisphere_color = 0.206500, 0.183750, 0.176750, 0.000000 -ambient_color = 0.016000, 0.019000, 0.018000 -sun_color = 0.600000, 0.270000, 0.101250 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.171600, 0.209040, 0.221520 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\cloudy5\21-00 -sky_rotation = 4.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.110000, 0.160000, 0.570000, 1.000000 -hemisphere_color = 0.229250, 0.189000, 0.168000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.450000, 0.200000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.162400, 0.187600, 0.198800 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\21-00 -sky_rotation = 4.500000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.090000, 0.110000, 0.160000, 0.570000, 1.000000 -hemisphere_color = 0.229250, 0.189000, 0.168000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.162400, 0.187600, 0.198800 -fog_density = 0.800000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\cloudy5\21-30 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.080000, 0.068000, 0.700000, 1.000000 -hemisphere_color = 0.192500, 0.201250, 0.227500, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.154000, 0.182000, 0.190400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.150000, 0.150000, 0.150000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\22-00 -sky_rotation = 0.000000 -sky_color = 0.580000, 0.595000, 0.610000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.080000, 0.090000, 0.810000, 1.000000 -hemisphere_color = 0.196000, 0.192500, 0.203000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.112240, 0.107100, 0.095120 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\22-00 -sky_rotation = 0.000000 -sky_color = 0.580000, 0.595000, 0.610000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.080000, 0.090000, 0.810000, 1.000000 -hemisphere_color = 0.196000, 0.192500, 0.203000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.112240, 0.107100, 0.095120 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\cloudy5\23-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\cloudy5\23-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.035000, 0.035000, 0.042000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_dark.ltx b/src/engine/configs/environment/weathers/default_dark.ltx deleted file mode 100644 index a6d89bdab..000000000 --- a/src/engine/configs/environment/weathers/default_dark.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_01 -sky_rotation = 0.000000 -sky_color = 0.400000, 0.380000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.050000, 0.030000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.077000, 0.073500, 0.091000, 0.000000 -ambient_color = 0.004000, 0.005000, 0.009000 -sun_color = 0.080000, 0.087500, 0.125000 -sun_shafts_intensity = 0.100000 -sun = moon_blue -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.012800, 0.018240, 0.035200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_03 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.080000, 0.070000, 0.900000, 1.000000 -hemisphere_color = 0.266000, 0.273000, 0.301000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.064000, 0.080000, 0.100000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_03 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.080000, 0.070000, 0.900000, 1.000000 -hemisphere_color = 0.266000, 0.273000, 0.301000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.064000, 0.080000, 0.100000 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_04dx9 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.190000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.283500, 0.301000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.176400, 0.212400, 0.252000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_04dx9 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.230000, 0.190000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.283500, 0.301000, 0.000000 -ambient_color = 0.012000, 0.013000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.176400, 0.212400, 0.252000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_05dx9 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.293000, 0.228000, 0.407000, 1.000000 -hemisphere_color = 0.297500, 0.274750, 0.273000, 0.000000 -ambient_color = 0.016000, 0.018000, 0.022000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.211200, 0.236800, 0.297600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\dark\dark_05dx9 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.293000, 0.228000, 0.407000, 1.000000 -hemisphere_color = 0.297500, 0.274750, 0.273000, 0.000000 -ambient_color = 0.016000, 0.018000, 0.022000 -sun_color = 0.300000, 0.100000, 0.020000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.211200, 0.236800, 0.297600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_06dx9 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.380000, 0.370000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.266000, 0.241500, 0.234500, 0.000000 -ambient_color = 0.019000, 0.020000, 0.023000 -sun_color = 0.600000, 0.289200, 0.152400 -sun_shafts_intensity = 0.040000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.348800, 0.339200, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_06dx9 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.380000, 0.370000, 0.370000, 0.600000, 1.000000 -hemisphere_color = 0.266000, 0.241500, 0.234500, 0.000000 -ambient_color = 0.019000, 0.020000, 0.023000 -sun_color = 0.600000, 0.289200, 0.152400 -sun_shafts_intensity = 0.040000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.348800, 0.339200, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_07dx9 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.190000, 0.160000, 0.690000, 1.000000 -hemisphere_color = 0.301000, 0.273000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.400000, 0.178000 -sun_shafts_intensity = 0.015000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.356400, 0.392400, 0.432000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_07dx9 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.190000, 0.160000, 0.690000, 1.000000 -hemisphere_color = 0.301000, 0.273000, 0.262500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.400000, 0.178000 -sun_shafts_intensity = 0.015000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.356400, 0.392400, 0.432000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_08dx9 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.180000, 0.170000, 0.800000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.228000, 0.246000, 0.252000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_08dx9 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.180000, 0.170000, 0.800000, 1.000000 -hemisphere_color = 0.248500, 0.239750, 0.246750, 0.000000 -ambient_color = 0.017000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.228000, 0.246000, 0.252000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.060000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_09dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.130000, 0.850000, 1.000000 -hemisphere_color = 0.294000, 0.287000, 0.287000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.018500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.220000, 0.212000, 0.184000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.525000, 0.480000, 0.440000 -rain_density = 0.900000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 80.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_09dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.130000, 0.850000, 1.000000 -hemisphere_color = 0.294000, 0.287000, 0.287000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.018500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.220000, 0.212000, 0.184000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.525000, 0.480000, 0.440000 -rain_density = 0.900000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 80.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.130000, 0.140000, 0.850000, 1.000000 -hemisphere_color = 0.339500, 0.336000, 0.357000, 0.000000 -ambient_color = 0.015750, 0.016500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.480000, 0.465000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 19.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.130000, 0.140000, 0.850000, 1.000000 -hemisphere_color = 0.339500, 0.336000, 0.357000, 0.000000 -ambient_color = 0.015750, 0.016500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.480000, 0.465000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 19.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_11dx9 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.295750, 0.295750, 0.297500, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187000, 0.183600, 0.197200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.700000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_11dx9 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.180000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.295750, 0.295750, 0.297500, 0.000000 -ambient_color = 0.016000, 0.016000, 0.016000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187000, 0.183600, 0.197200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 0.700000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.250000 -thunderbolt_period = 25.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_12 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.241500, 0.239750, 0.248500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.255600, 0.270000, 0.295200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.030000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_12 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.241500, 0.239750, 0.248500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.255600, 0.270000, 0.295200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.030000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_13 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.350000, 0.330000, 0.510000, 1.000000 -hemisphere_color = 0.301000, 0.295750, 0.301000, 0.000000 -ambient_color = 0.021000, 0.019000, 0.021000 -sun_color = 0.700000, 0.641900, 0.546000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.316000, 0.348000, 0.384000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_13 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.360000, 0.350000, 0.330000, 0.510000, 1.000000 -hemisphere_color = 0.301000, 0.295750, 0.301000, 0.000000 -ambient_color = 0.021000, 0.019000, 0.021000 -sun_color = 0.700000, 0.641900, 0.546000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.316000, 0.348000, 0.384000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_14 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.270000, 0.240000, 0.750000, 1.000000 -hemisphere_color = 0.255500, 0.257250, 0.269500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.278400, 0.284800, 0.316800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_14 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.270000, 0.240000, 0.750000, 1.000000 -hemisphere_color = 0.255500, 0.257250, 0.269500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.278400, 0.284800, 0.316800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.020000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_15 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.440000, 0.430000, 0.440000, 1.000000 -hemisphere_color = 0.201250, 0.196000, 0.196000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022000 -sun_color = 0.800000, 0.640000, 0.361200 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.198000, 0.262800, 0.266400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_15 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.430000, 0.440000, 0.430000, 0.440000, 1.000000 -hemisphere_color = 0.201250, 0.196000, 0.196000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.022000 -sun_color = 0.800000, 0.640000, 0.361200 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.198000, 0.262800, 0.266400 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_16 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.400000, 0.400000, 0.400000, 0.750000, 1.000000 -hemisphere_color = 0.250250, 0.231000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.900000, 0.621000, 0.257400 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.338400, 0.356400, 0.385200 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.530000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_16 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.400000, 0.400000, 0.400000, 0.750000, 1.000000 -hemisphere_color = 0.250250, 0.231000, 0.231000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.023000 -sun_color = 0.900000, 0.621000, 0.257400 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.338400, 0.356400, 0.385200 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.530000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_17 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.210000, 0.200000, 0.750000, 1.000000 -hemisphere_color = 0.304500, 0.308000, 0.329000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.240000, 0.280000, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.740000 -wind_direction = 90.000000 -wind_velocity = 250.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_17 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.210000, 0.200000, 0.750000, 1.000000 -hemisphere_color = 0.304500, 0.308000, 0.329000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.240000, 0.280000, 0.336000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.740000 -wind_direction = 90.000000 -wind_velocity = 250.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_18 -sky_rotation = 0.000000 -sky_color = 0.930000, 0.930000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.510000, 0.470000, 0.400000, 1.000000 -hemisphere_color = 0.252000, 0.232750, 0.227500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.582000, 0.320000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.140600, 0.230640, 0.334800 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 540.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_18 -sky_rotation = 0.000000 -sky_color = 0.930000, 0.930000, 0.925000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.560000, 0.510000, 0.470000, 0.400000, 1.000000 -hemisphere_color = 0.252000, 0.232750, 0.227500, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.800000, 0.582000, 0.320000 -sun_shafts_intensity = 0.020000 -sun = default10 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.140600, 0.230640, 0.334800 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 540.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_19 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.324000, 0.401000, 0.445000, 0.700000, 1.000000 -hemisphere_color = 0.334250, 0.280000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.750000, 0.452250, 0.231750 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.224000, 0.259200, 0.300800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_19 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.324000, 0.401000, 0.445000, 0.700000, 1.000000 -hemisphere_color = 0.334250, 0.280000, 0.266000, 0.000000 -ambient_color = 0.017000, 0.018000, 0.022000 -sun_color = 0.750000, 0.452250, 0.231750 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.224000, 0.259200, 0.300800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_20 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.240000, 0.240000, 0.500000, 1.000000 -hemisphere_color = 0.236250, 0.220500, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.333600, 0.117600 -sun_shafts_intensity = 0.000000 -sun = gradient1 -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.236800, 0.265600, 0.297600 -fog_density = 0.900000 -ambient = morning -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 240.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\dark\dark_21 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.700000, 0.294000, 0.096000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_21 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.100000, 0.120000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.210000, 0.196000, 0.189000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.017000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 750.000000 -fog_distance = 750.000000 -fog_color = 0.176000, 0.220800, 0.227200 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_22 -sky_rotation = 0.000000 -sky_color = 0.825000, 0.825000, 0.825000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.140000, 0.170000, 0.840000, 1.000000 -hemisphere_color = 0.227500, 0.243250, 0.276500, 0.000000 -ambient_color = 0.015000, 0.015000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.122100, 0.155100, 0.204600 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_23 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.070000, 0.080000, 0.800000, 1.000000 -hemisphere_color = 0.161000, 0.161000, 0.175000, 0.000000 -ambient_color = 0.010000, 0.009000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.098800, 0.078000, 0.098800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_23 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.080000, 0.070000, 0.080000, 0.800000, 1.000000 -hemisphere_color = 0.161000, 0.161000, 0.175000, 0.000000 -ambient_color = 0.010000, 0.009000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.098800, 0.078000, 0.098800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.038500, 0.038500, 0.045500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 1.000000, 1.000000 -hemisphere_color = 0.038500, 0.038500, 0.045500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.022000, 0.022800, 0.026400 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.150000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_foggy.ltx b/src/engine/configs/environment/weathers/default_foggy.ltx deleted file mode 100644 index 202149391..000000000 --- a/src/engine/configs/environment/weathers/default_foggy.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.075000, 0.050000, 0.040000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.014000, 0.017500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.009600, 0.015000, 0.028800 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.075000, 0.050000, 0.040000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.014000, 0.017500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.009600, 0.015000, 0.028800 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.161000, 0.161000, 0.182000, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.161000, 0.161000, 0.182000, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\foggy\04-00 -sky_rotation = 0.000000 -sky_color = 0.430000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.218000, 0.131000, 0.082000, 0.032000, 1.000000 -hemisphere_color = 0.224000, 0.201250, 0.178500, 0.000000 -ambient_color = 0.007000, 0.008000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.120000, 0.166600, 0.235640 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\foggy\04-30 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.352000, 0.262000, 0.243000, 0.345000, 1.000000 -hemisphere_color = 0.280000, 0.276500, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.273600, 0.320400, 0.403200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\foggy\05-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.454000, 0.392000, 0.358000, 0.400000, 1.000000 -hemisphere_color = 0.311500, 0.283500, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.363600, 0.396000, 0.493200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\foggy\05-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.454000, 0.392000, 0.358000, 0.400000, 1.000000 -hemisphere_color = 0.311500, 0.283500, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.410000, 0.225000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.363600, 0.396000, 0.493200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\foggy\06-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.262500, 0.248500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.600000, 0.290000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.444000, 0.489000, 0.558000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\foggy\06-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.262500, 0.248500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.600000, 0.290000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.444000, 0.489000, 0.558000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\foggy\07-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.248500, 0.238000, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.835000, 0.665000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 150.000000 -fog_color = 0.606000, 0.627000, 0.681000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\foggy\07-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.248500, 0.238000, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.835000, 0.665000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 150.000000 -fog_color = 0.606000, 0.627000, 0.681000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.190000, 1.000000 -hemisphere_color = 0.250250, 0.245000, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.872500, 0.805000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 175.000000 -fog_color = 0.709200, 0.712800, 0.746200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.190000, 1.000000 -hemisphere_color = 0.250250, 0.245000, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.900000, 0.872500, 0.805000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 175.000000 -fog_color = 0.709200, 0.712800, 0.746200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.248500, 0.241500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.790000, 0.760000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.651600, 0.658800, 0.695240 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.248500, 0.241500, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.790000, 0.760000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.651600, 0.658800, 0.695240 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.234500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.790000, 0.780000, 0.752500 -sun_shafts_intensity = 0.060000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.680400, 0.684000, 0.706160 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.910000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.234500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.790000, 0.780000, 0.752500 -sun_shafts_intensity = 0.060000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.680400, 0.684000, 0.706160 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.180000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.840000, 0.805000, 0.765000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.656000, 0.680000, 0.724000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.180000, 1.000000 -hemisphere_color = 0.280000, 0.273000, 0.273000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.840000, 0.805000, 0.765000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.656000, 0.680000, 0.724000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.250250, 0.241500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.680000, 0.672000, 0.646000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.616000, 0.624000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.250250, 0.241500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.680000, 0.672000, 0.646000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.616000, 0.624000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.266000, 0.259000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.855000, 0.847500, 0.820000 -sun_shafts_intensity = 0.040000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.680000, 0.684000, 0.724000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.266000, 0.259000, 0.257250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.855000, 0.847500, 0.820000 -sun_shafts_intensity = 0.040000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.680000, 0.684000, 0.724000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.980000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.234500, 0.229250, 0.234500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.840000, 0.820000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.700000, 0.701680, 0.744000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 1.000000, 0.980000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.234500, 0.229250, 0.234500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.840000, 0.820000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.700000, 0.701680, 0.744000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.835000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.241500, 0.231000, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.855000, 0.835000, 0.812500 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.642600, 0.647960, 0.705200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.860000, 0.835000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.241500, 0.231000, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.855000, 0.835000, 0.812500 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.642600, 0.647960, 0.705200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.264250, 0.255500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.810000, 0.735000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.633600, 0.698400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.264250, 0.255500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.810000, 0.735000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.633600, 0.698400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.361000, 0.345000, 0.314000, 0.342000, 1.000000 -hemisphere_color = 0.266000, 0.250250, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.830000, 0.775000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.630080, 0.698400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.880000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.361000, 0.345000, 0.314000, 0.342000, 1.000000 -hemisphere_color = 0.266000, 0.250250, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.850000, 0.830000, 0.775000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.612000, 0.630080, 0.698400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.890000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.257250, 0.255500, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.615000, 0.555000, 0.420000 -sun_shafts_intensity = 0.080000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.550800, 0.569600, 0.630000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.890000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.257250, 0.255500, 0.259000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.615000, 0.555000, 0.420000 -sun_shafts_intensity = 0.080000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.550800, 0.569600, 0.630000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.000000, 1.000000 -hemisphere_color = 0.255500, 0.246750, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.710000, 0.630000, 0.460000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.468000, 0.498000, 0.543000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.000000, 1.000000 -hemisphere_color = 0.255500, 0.246750, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.710000, 0.630000, 0.460000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.468000, 0.498000, 0.543000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\foggy\20-00 -sky_rotation = -5.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.271000, 0.218000, 0.203000, 0.002000, 1.000000 -hemisphere_color = 0.290500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.480000, 0.240000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.236800, 0.252800, 0.297600 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\foggy\20-00 -sky_rotation = 9.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.271000, 0.218000, 0.203000, 0.002000, 1.000000 -hemisphere_color = 0.290500, 0.273000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.720000, 0.480000, 0.240000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.236800, 0.252800, 0.297600 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\foggy\20-00 -sky_rotation = 9.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.271000, 0.218000, 0.203000, 0.002000, 1.000000 -hemisphere_color = 0.288750, 0.273000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.236800, 0.252800, 0.297600 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.550000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.296000, 0.234000, 0.181000, 0.054000, 1.000000 -hemisphere_color = 0.266000, 0.273000, 0.287000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.180000, 0.225000, 0.288000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.014000, 0.022750, 0.000000 -ambient_color = 0.002000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.014000, 0.022750, 0.000000 -ambient_color = 0.002000, 0.002000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.150000, 0.150000, 0.150000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.003500, 0.007000, 0.014000, 0.000000 -ambient_color = 0.001000, 0.001000, 0.002000 -sun_color = 0.020000, 0.022500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.002400, 0.013200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_foggy_dark.ltx b/src/engine/configs/environment/weathers/default_foggy_dark.ltx deleted file mode 100644 index f06a20873..000000000 --- a/src/engine/configs/environment/weathers/default_foggy_dark.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.021000, 0.031500, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.021000, 0.031500, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.168000, 0.168000, 0.185500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 60.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.168000, 0.168000, 0.185500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 60.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\foggy\04-00 -sky_rotation = 0.000000 -sky_color = 0.430000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.218000, 0.131000, 0.082000, 0.032000, 1.000000 -hemisphere_color = 0.224000, 0.194250, 0.176750, 0.000000 -ambient_color = 0.007000, 0.008000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 60.000000 -fog_color = 0.120000, 0.166600, 0.235640 -fog_density = 1.150000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.490000, 0.435000, 0.415000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.208250, 0.208250, 0.215250, 0.000000 -ambient_color = 0.020750, 0.021000, 0.022250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.258960, 0.288840, 0.354760 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.585000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.218750, 0.208250, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.426800, 0.479700 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.585000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.218750, 0.208250, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.426800, 0.479700 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.238000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.426400, 0.452200, 0.506800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.238000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.426400, 0.452200, 0.506800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 0.640000, 0.620000, 0.610000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.217000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.427000, 0.443920, 0.476160 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 0.640000, 0.620000, 0.610000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.217000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.427000, 0.443920, 0.476160 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.575000, 0.525000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.040000, 1.000000 -hemisphere_color = 0.238000, 0.232750, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.394000, 0.415800, 0.471500 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.575000, 0.525000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.040000, 1.000000 -hemisphere_color = 0.238000, 0.232750, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.394000, 0.415800, 0.471500 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.615000, 0.560000, 0.540000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.210000, 0.206500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.390960, 0.409920, 0.469860 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.615000, 0.560000, 0.540000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.210000, 0.206500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.390960, 0.409920, 0.469860 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.565000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.196000, 0.197750, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.429400, 0.465600 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.565000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.196000, 0.197750, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.429400, 0.465600 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.238000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.426400, 0.452200, 0.506800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.238000, 0.229250, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.426400, 0.452200, 0.506800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.700000, 0.675000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.217000, 0.217000, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.413100, 0.431200, 0.468000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.700000, 0.675000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.217000, 0.217000, 0.225750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.413100, 0.431200, 0.468000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.625000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.213500, 0.208250, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.408000, 0.427500, 0.470600 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.625000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.213500, 0.208250, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.408000, 0.427500, 0.470600 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.120000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.393800, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.120000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.393800, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.217000, 0.204750, 0.201250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.426800, 0.451000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.217000, 0.204750, 0.201250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.415800, 0.426800, 0.451000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.220500, 0.210000, 0.201250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.396000, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.220500, 0.210000, 0.201250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.396000, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.120000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.393800, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.120000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.208250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.374000, 0.393800, 0.426800 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.336600, 0.352000, 0.385000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.550000, 0.550000, 0.550000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.220500, 0.213500, 0.204750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.336600, 0.352000, 0.385000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.530000, 0.520000, 0.520000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.224000, 0.211750, 0.203000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.324480, 0.345280, 0.383720 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.530000, 0.520000, 0.520000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.224000, 0.211750, 0.203000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.324480, 0.345280, 0.383720 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.580000, 0.480000, 0.410000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.290000, 0.280000, 0.130000, 1.000000 -hemisphere_color = 0.173250, 0.185500, 0.203000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.021000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.250920, 0.295680, 0.361920 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.350000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.157500, 0.162750, 0.171500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.214200, 0.249600, 0.315000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.350000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.157500, 0.162750, 0.171500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.214200, 0.249600, 0.315000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.296000, 0.234000, 0.181000, 0.054000, 1.000000 -hemisphere_color = 0.427000, 0.386750, 0.358750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.180000, 0.225000, 0.288000 -fog_density = 1.200000 -ambient = tuman -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.112000, 0.108500, 0.112000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.112000, 0.108500, 0.112000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = moon -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 200.000000 -fog_distance = 40.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_foggy_nosun.ltx b/src/engine/configs/environment/weathers/default_foggy_nosun.ltx deleted file mode 100644 index 3e4ff9f76..000000000 --- a/src/engine/configs/environment/weathers/default_foggy_nosun.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.030000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.030000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.021000, 0.031500, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.021000, 0.031500, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.168000, 0.168000, 0.185500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\foggy\03-00 -sky_rotation = 0.000000 -sky_color = 0.445000, 0.425000, 0.405000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.060000, 0.026000, 0.200000, 1.000000 -hemisphere_color = 0.168000, 0.168000, 0.185500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.074520, 0.110500, 0.154860 -fog_density = 0.900000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\foggy\04-00 -sky_rotation = 0.000000 -sky_color = 0.430000, 0.490000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.218000, 0.131000, 0.082000, 0.032000, 1.000000 -hemisphere_color = 0.224000, 0.194250, 0.176750, 0.000000 -ambient_color = 0.007000, 0.008000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.120000, 0.166600, 0.235640 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\foggy\04-30 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.352000, 0.262000, 0.243000, 0.345000, 1.000000 -hemisphere_color = 0.266000, 0.259000, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.273600, 0.320400, 0.403200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\foggy\05-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.454000, 0.392000, 0.358000, 0.400000, 1.000000 -hemisphere_color = 0.309750, 0.280000, 0.241500, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.030000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.363600, 0.396000, 0.493200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\foggy\05-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.454000, 0.392000, 0.358000, 0.400000, 1.000000 -hemisphere_color = 0.301000, 0.273000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.363600, 0.396000, 0.493200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\foggy\06-00 -sky_rotation = 0.000000 -sky_color = 0.630000, 0.620000, 0.625000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.269500, 0.252000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.370000, 0.404240, 0.468720 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\foggy\06-00 -sky_rotation = 0.000000 -sky_color = 0.630000, 0.620000, 0.625000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.269500, 0.252000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.370000, 0.404240, 0.468720 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\foggy\07-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.231000, 0.224000, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 150.000000 -fog_color = 0.484800, 0.501600, 0.544800 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\foggy\07-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.566000, 0.556000, 0.556000, 0.072000, 1.000000 -hemisphere_color = 0.231000, 0.224000, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 150.000000 -fog_color = 0.484800, 0.501600, 0.544800 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.675000, 0.625000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.190000, 1.000000 -hemisphere_color = 0.217000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 175.000000 -fog_color = 0.472800, 0.495000, 0.553500 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\foggy\08-00 -sky_rotation = 0.000000 -sky_color = 0.675000, 0.625000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.587000, 0.562000, 0.544000, 0.190000, 1.000000 -hemisphere_color = 0.217000, 0.217000, 0.224000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 175.000000 -fog_color = 0.472800, 0.495000, 0.553500 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.715000, 0.660000, 0.640000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.463360, 0.483120, 0.546260 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\foggy\09-00 -sky_rotation = 0.000000 -sky_color = 0.715000, 0.660000, 0.640000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.231000, 0.231000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.463360, 0.483120, 0.546260 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.220500, 0.222250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.491400, 0.505400, 0.543200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\foggy\10-00 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.665000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.569000, 0.544000, 0.538000, 0.014000, 1.000000 -hemisphere_color = 0.220500, 0.222250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.491400, 0.505400, 0.543200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.765000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.264250, 0.253750, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.492000, 0.520200, 0.579200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\foggy\11-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.765000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.310000, 0.320000, 0.240000, 1.000000 -hemisphere_color = 0.264250, 0.253750, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.492000, 0.520200, 0.579200 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.800000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.243250, 0.243250, 0.264250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.474300, 0.492800, 0.530400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.800000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.423000, 0.417000, 0.410000, 0.255000, 1.000000 -hemisphere_color = 0.243250, 0.243250, 0.264250, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.474300, 0.492800, 0.530400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.725000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.238000, 0.234500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.476000, 0.495900, 0.543000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\foggy\13-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.725000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.503000, 0.500000, 0.500000, 0.041000, 1.000000 -hemisphere_color = 0.238000, 0.234500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.476000, 0.495900, 0.543000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.710000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.239750, 0.234500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.490000, 0.508360, 0.558000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\foggy\14-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.710000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.239750, 0.234500, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.490000, 0.508360, 0.558000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.252000, 0.245000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.491400, 0.504400, 0.533000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\foggy\15-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.553000, 0.528000, 0.519000, 0.082000, 1.000000 -hemisphere_color = 0.252000, 0.245000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.491400, 0.504400, 0.533000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.442000, 0.468000, 0.504400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\foggy\16-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.593000, 0.528000, 0.519000, 0.032000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.245000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.442000, 0.468000, 0.504400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.640000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.342000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.442000, 0.458240, 0.504400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\foggy\17-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.640000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.260000, 0.240000, 0.230000, 0.342000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.442000, 0.458240, 0.504400 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.640000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.397800, 0.409600, 0.455000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.640000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.245000, 0.238000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.397800, 0.409600, 0.455000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.630000, 0.625000, 0.625000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.250250, 0.236250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.390000, 0.415000, 0.456120 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\foggy\19-00 -sky_rotation = 0.000000 -sky_color = 0.630000, 0.625000, 0.625000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.250250, 0.236250, 0.231000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.390000, 0.415000, 0.456120 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\foggy\12-00 -sky_rotation = 0.000000 -sky_color = 0.580000, 0.480000, 0.410000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.300000, 0.290000, 0.280000, 0.170000, 1.000000 -hemisphere_color = 0.126000, 0.141750, 0.168000, 0.000000 -ambient_color = 0.016250, 0.017000, 0.019500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.250920, 0.295680, 0.361920 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.350000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.183750, 0.187250, 0.197750, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.214200, 0.249600, 0.315000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\foggy\18-00 -sky_rotation = 0.000000 -sky_color = 0.450000, 0.390000, 0.350000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.389000, 0.342000, 0.268000, 0.069000, 1.000000 -hemisphere_color = 0.112000, 0.115500, 0.140000, 0.000000 -ambient_color = 0.016000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.214200, 0.249600, 0.315000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.296000, 0.234000, 0.181000, 0.054000, 1.000000 -hemisphere_color = 0.231000, 0.238000, 0.264250, 0.000000 -ambient_color = 0.010000, 0.010000, 0.013000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 135.000000 -fog_color = 0.180000, 0.225000, 0.288000 -fog_density = 1.000000 -ambient = tuman -rain_color = 0.250000, 0.250000, 0.250000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.024500, 0.035000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\foggy\21-30 -sky_rotation = 0.000000 -sky_color = 0.080000, 0.055000, 0.045000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.017500, 0.024500, 0.035000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.010800, 0.016500, 0.030720 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.100000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\foggy\00-00-t -sky_rotation = 0.000000 -sky_color = 0.200000, 0.200000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.000000, 1.000000 -hemisphere_color = 0.007000, 0.010500, 0.021000, 0.000000 -ambient_color = 0.003000, 0.003000, 0.005000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 100.000000 -fog_color = 0.000000, 0.003200, 0.017600 -fog_density = 1.600000 -ambient = tuman -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.002500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_pre_blowout.ltx b/src/engine/configs/environment/weathers/default_pre_blowout.ltx deleted file mode 100644 index 7a6081897..000000000 --- a/src/engine/configs/environment/weathers/default_pre_blowout.ltx +++ /dev/null @@ -1,1343 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.210000, 0.210000, 0.940000, 1.000000 -hemisphere_color = 0.276800, 0.273200, 0.282200, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.295200, 0.306000, 0.330000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.300000, 0.300000, 0.300000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_0 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.180000, 0.200000, 0.710000, 1.000000 -hemisphere_color = 0.261000, 0.261000, 0.270000, 0.000000 -ambient_color = 0.012500, 0.012500, 0.012500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.263000, 0.272000, 0.288000 -fog_density = 0.900000 -ambient = tuman -rain_density = 0.000000 -rain_color = 0.220000, 0.220000, 0.220000 -water_intensity = 0.600000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\preblowout\pre_blowout_1 -sky_rotation = 0.000000 -sky_color = 0.060000, 0.060000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 0.680000, 1.000000 -hemisphere_color = 0.010000, 0.010000, 0.010000, 0.000000 -ambient_color = 0.004000, 0.004000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.017040, 0.018480, 0.019680 -fog_density = 0.900000 -ambient = night -rain_density = 0.000000 -rain_color = 0.100000, 0.100000, 0.100000 -water_intensity = 0.100000 -wind_velocity = 0.000000 -wind_direction = 90.000000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_rain.ltx b/src/engine/configs/environment/weathers/default_rain.ltx index e764d1a9b..db95e98f9 100644 --- a/src/engine/configs/environment/weathers/default_rain.ltx +++ b/src/engine/configs/environment/weathers/default_rain.ltx @@ -1,1391 +1,647 @@ [00:00:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 +far_plane = 350.000000 +fog_color = 0.020000, 0.020000, 0.020000 fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.241000, 0.241000, 0.241000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 +sky_texture = sky\sky_13_cube_night +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [01:00:00] -$scheme = $weather -sky_texture = sky\stormy\01-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.090000, 0.090000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.002500, 0.002750, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005760, 0.006120, 0.009120 +far_plane = 350.000000 +fog_color = 0.003843, 0.003843, 0.003843 fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\stormy\01-00 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.300000, 0.300000, 0.300000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.090000, 0.090000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.002500, 0.002750, 0.004000 +sky_texture = sky\sky_14_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005760, 0.006120, 0.009120 -fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [02:00:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 +far_plane = 350.000000 +fog_color = 0.015608, 0.011686, 0.019529 fog_density = 0.900000 -ambient = rain -rain_color = 0.095000, 0.110000, 0.145000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.218000, 0.218000, 0.218000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 +sky_texture = sky\sky_13_cube_night +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 -fog_density = 0.900000 -ambient = rain -rain_color = 0.095000, 0.110000, 0.145000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [03:00:00] -$scheme = $weather -sky_texture = sky\stormy\03-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.110000, 0.110000 +ambient = rain +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.015750, 0.015750, 0.026250, 0.000000 -ambient_color = 0.003500, 0.004000, 0.004500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.009680, 0.009240, 0.012960 +far_plane = 350.000000 +fog_color = 0.011608, 0.011608, 0.007686 fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 2.349498 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\stormy\03-00 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.071000, 0.071000, 0.071000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.110000, 0.110000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.015750, 0.015750, 0.026250, 0.000000 -ambient_color = 0.003500, 0.004000, 0.004500 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.009680, 0.009240, 0.012960 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 2.349498 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [04:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 -sky_rotation = 0.000000 -sky_color = 0.510000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.040000, 0.040000, 0.750000, 1.000000 -hemisphere_color = 0.091000, 0.098000, 0.126000, 0.000000 -ambient_color = 0.009000, 0.009500, 0.011750 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.050000, 0.050000, 0.067320 -fog_density = 1.000000 ambient = rain -rain_color = 0.165000, 0.195000, 0.220000 -rain_density = 1.000000 -water_intensity = 0.140000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 0.420000, 0.350000, 0.320000 +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.097000, 0.071000, 0.058000, 0.900000, 1.000000 -hemisphere_color = 0.112000, 0.133000, 0.182000, 0.000000 -ambient_color = 0.014000, 0.014000, 0.014000 +far_plane = 350.000000 +fog_color = 0.043667, 0.043667, 0.051510 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.240000, 0.190000, 0.140000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.382000, 0.382000, 0.382000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.080640, 0.088200, 0.119280 -fog_density = 1.000000 -ambient = rain -rain_color = 0.235000, 0.270000, 0.285000 -rain_density = 1.000000 -water_intensity = 0.260000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [05:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.525000, 0.510000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.110000, 0.110000, 0.880000, 1.000000 -hemisphere_color = 0.119000, 0.126000, 0.154000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.023000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.124440, 0.138600 -fog_density = 1.000000 ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.525000, 0.510000, 0.500000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.880000, 1.000000 -hemisphere_color = 0.119000, 0.126000, 0.154000, 0.000000 -ambient_color = 0.030750, 0.031500, 0.033250 +far_plane = 350.000000 +fog_color = 0.125863, 0.121941, 0.137627 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.376471, 0.305882, 0.215686, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.885000, 0.885000, 0.885000 +sky_rotation = 0.000000 +sky_texture = sky\sky_2_clouds_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.124440, 0.138600 -fog_density = 1.000000 -ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [06:00:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.150000, 0.140000, 0.930000, 1.000000 -hemisphere_color = 0.311500, 0.315000, 0.348250, 0.000000 -ambient_color = 0.014000, 0.016000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = far_plane = 350.000000 +fog_color = 0.230137, 0.226216, 0.202686 +fog_density = 0.900000 fog_distance = 350.000000 -fog_color = 0.174000, 0.183000, 0.198000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.021577 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 +hemisphere_color = 0.360000, 0.310000, 0.260000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.909078, 0.901235, 0.873784 sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.150000, 0.140000, 0.930000, 1.000000 -hemisphere_color = 0.311500, 0.315000, 0.348250, 0.000000 -ambient_color = 0.014000, 0.016000, 0.020000 +sky_texture = sky\sky_13_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.174000, 0.183000, 0.198000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.021577 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [07:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.780000, 0.775000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.176700, 0.189100, 0.221520 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.780000, 0.775000, 0.775000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 +far_plane = 350.000000 +fog_color = 0.123784, 0.131627, 0.143392 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.397001, 0.347001, 0.297001, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.950000, 0.950000, 0.950000 +sky_rotation = 0.000000 +sky_texture = sky\sky_1_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.176700, 0.189100, 0.221520 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [08:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.304500, 0.301000, 0.308000, 0.000000 +ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.201600, 0.185600, 0.176000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.141549, 0.145471, 0.161157 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.304500, 0.301000, 0.308000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -18.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [09:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.312000, 0.306000, 0.312000 -fog_density = 1.000000 ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 1.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.266000, 0.000000 ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.261510, 0.241902, 0.210529 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.312000, 0.306000, 0.312000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 1.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [10:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.710000, 0.660000, 0.630000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.220000, 0.900000, 1.000000 -hemisphere_color = 0.224000, 0.234500, 0.266000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.186480, 0.192720, 0.224360 +fog_color = 0.112176, 0.116098, 0.127863 fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 -rain_density = 1.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.825000, 0.825000, 0.825000 sky_rotation = 0.000000 -sky_color = 0.710000, 0.660000, 0.630000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.220000, 0.900000, 1.000000 -hemisphere_color = 0.224000, 0.234500, 0.266000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.018000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.186480, 0.192720, 0.224360 -fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 -rain_density = 1.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [11:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.120000, 0.110000, 0.800000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 +far_plane = 350.000000 +fog_color = 0.223137, 0.223137, 0.203529 fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.911000, 0.911000, 0.911000 sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.120000, 0.110000, 0.800000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -27.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [12:00:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.900000, 0.900000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.318500, 0.329000, 0.367500, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.223200, 0.250240 +far_plane = 350.000000 +fog_color = 0.086882, 0.090804, 0.098647 fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.681000, 0.681000, 0.681000 sky_rotation = 0.000000 -sky_color = 0.920000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.318500, 0.329000, 0.367500, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -30.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.223200, 0.250240 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 -sky_rotation = 0.000000 -sky_color = 0.830000, 0.825000, 0.810000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187920, 0.201300, 0.219120 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.000000 water_intensity = 1.000000 -wind_direction = 90.000000 +wind_direction = 0.000000 wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 -[13:15:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 -sky_rotation = 0.000000 -sky_color = 0.830000, 0.825000, 0.810000 +[13:00:00] +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187920, 0.201300, 0.219120 +fog_color = 0.187608, 0.171922, 0.148392 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.801000, 0.801000, 0.801000 sky_rotation = 0.000000 -sky_color = 0.690000, 0.690000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.160000, 0.850000, 1.000000 -hemisphere_color = 0.231000, 0.241500, 0.266000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -27.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.162400, 0.168360, 0.182160 -fog_density = 0.950000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[14:15:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.690000, 0.690000, 0.700000 +[14:00:00] +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.160000, 0.850000, 1.000000 -hemisphere_color = 0.231000, 0.241500, 0.266000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +far_plane = 350.000000 +fog_color = 0.144627, 0.148549, 0.164235 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.992000, 0.992000, 0.992000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -24.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.162400, 0.168360, 0.182160 -fog_density = 0.950000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [15:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 0.825000, 0.800000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.273000, 0.288750, 0.329000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.195300, 0.201600, 0.234300 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 0.825000, 0.800000, 0.775000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.273000, 0.288750, 0.329000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 +far_plane = 350.000000 +fog_color = 0.131706, 0.127784, 0.112098 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.619314, 0.611470, 0.591863 +sky_rotation = 0.000000 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.195300, 0.201600, 0.234300 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 +sun_longitude = -21.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [16:00:00] -$scheme = $weather -sky_texture = sky\stormy\10-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.150000, 0.140000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.281750, 0.311500, 0.000000 -ambient_color = 0.020000, 0.022000, 0.025000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 375.000000 -fog_distance = 375.000000 -fog_color = 0.165600, 0.183600, 0.208800 -fog_density = 1.000000 ambient = rain -rain_color = 0.455000, 0.480000, 0.535000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\stormy\10-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.150000, 0.140000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.281750, 0.311500, 0.000000 -ambient_color = 0.020000, 0.022000, 0.025000 +far_plane = 350.000000 +fog_color = 0.111176, 0.115098, 0.126863 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.821000, 0.821000, 0.821000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 375.000000 -fog_distance = 375.000000 -fog_color = 0.165600, 0.183600, 0.208800 -fog_density = 1.000000 -ambient = rain -rain_color = 0.455000, 0.480000, 0.535000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [17:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.252000, 0.259000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.025000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.182400, 0.195200, 0.227200 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.252000, 0.259000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.025000 +far_plane = 350.000000 +fog_color = 0.114255, 0.102490, 0.086804 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.501000, 0.501000, 0.501000 +sky_rotation = 0.000000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.182400, 0.195200, 0.227200 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [18:00:00] -$scheme = $weather -sky_texture = sky\stormy\20-00 -sky_rotation = 0.000000 -sky_color = 0.740000, 0.730000, 0.710000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.140000, 0.130000, 1.000000, 1.000000 -hemisphere_color = 0.239750, 0.252000, 0.267750, 0.000000 -ambient_color = 0.016750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.161880, 0.183960, 0.224960 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.093000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\stormy\20-00 -sky_rotation = 0.000000 -sky_color = 0.740000, 0.730000, 0.710000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.140000, 0.130000, 1.000000, 1.000000 -hemisphere_color = 0.239750, 0.252000, 0.267750, 0.000000 -ambient_color = 0.016750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.161880, 0.183960, 0.224960 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.093000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 +far_plane = 350.000000 +fog_color = 0.152549, 0.152549, 0.140784 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.653000, 0.653000, 0.653000 sky_rotation = 0.000000 -sky_color = 0.680000, 0.635000, 0.590000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.840000, 1.000000 -hemisphere_color = 0.210000, 0.224000, 0.259000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.018250 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -12.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.141600, 0.157480, 0.184960 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 -[19:15:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 -sky_rotation = 0.000000 -sky_color = 0.680000, 0.635000, 0.590000 +[19:00:00] +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.840000, 1.000000 -hemisphere_color = 0.210000, 0.224000, 0.259000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.018250 +far_plane = 350.000000 +fog_color = 0.139549, 0.143471, 0.159157 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.141600, 0.157480, 0.184960 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [20:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.525000, 0.505000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.140000, 0.140000, 0.800000, 1.000000 -hemisphere_color = 0.173250, 0.176750, 0.210000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.017250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.123220, 0.138600 -fog_density = 1.000000 ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.102000, 0.083000, 0.075000, 0.850000, 1.000000 -hemisphere_color = 0.175000, 0.185500, 0.210000, 0.000000 -ambient_color = 0.018250, 0.018250, 0.018250 +far_plane = 350.000000 +fog_color = 0.211137, 0.207216, 0.215059 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.260000, 0.210000, 0.160000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.580000, 0.580000, 0.580000 +sky_rotation = 0.000000 +sky_texture = sky\sky_18_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.136800, 0.146400, 0.170400 -fog_density = 1.000000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [21:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.093000, 0.085000, 0.850000, 1.000000 -hemisphere_color = 0.175000, 0.185500, 0.210000, 0.000000 -ambient_color = 0.018250, 0.018250, 0.018250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.136800, 0.146400, 0.170400 -fog_density = 1.000000 ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 0.305000, 0.240000, 0.200000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.057000, 0.041000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.057750, 0.070000, 0.101500, 0.000000 -ambient_color = 0.006000, 0.008000, 0.010000 +far_plane = 350.000000 +fog_color = 0.182765, 0.163157, 0.155314 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.330000, 0.280000, 0.230000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.859000, 0.859000, 0.859000 +sky_rotation = 0.000000 +sky_texture = sky\sky_20_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.050400, 0.060480, 0.086620 -fog_density = 1.000000 -ambient = rain -rain_color = 0.285000, 0.320000, 0.350000 -rain_density = 1.000000 -water_intensity = 0.080000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [22:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.022750, 0.024500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.010000, 0.010000, 0.013200 +far_plane = 350.000000 +fog_color = 0.038667, 0.038667, 0.054353 fog_density = 0.900000 -ambient = rain -rain_color = 0.080000, 0.085000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 +fog_distance = 350.000000 +hemisphere_color = 0.110000, 0.100000, 0.040000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.368000, 0.368000, 0.368000 sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.022750, 0.024500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 +sky_texture = sky\sky_17_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.010000, 0.010000, 0.013200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.080000, 0.085000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [23:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-30 -sky_rotation = 0.000000 -sky_color = 0.090000, 0.070000, 0.060000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.900000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.001920, 0.003920, 0.006840 +far_plane = 350.000000 +fog_color = 0.012000, 0.012000, 0.012000 fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\stormy\04-30 +fog_distance = 350.000000 +hemisphere_color = 0.090000, 0.080000, 0.060000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 0.500000 +sky_color = 0.056000, 0.056000, 0.056000 sky_rotation = 0.000000 -sky_color = 0.090000, 0.070000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.900000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 +sky_texture = sky\sky_5_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.001920, 0.003920, 0.006840 -fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/default_swtc_etalon.ltx b/src/engine/configs/environment/weathers/default_swtc_etalon.ltx deleted file mode 100644 index 49be5160d..000000000 --- a/src/engine/configs/environment/weathers/default_swtc_etalon.ltx +++ /dev/null @@ -1,1391 +0,0 @@ -[00:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_1 -sky_rotation = -4.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.094500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.006000 -sun_color = 0.072000, 0.069300, 0.091500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.008000, 0.008000, 0.012800 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_1 -sky_rotation = -4.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.094500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.006000 -sun_color = 0.072000, 0.069300, 0.091500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.008000, 0.008000, 0.012800 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 - -[01:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_1 -sky_rotation = -4.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.094500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.006000 -sun_color = 0.072000, 0.069300, 0.091500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.008000, 0.008000, 0.012800 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_1 -sky_rotation = -4.000000 -sky_color = 0.400000, 0.400000, 0.400000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.000000, 0.000000, 1.000000, 1.000000 -hemisphere_color = 0.084000, 0.084000, 0.094500, 0.000000 -ambient_color = 0.004000, 0.004000, 0.006000 -sun_color = 0.072000, 0.069300, 0.091500 -sun_shafts_intensity = 0.000000 -sun = moon_blue -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.008000, 0.008000, 0.012800 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.200000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 - -[02:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_0 -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.089250, 0.108500, 0.000000 -ambient_color = 0.003000, 0.003750, 0.005500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.015600, 0.016800, 0.019200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_0 -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.020000, 0.020000, 0.020000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.089250, 0.108500, 0.000000 -ambient_color = 0.003000, 0.003750, 0.005500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.015600, 0.016800, 0.019200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 - -[03:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_3dx9 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.315000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.060000, 0.060000, 0.860000, 1.000000 -hemisphere_color = 0.089250, 0.091000, 0.105000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.058800, 0.061740, 0.054120 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_3dx9 -sky_rotation = 0.000000 -sky_color = 0.330000, 0.315000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.070000, 0.060000, 0.060000, 0.860000, 1.000000 -hemisphere_color = 0.089250, 0.091000, 0.105000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.058800, 0.061740, 0.054120 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.250000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 - -[04:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_3dx9 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.060000, 0.860000, 1.000000 -hemisphere_color = 0.154000, 0.154000, 0.161000, 0.000000 -ambient_color = 0.012000, 0.012000, 0.012000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.127400, 0.127400, 0.106600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.350000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_3dx9 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.060000, 0.060000, 0.860000, 1.000000 -hemisphere_color = 0.252000, 0.252000, 0.259000, 0.000000 -ambient_color = 0.015000, 0.015000, 0.015000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.176400, 0.176400, 0.147600 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 - -[05:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_5dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.352000, 0.384000, 0.431000, 0.407000, 1.000000 -hemisphere_color = 0.260750, 0.248500, 0.252000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.288000, 0.284800, 0.348800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_5dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.352000, 0.384000, 0.431000, 0.407000, 1.000000 -hemisphere_color = 0.260750, 0.248500, 0.252000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.300000, 0.097500, 0.030000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.288000, 0.284800, 0.348800 -fog_density = 0.900000 -ambient = morning -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 - -[06:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_6dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.210000, 0.200000, 0.400000, 1.000000 -hemisphere_color = 0.217000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.315000, 0.119000 -sun_shafts_intensity = 0.050000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.332800, 0.323200, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_6dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.210000, 0.200000, 0.400000, 1.000000 -hemisphere_color = 0.217000, 0.210000, 0.217000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.315000, 0.119000 -sun_shafts_intensity = 0.050000 -sun = sun_rise_no_sun -far_plane = 600.000000 -fog_distance = 600.000000 -fog_color = 0.332800, 0.323200, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 - -[07:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_7dx9 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.510000, 0.480000, 0.530000, 0.330000, 1.000000 -hemisphere_color = 0.241500, 0.245000, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.330000, 0.150000 -sun_shafts_intensity = 0.010000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.282800, 0.254800, 0.291200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_7dx9 -sky_rotation = 0.000000 -sky_color = 0.700000, 0.700000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.510000, 0.480000, 0.530000, 0.330000, 1.000000 -hemisphere_color = 0.241500, 0.245000, 0.239750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.600000, 0.330000, 0.150000 -sun_shafts_intensity = 0.010000 -sun = sun_rise_no_sun -far_plane = 650.000000 -fog_distance = 650.000000 -fog_color = 0.282800, 0.254800, 0.291200 -fog_density = 0.900000 -ambient = morning -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 - -[08:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_8dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.395000, 0.379000, 0.360000, 0.360000, 1.000000 -hemisphere_color = 0.273000, 0.252000, 0.229250, 0.000000 -ambient_color = 0.019000, 0.019000, 0.021000 -sun_color = 0.600000, 0.298800, 0.098400 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.262400, 0.246400, 0.288000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.460000, 0.460000, 0.460000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_8dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.395000, 0.379000, 0.360000, 0.360000, 1.000000 -hemisphere_color = 0.273000, 0.252000, 0.229250, 0.000000 -ambient_color = 0.019000, 0.019000, 0.021000 -sun_color = 0.600000, 0.298800, 0.098400 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.262400, 0.246400, 0.288000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.460000, 0.460000, 0.460000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 - -[09:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_9dx9 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.298000, 0.296000, 0.310000, 0.820000, 1.000000 -hemisphere_color = 0.218750, 0.208250, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.304200, 0.304200, 0.319800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 80.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_9dx9 -sky_rotation = 0.000000 -sky_color = 0.650000, 0.650000, 0.650000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.298000, 0.296000, 0.310000, 0.820000, 1.000000 -hemisphere_color = 0.218750, 0.208250, 0.210000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.304200, 0.304200, 0.319800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 80.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 - -[10:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.400000, 0.400000, 0.660000, 1.000000 -hemisphere_color = 0.224000, 0.224000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.688000, 0.480000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.348000, 0.396000, 0.460000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.590000 -wind_direction = 90.000000 -wind_velocity = 350.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.320000, 0.400000, 0.400000, 0.660000, 1.000000 -hemisphere_color = 0.224000, 0.224000, 0.252000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.800000, 0.688000, 0.480000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_sun -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.348000, 0.396000, 0.460000 -fog_density = 0.900000 -ambient = day -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.590000 -wind_direction = 90.000000 -wind_velocity = 350.000000 -tree_amplitude_intensity = 0.005000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 - -[11:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_11dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.190000, 0.180000, 0.710000, 1.000000 -hemisphere_color = 0.276500, 0.271250, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.297600, 0.313600, 0.348800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 150.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_11dx9 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.190000, 0.180000, 0.710000, 1.000000 -hemisphere_color = 0.276500, 0.271250, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.297600, 0.313600, 0.348800 -fog_density = 0.900000 -ambient = rain -rain_color = 0.300000, 0.300000, 0.300000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 150.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 - -[12:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_12dx9 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.250000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.363800, 0.397800, 0.418200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_12dx9 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.270000, 0.250000, 0.240000, 0.800000, 1.000000 -hemisphere_color = 0.283500, 0.273000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.363800, 0.397800, 0.418200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 - -[13:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_13 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.301000, 0.304500, 0.308000, 0.000000 -ambient_color = 0.019000, 0.018500, 0.023500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.380800, 0.374000, 0.418200 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_13 -sky_rotation = 0.000000 -sky_color = 0.850000, 0.850000, 0.850000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.170000, 0.180000, 0.800000, 1.000000 -hemisphere_color = 0.301000, 0.304500, 0.308000, 0.000000 -ambient_color = 0.019000, 0.018500, 0.023500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = default10 -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.380800, 0.374000, 0.418200 -fog_density = 0.900000 -ambient = day -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 - -[14:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_14 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.360000, 0.360000, 0.840000, 1.000000 -hemisphere_color = 0.245000, 0.232750, 0.245000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.500000, 0.437000, 0.388000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.404000, 0.428000, 0.480000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_14 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.410000, 0.360000, 0.360000, 0.840000, 1.000000 -hemisphere_color = 0.245000, 0.232750, 0.245000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.500000, 0.437000, 0.388000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.404000, 0.428000, 0.480000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 - -[15:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.266000, 0.255500, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.950000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 1.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.550000 -thunderbolt_period = 20.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.266000, 0.255500, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.332800, 0.326400, 0.332800 -fog_density = 0.950000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 1.000000 -water_intensity = 0.750000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.550000 -thunderbolt_period = 20.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 - -[16:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_17 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.241500, 0.234500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255600, 0.252000, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 50.000000 -tree_amplitude_intensity = 0.065000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_17 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.290000, 0.826000, 1.000000 -hemisphere_color = 0.241500, 0.234500, 0.238000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.255600, 0.252000, 0.237600 -fog_density = 0.900000 -ambient = rain -rain_color = 0.600000, 0.600000, 0.600000 -rain_density = 0.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 50.000000 -tree_amplitude_intensity = 0.065000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 - -[17:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_18 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.140000, 0.850000, 1.000000 -hemisphere_color = 0.271250, 0.259000, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.100000 -sun = default10 -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.222000, 0.267000, 0.288000 -fog_density = 0.900000 -ambient = day -rain_color = 0.430000, 0.440000, 0.455000 -rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 540.000000 -tree_amplitude_intensity = 0.080000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.400000 -thunderbolt_period = 15.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_18 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.140000, 0.850000, 1.000000 -hemisphere_color = 0.271250, 0.259000, 0.273000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.100000 -sun = default10 -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.222000, 0.267000, 0.288000 -fog_density = 0.900000 -ambient = day -rain_color = 0.430000, 0.440000, 0.455000 -rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 540.000000 -tree_amplitude_intensity = 0.080000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.400000 -thunderbolt_period = 15.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 - -[18:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_19_2 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.403000, 0.362000, 0.371000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.227500, 0.243250, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 0.800000, 0.625600, 0.376000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.358400, 0.348800, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_19_2 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.403000, 0.362000, 0.371000, 0.259000, 1.000000 -hemisphere_color = 0.224000, 0.227500, 0.243250, 0.000000 -ambient_color = 0.018000, 0.019000, 0.023000 -sun_color = 0.800000, 0.625600, 0.376000 -sun_shafts_intensity = 0.000000 -sun = sun_rise_no_gradient -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.358400, 0.348800, 0.368000 -fog_density = 0.900000 -ambient = morning -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.003500 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 - -[19:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_20 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.480000, 1.000000 -hemisphere_color = 0.225750, 0.215250, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.413000, 0.231000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.360000, 0.354000, 0.378000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 240.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_20 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.364000, 0.327000, 0.337000, 0.480000, 1.000000 -hemisphere_color = 0.225750, 0.215250, 0.218750, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.700000, 0.413000, 0.231000 -sun_shafts_intensity = 0.100000 -sun = sun_rise -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.360000, 0.354000, 0.378000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 0.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 240.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 - -[20:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_21 -sky_rotation = 4.500000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.248000, 0.238000, 0.364000, 0.500000, 1.000000 -hemisphere_color = 0.301000, 0.273000, 0.259000, 0.000000 -ambient_color = 0.018000, 0.018000, 0.020000 -sun_color = 0.540000, 0.230400, 0.144000 -sun_shafts_intensity = 0.050000 -sun = sun_rise -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.302400, 0.313200, 0.392400 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_22 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.310000, 0.750000, 1.000000 -hemisphere_color = 0.241500, 0.241500, 0.238000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.020000 -sun_color = 0.500000, 0.160000, 0.065000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.258000, 0.261000, 0.333000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 - -[21:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_22 -sky_rotation = 9.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.310000, 0.300000, 0.310000, 0.750000, 1.000000 -hemisphere_color = 0.241500, 0.241500, 0.238000, 0.000000 -ambient_color = 0.017000, 0.017000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = sun_rise -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.258000, 0.261000, 0.333000 -fog_density = 0.900000 -ambient = evening -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.600000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_23 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.081000, 0.067000, 0.072000, 0.800000, 1.000000 -hemisphere_color = 0.175000, 0.182000, 0.196000, 0.000000 -ambient_color = 0.010000, 0.010000, 0.010000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.117600, 0.122400, 0.132000 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.300000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 - -[22:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_23 -sky_rotation = 0.000000 -sky_color = 0.285000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.031000, 0.027000, 0.022000, 0.900000, 1.000000 -hemisphere_color = 0.078750, 0.078750, 0.094500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.007000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.049000, 0.051000, 0.062700 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_23 -sky_rotation = 0.000000 -sky_color = 0.285000, 0.250000, 0.250000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.031000, 0.027000, 0.022000, 0.900000, 1.000000 -hemisphere_color = 0.078750, 0.078750, 0.094500, 0.000000 -ambient_color = 0.005000, 0.006000, 0.007000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.049000, 0.051000, 0.062700 -fog_density = 0.900000 -ambient = night -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 - -[23:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_0 -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.089250, 0.108500, 0.000000 -ambient_color = 0.003000, 0.003750, 0.005500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.015600, 0.016800, 0.019200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_0 -sky_rotation = 0.000000 -sky_color = 0.300000, 0.300000, 0.300000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.030000, 0.020000, 0.020000, 0.900000, 1.000000 -hemisphere_color = 0.091000, 0.089250, 0.108500, 0.000000 -ambient_color = 0.003000, 0.003750, 0.005500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 500.000000 -fog_distance = 500.000000 -fog_color = 0.015600, 0.016800, 0.019200 -fog_density = 0.900000 -ambient = night -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 0.000000 -water_intensity = 0.090000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = -thunderbolt_duration = 0.000000 -thunderbolt_period = 0.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 diff --git a/src/engine/configs/environment/weathers/default_thunder.ltx b/src/engine/configs/environment/weathers/default_thunder.ltx index b1ee8ebd2..24f455613 100644 --- a/src/engine/configs/environment/weathers/default_thunder.ltx +++ b/src/engine/configs/environment/weathers/default_thunder.ltx @@ -1,1391 +1,647 @@ [00:00:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 +far_plane = 350.000000 +fog_color = 0.020000, 0.020000, 0.020000 fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 336.700000 -sun_altitude = 22.900000 - -[00:15:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 +sky_color = 0.241000, 0.241000, 0.241000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 +sky_texture = sky\sky_13_cube_night +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 335.475000 -sun_altitude = 17.225000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [01:00:00] -$scheme = $weather -sky_texture = sky\stormy\01-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.090000, 0.090000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.002500, 0.002750, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005760, 0.006120, 0.009120 +far_plane = 350.000000 +fog_color = 0.003843, 0.003843, 0.003843 fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 331.800000 -sun_altitude = 359.800000 - -[01:15:00] -$scheme = $weather -sky_texture = sky\stormy\01-00 +sky_color = 0.300000, 0.300000, 0.300000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.090000, 0.090000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.002500, 0.002750, 0.004000 +sky_texture = sky\sky_14_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005760, 0.006120, 0.009120 -fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 333.025000 -sun_altitude = 354.125000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [02:00:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 +far_plane = 350.000000 +fog_color = 0.015608, 0.011686, 0.019529 fog_density = 0.900000 -ambient = rain -rain_color = 0.095000, 0.110000, 0.145000 +fog_distance = 350.000000 +hemisphere_color = 0.050000, 0.050000, 0.050000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 336.700000 -sun_altitude = 337.100000 - -[02:15:00] -$scheme = $weather -sky_texture = sky\stormy\00-00 +sky_color = 0.218000, 0.218000, 0.218000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.042000, 0.033250, 0.049000, 0.000000 -ambient_color = 0.002000, 0.002000, 0.002000 +sky_texture = sky\sky_13_cube_night +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.005200, 0.005600, 0.007680 -fog_density = 0.900000 -ambient = rain -rain_color = 0.095000, 0.110000, 0.145000 -rain_density = 1.000000 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 340.275000 -sun_altitude = 332.380000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [03:00:00] -$scheme = $weather -sky_texture = sky\stormy\03-00 -sky_rotation = 0.000000 -sky_color = 0.120000, 0.110000, 0.110000 +ambient = rain +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.015750, 0.015750, 0.026250, 0.000000 -ambient_color = 0.003500, 0.004000, 0.004500 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.009680, 0.009240, 0.012960 +far_plane = 350.000000 +fog_color = 0.011608, 0.011608, 0.007686 fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 2.349498 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 351.000000 -sun_altitude = 318.220000 - -[03:15:00] -$scheme = $weather -sky_texture = sky\stormy\03-00 +fog_distance = 350.000000 +hemisphere_color = 0.100000, 0.100000, 0.100000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 1.000000 +sky_color = 0.071000, 0.071000, 0.071000 sky_rotation = 0.000000 -sky_color = 0.120000, 0.110000, 0.110000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.015750, 0.015750, 0.026250, 0.000000 -ambient_color = 0.003500, 0.004000, 0.004500 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.009680, 0.009240, 0.012960 -fog_density = 0.900000 -ambient = rain -rain_color = 0.100000, 0.100000, 0.100000 -rain_density = 2.349498 -water_intensity = 0.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 353.247500 -sun_altitude = 315.302500 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [04:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 -sky_rotation = 0.000000 -sky_color = 0.510000, 0.500000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.060000, 0.040000, 0.040000, 0.750000, 1.000000 -hemisphere_color = 0.091000, 0.098000, 0.126000, 0.000000 -ambient_color = 0.009000, 0.009500, 0.011750 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.050000, 0.050000, 0.067320 -fog_density = 1.000000 ambient = rain -rain_color = 0.165000, 0.195000, 0.220000 +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.043667, 0.043667, 0.051510 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.240000, 0.190000, 0.140000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.140000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 359.990000 -sun_altitude = 306.550000 - -[04:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 +sky_color = 0.382000, 0.382000, 0.382000 sky_rotation = 0.000000 -sky_color = 0.420000, 0.350000, 0.320000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.097000, 0.071000, 0.058000, 0.900000, 1.000000 -hemisphere_color = 0.112000, 0.133000, 0.182000, 0.000000 -ambient_color = 0.014000, 0.014000, 0.014000 +sky_texture = sky\sky_9_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.080640, 0.088200, 0.119280 -fog_density = 1.000000 -ambient = rain -rain_color = 0.235000, 0.270000, 0.285000 -rain_density = 1.000000 -water_intensity = 0.260000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 359.990000 -sun_altitude = 225.000000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [05:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.525000, 0.510000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.120000, 0.110000, 0.110000, 0.880000, 1.000000 -hemisphere_color = 0.119000, 0.126000, 0.154000, 0.000000 -ambient_color = 0.017000, 0.019000, 0.023000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.124440, 0.138600 -fog_density = 1.000000 ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.125863, 0.121941, 0.137627 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.376471, 0.305882, 0.215686, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 358.980000 -sun_altitude = 127.693000 - -[05:10:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 +sky_color = 0.885000, 0.885000, 0.885000 sky_rotation = 0.000000 -sky_color = 0.525000, 0.510000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.880000, 1.000000 -hemisphere_color = 0.119000, 0.126000, 0.154000, 0.000000 -ambient_color = 0.030750, 0.031500, 0.033250 +sky_texture = sky\sky_2_clouds_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.124440, 0.138600 -fog_density = 1.000000 -ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 357.823000 -sun_altitude = 125.787070 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [06:00:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.150000, 0.140000, 0.930000, 1.000000 -hemisphere_color = 0.311500, 0.315000, 0.348250, 0.000000 -ambient_color = 0.014000, 0.016000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = far_plane = 350.000000 +fog_color = 0.230137, 0.226216, 0.202686 +fog_density = 0.900000 fog_distance = 350.000000 -fog_color = 0.174000, 0.183000, 0.198000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.021577 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 351.207000 -sun_altitude = 116.520470 - -[06:15:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 +hemisphere_color = 0.360000, 0.310000, 0.260000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 +rain_density = 1.000000 +sky_color = 0.909078, 0.901235, 0.873784 sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.150000, 0.140000, 0.930000, 1.000000 -hemisphere_color = 0.311500, 0.315000, 0.348250, 0.000000 -ambient_color = 0.014000, 0.016000, 0.020000 +sky_texture = sky\sky_13_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.174000, 0.183000, 0.198000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.021577 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 348.992750 -sun_altitude = 113.825213 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [07:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.780000, 0.775000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.176700, 0.189100, 0.221520 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.123784, 0.131627, 0.143392 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 342.350000 -sun_altitude = 105.739440 - -[07:15:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.780000, 0.775000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.266000, 0.266000, 0.294000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 +sky_texture = sky\sky_1_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.176700, 0.189100, 0.221520 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 340.010000 -sun_altitude = 103.018083 +thunderbolt_period = 4.500000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [08:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.304500, 0.301000, 0.308000, 0.000000 +ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.201600, 0.185600, 0.176000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.141549, 0.145471, 0.161157 fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 332.990000 -sun_altitude = 94.854010 - -[08:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\08-00 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.140000, 0.150000, 0.900000, 1.000000 -hemisphere_color = 0.304500, 0.301000, 0.308000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.201600, 0.185600, 0.176000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.400000, 0.400000, 0.400000 -rain_density = 1.000000 -water_intensity = 0.700000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 330.607500 -sun_altitude = 91.931945 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [09:00:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 -sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.312000, 0.306000, 0.312000 -fog_density = 1.000000 ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.261510, 0.241902, 0.210529 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 323.460000 -sun_altitude = 83.165750 - -[09:15:00] -$scheme = $weather -sky_texture = sky\etalon\etalon_15 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.750000, 0.750000, 0.750000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.150000, 0.150000, 0.800000, 1.000000 -hemisphere_color = 0.266000, 0.264250, 0.266000, 0.000000 -ambient_color = 0.020000, 0.020000, 0.020000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -24.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 450.000000 -fog_distance = 450.000000 -fog_color = 0.312000, 0.306000, 0.312000 -fog_density = 1.000000 -ambient = rain -rain_color = 0.500000, 0.500000, 0.500000 -rain_density = 1.000000 -water_intensity = 0.400000 -wind_direction = 90.000000 -wind_velocity = 550.000000 -tree_amplitude_intensity = 0.085000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 321.142500 -sun_altitude = 79.777488 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [10:00:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 -sky_rotation = 0.000000 -sky_color = 0.710000, 0.660000, 0.630000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.220000, 0.900000, 1.000000 -hemisphere_color = 0.224000, 0.234500, 0.266000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.018000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.186480, 0.192720, 0.224360 +fog_color = 0.112176, 0.116098, 0.127863 fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 314.190000 -sun_altitude = 69.612700 - -[10:15:00] -$scheme = $weather -sky_texture = sky\cloudy2\09-00 +sky_color = 0.825000, 0.825000, 0.825000 sky_rotation = 0.000000 -sky_color = 0.710000, 0.660000, 0.630000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.240000, 0.220000, 0.220000, 0.900000, 1.000000 -hemisphere_color = 0.224000, 0.234500, 0.266000, 0.000000 -ambient_color = 0.014000, 0.015000, 0.018000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.050000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.186480, 0.192720, 0.224360 -fog_density = 0.900000 -ambient = rain -rain_color = 0.425000, 0.425000, 0.425000 -rain_density = 1.000000 -water_intensity = 0.800000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.050000 +sun_longitude = -27.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 312.100000 -sun_altitude = 65.338450 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [11:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.120000, 0.110000, 0.800000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 +far_plane = 350.000000 +fog_color = 0.223137, 0.223137, 0.203529 fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 305.830000 -sun_altitude = 52.515700 - -[11:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 +sky_color = 0.911000, 0.911000, 0.911000 sky_rotation = 0.000000 -sky_color = 1.000000, 1.000000, 1.000000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.120000, 0.110000, 0.800000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -30.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.252000, 0.252000, 0.284000 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.075000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 304.252500 -sun_altitude = 46.807350 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [12:00:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 -sky_rotation = 0.000000 -sky_color = 0.920000, 0.900000, 0.900000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.318500, 0.329000, 0.367500, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.223200, 0.250240 +far_plane = 350.000000 +fog_color = 0.086882, 0.090804, 0.098647 fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 299.520000 -sun_altitude = 29.682300 - -[12:15:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 +sky_color = 0.681000, 0.681000, 0.681000 sky_rotation = 0.000000 -sky_color = 0.920000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.160000, 0.150000, 0.150000, 0.850000, 1.000000 -hemisphere_color = 0.318500, 0.329000, 0.367500, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -27.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 400.000000 -fog_distance = 400.000000 -fog_color = 0.216000, 0.223200, 0.250240 -fog_density = 0.900000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 298.885000 -sun_altitude = 22.479450 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [13:00:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 -sky_rotation = 0.000000 -sky_color = 0.830000, 0.825000, 0.810000 +ambient = rain +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187920, 0.201300, 0.219120 +fog_color = 0.187608, 0.171922, 0.148392 fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 296.980000 -sun_altitude = 0.870900 - -[13:15:00] -$scheme = $weather -sky_texture = sky\stormy\13-00 +sky_color = 0.801000, 0.801000, 0.801000 sky_rotation = 0.000000 -sky_color = 0.830000, 0.825000, 0.810000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.200000, 0.180000, 0.170000, 1.000000, 1.000000 -hemisphere_color = 0.343000, 0.350000, 0.385000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 350.000000 -fog_distance = 350.000000 -fog_color = 0.187920, 0.201300, 0.219120 -fog_density = 0.900000 -ambient = rain -rain_color = 0.350000, 0.350000, 0.350000 -rain_density = 1.000000 -water_intensity = 1.000000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.017000 +sun_longitude = -24.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 297.550000 -sun_altitude = 352.305325 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [14:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.690000, 0.690000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.160000, 0.850000, 1.000000 -hemisphere_color = 0.231000, 0.241500, 0.266000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.162400, 0.168360, 0.182160 -fog_density = 0.950000 ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.144627, 0.148549, 0.164235 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 299.260000 -sun_altitude = 331.834000 - -[14:15:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 +sky_color = 0.992000, 0.992000, 0.992000 sky_rotation = 0.000000 -sky_color = 0.690000, 0.690000, 0.700000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.190000, 0.160000, 0.160000, 0.850000, 1.000000 -hemisphere_color = 0.231000, 0.241500, 0.266000, 0.000000 -ambient_color = 0.020750, 0.021500, 0.023250 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -21.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.162400, 0.168360, 0.182160 -fog_density = 0.950000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 300.795000 -sun_altitude = 326.030500 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [15:00:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 -sky_rotation = 0.000000 -sky_color = 0.825000, 0.800000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.273000, 0.288750, 0.329000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.195300, 0.201600, 0.234300 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.131706, 0.127784, 0.112098 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 305.400000 -sun_altitude = 308.620000 - -[15:15:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 +sky_color = 0.619314, 0.611470, 0.591863 sky_rotation = 0.000000 -sky_color = 0.825000, 0.800000, 0.775000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.220000, 0.200000, 0.200000, 0.850000, 1.000000 -hemisphere_color = 0.273000, 0.288750, 0.329000, 0.000000 -ambient_color = 0.017750, 0.018500, 0.020250 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.195300, 0.201600, 0.234300 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.440000, 0.495000 -rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 +sun_longitude = -18.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 307.470000 -sun_altitude = 304.278300 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [16:00:00] -$scheme = $weather -sky_texture = sky\stormy\10-00 -sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.150000, 0.140000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.281750, 0.311500, 0.000000 -ambient_color = 0.020000, 0.022000, 0.025000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 375.000000 -fog_distance = 375.000000 -fog_color = 0.165600, 0.183600, 0.208800 -fog_density = 1.000000 ambient = rain -rain_color = 0.455000, 0.480000, 0.535000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.111176, 0.115098, 0.126863 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 313.680000 -sun_altitude = 291.253200 - -[16:15:00] -$scheme = $weather -sky_texture = sky\stormy\10-00 +sky_color = 0.821000, 0.821000, 0.821000 sky_rotation = 0.000000 -sky_color = 0.900000, 0.900000, 0.900000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.180000, 0.150000, 0.140000, 1.000000, 1.000000 -hemisphere_color = 0.280000, 0.281750, 0.311500, 0.000000 -ambient_color = 0.020000, 0.022000, 0.025000 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 375.000000 -fog_distance = 375.000000 -fog_color = 0.165600, 0.183600, 0.208800 -fog_density = 1.000000 -ambient = rain -rain_color = 0.455000, 0.480000, 0.535000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -15.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 315.987500 -sun_altitude = 287.827200 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [17:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.252000, 0.259000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.025000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.182400, 0.195200, 0.227200 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.114255, 0.102490, 0.086804 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 322.910000 -sun_altitude = 277.549200 - -[17:15:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 +sky_color = 0.501000, 0.501000, 0.501000 sky_rotation = 0.000000 -sky_color = 0.800000, 0.800000, 0.800000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.210000, 0.170000, 0.160000, 1.000000, 1.000000 -hemisphere_color = 0.252000, 0.259000, 0.287000, 0.000000 -ambient_color = 0.020000, 0.021000, 0.025000 +sky_texture = sky\sky_5_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.300000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.182400, 0.195200, 0.227200 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 +sun_longitude = -12.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 325.292500 -sun_altitude = 274.608675 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [18:00:00] -$scheme = $weather -sky_texture = sky\stormy\20-00 -sky_rotation = 0.000000 -sky_color = 0.740000, 0.730000, 0.710000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.140000, 0.130000, 1.000000, 1.000000 -hemisphere_color = 0.239750, 0.252000, 0.267750, 0.000000 -ambient_color = 0.016750, 0.018500, 0.020250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.161880, 0.183960, 0.224960 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.152549, 0.152549, 0.140784 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.093000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 332.440000 -sun_altitude = 265.787100 - -[18:15:00] -$scheme = $weather -sky_texture = sky\stormy\20-00 +sky_color = 0.653000, 0.653000, 0.653000 sky_rotation = 0.000000 -sky_color = 0.740000, 0.730000, 0.710000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.150000, 0.140000, 0.130000, 1.000000, 1.000000 -hemisphere_color = 0.239750, 0.252000, 0.267750, 0.000000 -ambient_color = 0.016750, 0.018500, 0.020250 +sky_texture = sky\sky_13_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.200000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.161880, 0.183960, 0.224960 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.480000, 0.515000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.093000 +sun_longitude = -9.000000 +sun_shafts_intensity = 0.000000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 334.787500 -sun_altitude = 263.059550 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [19:00:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 -sky_rotation = 0.000000 -sky_color = 0.680000, 0.635000, 0.590000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.840000, 1.000000 -hemisphere_color = 0.210000, 0.224000, 0.259000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.018250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.141600, 0.157480, 0.184960 -fog_density = 1.000000 ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.139549, 0.143471, 0.159157 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.500000, 0.450000, 0.400000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 341.830000 -sun_altitude = 254.876900 - -[19:15:00] -$scheme = $weather -sky_texture = sky\stormy\12-00 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_color = 0.680000, 0.635000, 0.590000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.130000, 0.110000, 0.110000, 0.840000, 1.000000 -hemisphere_color = 0.210000, 0.224000, 0.259000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.018250 +sky_texture = sky\sky_9_cube +sun = gradient1 +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -6.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.141600, 0.157480, 0.184960 -fog_density = 1.000000 -ambient = rain -rain_color = 0.450000, 0.450000, 0.450000 -rain_density = 1.000000 -water_intensity = 0.640000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.040000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 344.052250 -sun_altitude = 252.183875 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [20:00:00] -$scheme = $weather -sky_texture = sky\stormy\09-00 -sky_rotation = 0.000000 -sky_color = 0.525000, 0.505000, 0.500000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.170000, 0.140000, 0.140000, 0.800000, 1.000000 -hemisphere_color = 0.173250, 0.176750, 0.210000, 0.000000 -ambient_color = 0.014750, 0.015500, 0.017250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.116000, 0.123220, 0.138600 -fog_density = 1.000000 ambient = rain -rain_color = 0.380000, 0.365000, 0.395000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.211137, 0.207216, 0.215059 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.260000, 0.210000, 0.160000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.650000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.070000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 350.719000 -sun_altitude = 244.104800 - -[20:50:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 +sky_color = 0.580000, 0.580000, 0.580000 sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.102000, 0.083000, 0.075000, 0.850000, 1.000000 -hemisphere_color = 0.175000, 0.185500, 0.210000, 0.000000 -ambient_color = 0.018250, 0.018250, 0.018250 +sky_texture = sky\sky_18_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.136800, 0.146400, 0.170400 -fog_density = 1.000000 -ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 -rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 357.405000 -sun_altitude = 234.864600 +thunderbolt_period = 4.500000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [21:00:00] -$scheme = $weather -sky_texture = sky\stormy\08-00 -sky_rotation = 0.000000 -sky_color = 0.600000, 0.600000, 0.600000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.122000, 0.093000, 0.085000, 0.850000, 1.000000 -hemisphere_color = 0.175000, 0.185500, 0.210000, 0.000000 -ambient_color = 0.018250, 0.018250, 0.018250 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.136800, 0.146400, 0.170400 -fog_density = 1.000000 ambient = rain -rain_color = 0.200000, 0.200000, 0.200000 +ambient_color = 0.020000, 0.020000, 0.020000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 350.000000 +fog_color = 0.182765, 0.163157, 0.155314 +fog_density = 0.900000 +fog_distance = 350.000000 +hemisphere_color = 0.330000, 0.280000, 0.230000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.500000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 358.590000 -sun_altitude = 232.965600 - -[21:30:00] -$scheme = $weather -sky_texture = sky\dark\dark_10dx9 +sky_color = 0.859000, 0.859000, 0.859000 sky_rotation = 0.000000 -sky_color = 0.305000, 0.240000, 0.200000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.057000, 0.041000, 0.038000, 1.000000, 1.000000 -hemisphere_color = 0.057750, 0.070000, 0.101500, 0.000000 -ambient_color = 0.006000, 0.008000, 0.010000 +sky_texture = sky\sky_20_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.050400, 0.060480, 0.086620 -fog_density = 1.000000 -ambient = rain -rain_color = 0.285000, 0.320000, 0.350000 -rain_density = 1.000000 -water_intensity = 0.080000 -wind_direction = 90.000000 -wind_velocity = 1000.000000 -tree_amplitude_intensity = 0.080000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 359.990000 -sun_altitude = 135.000000 +thunderbolt_period = 4.500000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [22:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 -sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 +ambient = rain +ambient_color = 0.010000, 0.010000, 0.010000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.022750, 0.024500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.010000, 0.010000, 0.013200 +far_plane = 350.000000 +fog_color = 0.038667, 0.038667, 0.054353 fog_density = 0.900000 -ambient = rain -rain_color = 0.080000, 0.085000, 0.130000 +fog_distance = 350.000000 +hemisphere_color = 0.110000, 0.100000, 0.040000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 359.990000 -sun_altitude = 53.450000 - -[22:15:00] -$scheme = $weather -sky_texture = sky\stormy\04-00 +sky_color = 0.368000, 0.368000, 0.368000 sky_rotation = 0.000000 -sky_color = 0.100000, 0.100000, 0.100000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.010000, 0.010000, 0.010000, 1.000000, 1.000000 -hemisphere_color = 0.022750, 0.024500, 0.028000, 0.000000 -ambient_color = 0.002000, 0.003000, 0.004000 +sky_texture = sky\sky_17_clouds_cube +sun = sun_rise +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 550.000000 -fog_distance = 550.000000 -fog_color = 0.010000, 0.010000, 0.013200 -fog_density = 0.900000 -ambient = rain -rain_color = 0.080000, 0.085000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.050000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.086000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 357.742500 -sun_altitude = 50.532500 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 [23:00:00] -$scheme = $weather -sky_texture = sky\stormy\04-30 -sky_rotation = 0.000000 -sky_color = 0.090000, 0.070000, 0.060000 +ambient = rain +ambient_color = 0.008000, 0.008000, 0.008000 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.900000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 -sun_color = 0.000000, 0.000000, 0.000000 -sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.001920, 0.003920, 0.006840 +far_plane = 350.000000 +fog_color = 0.012000, 0.012000, 0.012000 fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 +fog_distance = 350.000000 +hemisphere_color = 0.090000, 0.080000, 0.060000, 1.000000 +rain_color = 0.345098, 0.309804, 0.262745 rain_density = 1.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 -thunderbolt_collection = collection_default -thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 351.000000 -sun_altitude = 41.780000 - -[23:15:00] -$scheme = $weather -sky_texture = sky\stormy\04-30 +sky_color = 0.056000, 0.056000, 0.056000 sky_rotation = 0.000000 -sky_color = 0.090000, 0.070000, 0.060000 -clouds_texture = sky\sky_oblaka -clouds_color = 0.000000, 0.000000, 0.000000, 0.900000, 1.000000 -hemisphere_color = 0.021000, 0.021000, 0.028000, 0.000000 -ambient_color = 0.001000, 0.002000, 0.003000 +sky_texture = sky\sky_5_cube +sun = +sun_altitude = -68.999985 sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -3.000000 sun_shafts_intensity = 0.000000 -sun = -far_plane = 300.000000 -fog_distance = 300.000000 -fog_color = 0.001920, 0.003920, 0.006840 -fog_density = 0.900000 -ambient = rain -rain_color = 0.090000, 0.095000, 0.130000 -rain_density = 1.000000 -water_intensity = 0.020000 -wind_direction = 90.000000 -wind_velocity = 0.000000 -tree_amplitude_intensity = 0.001000 thunderbolt_collection = collection_default thunderbolt_duration = 0.350000 -thunderbolt_period = 10.000000 -sun_longitude = 347.425000 -sun_altitude = 37.060000 +thunderbolt_period = 4.500000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/indoor.ltx b/src/engine/configs/environment/weathers/indoor.ltx index 184e7d915..7e0d2993e 100644 --- a/src/engine/configs/environment/weathers/indoor.ltx +++ b/src/engine/configs/environment/weathers/indoor.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = indoor ambient_color = 0.000000, 0.000000, 0.000000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = indoor ambient_color = 0.000000, 0.000000, 0.000000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 diff --git a/src/engine/configs/environment/weathers/indoor_ambient.ltx b/src/engine/configs/environment/weathers/indoor_ambient.ltx index 9b84c0195..8cd3d97af 100644 --- a/src/engine/configs/environment/weathers/indoor_ambient.ltx +++ b/src/engine/configs/environment/weathers/indoor_ambient.ltx @@ -1,24 +1,212 @@ [00:00:00] -$scheme = $weather -ambient = indoor -ambient_color = 0.010000, 0.010000, 0.010000 +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = 14.870000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[01:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -28.200000 +sun_altitude = 0.000000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[02:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.017578, 0.017578, 0.017578, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_rainy\15-00 +sky_color = 0.082031, 0.082031, 0.082031 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -26.543000 +sun_altitude = -14.870000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[03:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\00-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = -28.300000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[04:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = -38.800000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[05:00:00] +ambient = indoor_underground +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.185547, 0.166016, 0.156250, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.562500, 0.562500, 0.562500 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = -44.311000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[06:00:00] +ambient = indoor_underground +ambient_color = 0.046875, 0.046875, 0.054688 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka far_plane = 300.000000 -fog_color = 0.140000, 0.137000, 0.122000 -fog_density = 0.900000 -fog_distance = 290.000000 -hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 -rain_color = 1.000000, 1.000000, 1.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.167969, 0.123047, 0.138672, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 rain_density = 0.000000 -sky_color = 0.344000, 0.344000, 0.344000 +sky_texture = sky\af3_foggy\06-00 +sky_color = 1.000000, 1.000000, 1.000000 sky_rotation = 0.000000 -sky_texture = sky\sky_9_cube -sun = -sun_altitude = -68.999985 +sun = sun_rise sun_color = 0.000000, 0.000000, 0.000000 -sun_longitude = -25.000000 -sun_shafts_intensity = 0.000000 +sun_longitude = -1.709000 +sun_altitude = 110.383200 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[07:00:00] +ambient = indoor_underground +ambient_color = 0.054688, 0.058594, 0.062500 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.207031, 0.162109, 0.158203, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\07-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.515625, 0.507813, 0.453125 +sun_longitude = -10.680000 +sun_altitude = 99.040110 +sun_shafts_intensity = 0.500000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 @@ -26,30 +214,434 @@ water_intensity = 0.000000 wind_direction = 0.000000 wind_velocity = 0.000000 +[08:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.220703, 0.220703, 0.220703, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.968750, 0.898438 +sun_longitude = -20.160000 +sun_altitude = 87.593720 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[09:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.226563, 0.226563, 0.226563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\09-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.953125, 0.906250 +sun_longitude = -29.570000 +sun_altitude = 75.338200 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[10:00:00] +ambient = indoor_underground +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.251953, 0.251953, 0.251953, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\10-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.183594, 0.175781, 0.160156 +sun_longitude = -38.430000 +sun_altitude = 61.361200 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[11:00:00] +ambient = indoor_underground +ambient_color = 0.019531, 0.019531, 0.019531 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.251953, 0.251953, 0.251953, 1.000000 +rain_color = 0.343750, 0.308594, 0.261719 +rain_density = 0.000000 +sky_texture = sky\af3_cloudy\11-00 +sky_color = 0.933594, 0.933594, 0.933594 +sky_rotation = 0.000000 +sun = gradient1 +sun_color = 0.113281, 0.109375, 0.101563 +sun_longitude = -46.040000 +sun_altitude = 44.532400 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + [12:00:00] -$scheme = $weather -ambient = indoor -ambient_color = 0.010000, 0.010000, 0.010000 +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.246094, 0.246094, 0.246094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\12-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.941406, 0.875000 +sun_longitude = -51.420000 +sun_altitude = 23.920400 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[13:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.228516, 0.228516, 0.228516, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\13-00 +sky_color = 0.851563, 0.851563, 0.851563 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.957031, 0.871094 +sun_longitude = -53.410000 +sun_altitude = 0.158500 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[14:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.236328, 0.236328, 0.236328, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\14-00 +sky_color = 0.859375, 0.859375, 0.859375 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.980469, 0.925781 +sun_longitude = -51.440000 +sun_altitude = -23.617000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[15:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.220703, 0.220703, 0.220703, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\15-00 +sky_color = 0.960938, 0.960938, 0.960938 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.976563, 0.902344 +sun_longitude = -46.080000 +sun_altitude = -44.255800 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[16:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.226563, 0.226563, 0.226563, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\16-00 +sky_color = 0.871094, 0.871094, 0.871094 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.988281, 0.933594 +sun_longitude = -38.470000 +sun_altitude = -61.106100 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[17:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.218750, 0.218750, 0.218750, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\17-00 +sky_color = 1.000000, 1.000000, 1.000000 +sky_rotation = 0.000000 +sun = partly_halo +sun_color = 1.000000, 0.976563, 0.933594 +sun_longitude = -29.610000 +sun_altitude = -75.093800 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[18:00:00] +ambient = indoor_underground +ambient_color = 0.062500, 0.066406, 0.074219 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.230469, 0.230469, 0.230469, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\18-00 +sky_color = 0.832031, 0.832031, 0.832031 +sky_rotation = 0.000000 +sun = foggy +sun_color = 1.000000, 0.957031, 0.839844 +sun_longitude = -20.180000 +sun_altitude = -87.350200 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 1.000000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[19:00:00] +ambient = indoor_underground +ambient_color = 0.019531, 0.019531, 0.019531 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 clouds_texture = sky\sky_oblaka far_plane = 300.000000 -fog_color = 0.140000, 0.137000, 0.122000 -fog_density = 0.900000 -fog_distance = 290.000000 -hemisphere_color = 0.500000, 0.500000, 0.500000, 1.000000 -rain_color = 1.000000, 1.000000, 1.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.152344, 0.117188, 0.089844, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 rain_density = 0.000000 -sky_color = 0.344000, 0.344000, 0.344000 +sky_texture = sky\af3_foggy\19-00 +sky_color = 0.652344, 0.652344, 0.652344 sky_rotation = 0.000000 -sky_texture = sky\sky_9_cube -sun = -sun_altitude = -68.999985 +sun = foggy sun_color = 0.000000, 0.000000, 0.000000 -sun_longitude = -25.000000 -sun_shafts_intensity = 0.000000 +sun_longitude = -10.690000 +sun_altitude = -98.790000 +sun_shafts_intensity = 0.500000 thunderbolt_collection = thunderbolt_duration = 0.000000 thunderbolt_period = 0.000000 -water_intensity = 0.000000 +water_intensity = 0.500000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[20:00:00] +ambient = indoor_underground +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.123047, 0.134766, 0.150391, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\20-00 +sky_color = 0.398438, 0.441406, 0.480469 +sky_rotation = 0.000000 +sun = foggy +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -1.683000 +sun_altitude = -110.121300 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[21:00:00] +ambient = indoor_underground +ambient_color = 0.011719, 0.011719, 0.011719 +clouds_color = 0.000000, 0.000000, 0.000000, 0.200000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.072266, 0.074219, 0.085938, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_foggy\10-00 +sky_color = 0.140625, 0.148438, 0.183594 +sky_rotation = 0.000000 +sun = default +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = 3.033000 +sun_altitude = 44.311000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[22:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_partly\01-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -9.569000 +sun_altitude = 38.800000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 +wind_direction = 0.000000 +wind_velocity = 0.000000 + +[23:00:00] +ambient = indoor_underground +ambient_color = 0.007813, 0.007813, 0.007813 +clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 +clouds_texture = sky\sky_oblaka +far_plane = 300.000000 +fog_color = 0.000000, 0.000000, 0.000000 +fog_density = 1.000000 +fog_distance = 300.000000 +hemisphere_color = 0.095703, 0.103516, 0.121094, 1.000000 +rain_color = 0.679688, 0.640625, 0.601563 +rain_density = 0.000000 +sky_texture = sky\af3_clear\02-00-nm +sky_color = 0.378906, 0.378906, 0.378906 +sky_rotation = 0.000000 +sun = none +sun_color = 0.000000, 0.000000, 0.000000 +sun_longitude = -20.005000 +sun_altitude = 28.301000 +sun_shafts_intensity = 0.500000 +thunderbolt_collection = +thunderbolt_duration = 0.000000 +thunderbolt_period = 0.000000 +water_intensity = 0.100000 wind_direction = 0.000000 wind_velocity = 0.000000 diff --git a/src/engine/configs/environment/weathers/map.ltx b/src/engine/configs/environment/weathers/map.ltx index 184e7d915..7e0d2993e 100644 --- a/src/engine/configs/environment/weathers/map.ltx +++ b/src/engine/configs/environment/weathers/map.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = indoor ambient_color = 0.000000, 0.000000, 0.000000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = indoor ambient_color = 0.000000, 0.000000, 0.000000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 diff --git a/src/engine/configs/environment/weathers/night.ltx b/src/engine/configs/environment/weathers/night.ltx index e22710667..d9c0bfcf6 100644 --- a/src/engine/configs/environment/weathers/night.ltx +++ b/src/engine/configs/environment/weathers/night.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.250000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.250000 diff --git a/src/engine/configs/environment/weathers/old_version_weather.ltx b/src/engine/configs/environment/weathers/old_version_weather.ltx index eaf142aa7..dfff3c6cf 100644 --- a/src/engine/configs/environment/weathers/old_version_weather.ltx +++ b/src/engine/configs/environment/weathers/old_version_weather.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = night ambient_color = 0.030000, 0.030000, 0.030000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [01:00:00] -$scheme = $weather ambient = rain ambient_color = 0.035000, 0.035000, 0.035000 clouds_color = 0.000000, 0.000000, 0.000000, 0.250000 @@ -55,7 +53,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [02:00:00] -$scheme = $weather ambient = night ambient_color = 0.035000, 0.035000, 0.035000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -83,7 +80,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [03:00:00] -$scheme = $weather ambient = night ambient_color = 0.035000, 0.035000, 0.035000 clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 @@ -111,7 +107,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [04:00:00] -$scheme = $weather ambient = tuman ambient_color = 0.040000, 0.042000, 0.045000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -139,7 +134,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [05:00:00] -$scheme = $weather ambient = tuman ambient_color = 0.052500, 0.054500, 0.056500 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -167,7 +161,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [06:00:00] -$scheme = $weather ambient = morning ambient_color = 0.072500, 0.072500, 0.070000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -195,7 +188,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [07:00:00] -$scheme = $weather ambient = morning ambient_color = 0.069500, 0.067000, 0.064500 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -223,7 +215,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [08:00:00] -$scheme = $weather ambient = rain ambient_color = 0.057500, 0.057500, 0.055000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -251,7 +242,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [09:00:00] -$scheme = $weather ambient = morning ambient_color = 0.057000, 0.057000, 0.057000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -279,7 +269,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [10:00:00] -$scheme = $weather ambient = day ambient_color = 0.057000, 0.057000, 0.056000 clouds_color = 0.000000, 0.000000, 0.000000, 0.250000 @@ -307,7 +296,6 @@ wind_direction = 0.000000 wind_velocity = 10.000000 [11:00:00] -$scheme = $weather ambient = day ambient_color = 0.057000, 0.057000, 0.056000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -335,7 +323,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = day ambient_color = 0.062500, 0.062500, 0.060000 clouds_color = 0.000000, 0.000000, 0.000000, 0.800000 @@ -363,7 +350,6 @@ wind_direction = 0.000000 wind_velocity = 20.000000 [13:00:00] -$scheme = $weather ambient = day ambient_color = 0.052500, 0.052500, 0.050000 clouds_color = 0.000000, 0.000000, 0.000000, 0.700000 @@ -391,7 +377,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [14:00:00] -$scheme = $weather ambient = day ambient_color = 0.052500, 0.052500, 0.050000 clouds_color = 0.000000, 0.000000, 0.000000, 0.350000 @@ -419,7 +404,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [15:00:00] -$scheme = $weather ambient = day ambient_color = 0.057000, 0.057000, 0.057000 clouds_color = 0.000000, 0.000000, 0.000000, 0.900000 @@ -447,7 +431,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [16:00:00] -$scheme = $weather ambient = rain ambient_color = 0.047000, 0.047000, 0.047000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -475,7 +458,6 @@ wind_direction = 0.000000 wind_velocity = 20.000000 [17:00:00] -$scheme = $weather ambient = day ambient_color = 0.058824, 0.058824, 0.058824 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -503,7 +485,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [18:00:00] -$scheme = $weather ambient = day ambient_color = 0.057000, 0.057000, 0.056000 clouds_color = 0.000000, 0.000000, 0.000000, 0.100000 @@ -531,7 +512,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [19:00:00] -$scheme = $weather ambient = day ambient_color = 0.052500, 0.052500, 0.052500 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -559,7 +539,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [20:00:00] -$scheme = $weather ambient = evening ambient_color = 0.052500, 0.050000, 0.047500 clouds_color = 0.000000, 0.000000, 0.000000, 0.250000 @@ -587,7 +566,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [21:00:00] -$scheme = $weather ambient = evening ambient_color = 0.052500, 0.052500, 0.050000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -615,7 +593,6 @@ wind_direction = 0.000000 wind_velocity = 10.000000 [22:00:00] -$scheme = $weather ambient = evening ambient_color = 0.032500, 0.035000, 0.037500 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -643,7 +620,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [23:00:00] -$scheme = $weather ambient = night ambient_color = 0.025000, 0.025000, 0.025000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 diff --git a/src/engine/configs/environment/weathers/stancia2.ltx b/src/engine/configs/environment/weathers/stancia2.ltx index 824270fc6..d314f209e 100644 --- a/src/engine/configs/environment/weathers/stancia2.ltx +++ b/src/engine/configs/environment/weathers/stancia2.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = rain ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [01:00:00] -$scheme = $weather ambient = rain ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 0.377500 @@ -55,7 +53,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [02:00:00] -$scheme = $weather ambient = rain ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -83,7 +80,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [03:00:00] -$scheme = $weather ambient = rain ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -111,7 +107,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [04:00:00] -$scheme = $weather ambient = rain ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -139,7 +134,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [05:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -167,7 +161,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [06:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -195,7 +188,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [07:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -223,7 +215,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [08:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -251,7 +242,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [09:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -279,7 +269,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [10:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -307,7 +296,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [11:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -335,7 +323,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -363,7 +350,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [13:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -391,7 +377,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [14:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -419,7 +404,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [15:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.862500 @@ -447,7 +431,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [16:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -475,7 +458,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [17:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -503,7 +485,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [18:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -531,7 +512,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [19:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -559,7 +539,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [20:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -587,7 +566,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [21:00:00] -$scheme = $weather ambient = rain ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -615,7 +593,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [22:00:00] -$scheme = $weather ambient = rain ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -643,7 +620,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [23:00:00] -$scheme = $weather ambient = rain ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 diff --git a/src/engine/configs/environment/weathers/sun_shafts.ltx b/src/engine/configs/environment/weathers/sun_shafts.ltx index 3a0ab28f5..5b33e3828 100644 --- a/src/engine/configs/environment/weathers/sun_shafts.ltx +++ b/src/engine/configs/environment/weathers/sun_shafts.ltx @@ -1,5 +1,4 @@ [00:00:00] -$scheme = $weather ambient = night ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -27,7 +26,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [01:00:00] -$scheme = $weather ambient = night ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 1.000000 @@ -55,7 +53,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [02:00:00] -$scheme = $weather ambient = night ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -83,7 +80,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [03:00:00] -$scheme = $weather ambient = night ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 0.150000 @@ -111,7 +107,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [04:00:00] -$scheme = $weather ambient = morning ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -139,7 +134,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [05:00:00] -$scheme = $weather ambient = morning ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -167,7 +161,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [06:00:00] -$scheme = $weather ambient = morning ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -195,7 +188,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [07:00:00] -$scheme = $weather ambient = morning ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -223,7 +215,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [08:00:00] -$scheme = $weather ambient = morning ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -251,7 +242,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [09:00:00] -$scheme = $weather ambient = morning ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -279,7 +269,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [10:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.100000 @@ -307,7 +296,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [11:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -335,7 +323,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [12:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -363,7 +350,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [13:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -391,7 +377,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [14:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -419,7 +404,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [15:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -447,7 +431,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [16:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -475,7 +458,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [17:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -503,7 +485,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [18:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -531,7 +512,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [19:00:00] -$scheme = $weather ambient = day ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -559,7 +539,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [20:00:00] -$scheme = $weather ambient = evening ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 @@ -587,7 +566,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [21:00:00] -$scheme = $weather ambient = evening ambient_color = 0.020000, 0.020000, 0.020000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -615,7 +593,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [22:00:00] -$scheme = $weather ambient = evening ambient_color = 0.010000, 0.010000, 0.010000 clouds_color = 0.000000, 0.000000, 0.000000, 0.500000 @@ -643,7 +620,6 @@ wind_direction = 0.000000 wind_velocity = 0.000000 [23:00:00] -$scheme = $weather ambient = night ambient_color = 0.008000, 0.008000, 0.008000 clouds_color = 0.000000, 0.000000, 0.000000, 0.000000 diff --git a/src/engine/configs/game/game_maps_single.ltx b/src/engine/configs/game/game_maps_single.ltx index e83e8dd5f..f59e45306 100644 --- a/src/engine/configs/game/game_maps_single.ltx +++ b/src/engine/configs/game/game_maps_single.ltx @@ -31,12 +31,12 @@ music_tracks = zaton_musics [zaton] global_rect = 307.0, 90.0, 717.0, 500.000000 music_tracks = zaton_musics -weathers = dynamic_default +weathers = atmosfear [jupiter] global_rect = 68.0, 563.0, 478.0, 973.000000 music_tracks = jupiter_musics -weathers = dynamic_default +weathers = atmosfear [jupiter_underground] global_rect = 570.0, 884.0, 571.0, 885.0 @@ -46,7 +46,7 @@ weathers = indoor_ambient [pripyat] global_rect = 580.0, 564.0, 954.0, 938.000000 music_tracks = pripyat_musics -weathers = dynamic_default +weathers = atmosfear [labx8] global_rect = 746.0, 719.0, 747.0, 720.0 diff --git a/src/engine/configs/managers/sounds/script_sound.ltx b/src/engine/configs/managers/sounds/script_sound.ltx index c040d95c8..13180e575 100644 --- a/src/engine/configs/managers/sounds/script_sound.ltx +++ b/src/engine/configs/managers/sounds/script_sound.ltx @@ -63,6 +63,8 @@ blowout_hit_3 blowout_wave_1 blowout_wave_2 blowout_wave_3 +blowout_particle_wave_looped +fallout_acid_rain shooting_target_up shooting_target_down shooting_target_hit @@ -80,36 +82,44 @@ path = ambient\earthquake [blowout_begin] type = 3d -path = ambient\blowout_begin +path = ambient\blowout\blowout_begin [blowout_rumble] type = looped -path = ambient\blowout_rumble +path = ambient\blowout\blowout_rumble [blowout_hit_1] type = 3d -path = ambient\blowout_hit_1 +path = ambient\blowout\blowout_impact [blowout_hit_2] type = 3d -path = ambient\blowout_hit_2 +path = ambient\blowout\blowout_impact_02 [blowout_hit_3] type = 3d -path = ambient\blowout_hit_3 +path = ambient\blowout\blowout_outro [blowout_wave_1] type = 3d -path = ambient\blowout_wave_1 +path = ambient\blowout\blowout_wave_01 [blowout_wave_2] type = 3d -path = ambient\blowout_wave_2 +path = ambient\blowout\blowout_wave_04 [blowout_wave_3] type = 3d path = ambient\blowout_wave_3 +[blowout_particle_wave_looped] +type = looped +path = ambient\blowout\blowout_particle_wave + +[fallout_acid_rain] +type = looped +path = anomaly\acid_rain + [state] type = npc npc_prefix = true diff --git a/src/engine/configs/managers/task_manager.ltx b/src/engine/configs/managers/task_manager.ltx index 82c963a00..cfc5deeb2 100644 --- a/src/engine/configs/managers/task_manager.ltx +++ b/src/engine/configs/managers/task_manager.ltx @@ -1,4 +1,4 @@ -; ������ �������: =give_task(���_�������:��_�������:�����������) +; =give_task(���_�������:��_�������:�����������) #include "tasks\tasks_zaton.ltx" #include "tasks\tasks_jupiter.ltx" #include "tasks\tasks_pripyat.ltx" diff --git a/src/engine/configs/managers/weather/weather_manager_levels.ltx b/src/engine/configs/managers/weather/weather_manager_levels.ltx new file mode 100644 index 000000000..d85edfc8b --- /dev/null +++ b/src/engine/configs/managers/weather/weather_manager_levels.ltx @@ -0,0 +1,17 @@ +[zaton] +period_good = clear_foggy +period_bad = rainy +period_good_length = 6 +period_bad_length = 6 + +[jupiter] +period_good = clear +period_bad = foggy_rainy +period_good_length = 8 +period_bad_length = 4 + +[pripyat] +period_good = clear_foggy +period_bad = stormy +period_good_length = 4 +period_bad_length = 8 diff --git a/src/engine/configs/managers/weather_manager.ltx b/src/engine/configs/managers/weather_manager.ltx new file mode 100644 index 000000000..ad4703f64 --- /dev/null +++ b/src/engine/configs/managers/weather_manager.ltx @@ -0,0 +1,3 @@ +[atmosfear_default_parameters] +moon_phase_period = d8 +night_brightness = slight diff --git a/src/engine/configs/rspec_atmosfear.ltx b/src/engine/configs/rspec_atmosfear.ltx new file mode 100644 index 000000000..afb25b82d --- /dev/null +++ b/src/engine/configs/rspec_atmosfear.ltx @@ -0,0 +1,37 @@ +r2_dof_far 800 +r2_aa off +r2_allow_r1_lights off +r2_dof -0.400000,1.400000,500.000000 +r2_dof_enable on +r2_dof_kernel 2. +r2_dof_sky 0. +r2_exp_donttest_shad off +r2_gi off +r2_ls_bloom_fast off +r2_sun on +r2_sun_depth_far_bias -0.00002 +r2_sun_depth_far_scale 1. +r2_sun_depth_near_bias 0.00007 +r2_sun_depth_near_scale 1. +r2_sun_details on +r2_sun_far 180. +r2_sun_focus on +r2_sun_lumscale 1. +r2_sun_lumscale_amb 0.1 +r2_sun_lumscale_hemi 0.6 +r2_sun_near 30. +r2_sun_near_border 0.75 +r2_sun_quality st_opt_high +r2_sun_shafts st_opt_low +r2_sun_tsm on +r2_sun_tsm_bias -0.01 +r2_sun_tsm_proj 0.3 +r2_tf_mipbias 0. +r2_tonemap on +r2_tonemap_adaptation 0.2 +r2_tonemap_amount 1. +r2_tonemap_lowlum 0.4 +r2_tonemap_middlegray 1.1 +rs_c_brightness 1. +rs_c_contrast 1. +rs_c_gamma 1. diff --git a/src/engine/configs/rspec_default.ltx b/src/engine/configs/rspec_default.ltx index 74af00184..b15d01a64 100644 --- a/src/engine/configs/rspec_default.ltx +++ b/src/engine/configs/rspec_default.ltx @@ -1,3 +1,4 @@ +#include "rspec_atmosfear.ltx" ph_iterations 18 r1_dlights_clip 30 r1_glows_per_frame 16 diff --git a/src/engine/configs/rspec_extreme.ltx b/src/engine/configs/rspec_extreme.ltx index f498b00eb..f800cf840 100644 --- a/src/engine/configs/rspec_extreme.ltx +++ b/src/engine/configs/rspec_extreme.ltx @@ -1,3 +1,4 @@ +#include "rspec_atmosfear.ltx" ph_iterations 18 r1_dlights_clip 50 r1_glows_per_frame 16 diff --git a/src/engine/configs/rspec_high.ltx b/src/engine/configs/rspec_high.ltx index cbcadf91c..3483b6c8a 100644 --- a/src/engine/configs/rspec_high.ltx +++ b/src/engine/configs/rspec_high.ltx @@ -1,3 +1,4 @@ +#include "rspec_atmosfear.ltx" ph_iterations 18 r1_dlights_clip 40 r1_glows_per_frame 16 diff --git a/src/engine/configs/rspec_low.ltx b/src/engine/configs/rspec_low.ltx index 85bc59d31..2c9057782 100644 --- a/src/engine/configs/rspec_low.ltx +++ b/src/engine/configs/rspec_low.ltx @@ -1,3 +1,4 @@ +#include "rspec_atmosfear.ltx" ph_iterations 18 r1_dlights_clip 30 r1_glows_per_frame 16 diff --git a/src/engine/configs/rspec_minimum.ltx b/src/engine/configs/rspec_minimum.ltx index 5b8a165da..a8e536673 100644 --- a/src/engine/configs/rspec_minimum.ltx +++ b/src/engine/configs/rspec_minimum.ltx @@ -1,3 +1,4 @@ +#include "rspec_atmosfear.ltx" ph_iterations 18 r1_dlights_clip 20 r1_glows_per_frame 16 diff --git a/src/engine/configs/shaders_new_default.ltx b/src/engine/configs/shaders_new_default.ltx index daf7b4e99..d752a48a1 100644 --- a/src/engine/configs/shaders_new_default.ltx +++ b/src/engine/configs/shaders_new_default.ltx @@ -21,6 +21,6 @@ ssfx_wetsurfaces_1 (0.500000, 1.400000, 0.700000, 1.250000) ssfx_wetsurfaces_2 (0.800000, 1.500000, 0.200000, 1.000000) ssfx_wpn_dof_1 (0.150000, 0.400000, 0.000000, 1.100000) ssfx_wpn_dof_2 0.15 -r2_sun_lumscale 2.5 -r2_sun_lumscale_amb 1.0 -r2_sun_lumscale_hemi 1.1 +r2_sun_lumscale 1.0 +r2_sun_lumscale_amb 0.1 +r2_sun_lumscale_hemi 0.6 diff --git a/src/engine/configs/shaders_new_high.ltx b/src/engine/configs/shaders_new_high.ltx index 51c5096e6..85d25b0dc 100644 --- a/src/engine/configs/shaders_new_high.ltx +++ b/src/engine/configs/shaders_new_high.ltx @@ -21,6 +21,6 @@ ssfx_wetsurfaces_1 (0.500000, 1.400000, 0.700000, 1.250000) ssfx_wetsurfaces_2 (0.800000, 1.500000, 0.200000, 0.350000) ssfx_wpn_dof_1 (0.150000, 0.400000, 0.000000, 1.100000) ssfx_wpn_dof_2 0.15 -r2_sun_lumscale 2.5 -r2_sun_lumscale_amb 1.0 -r2_sun_lumscale_hemi 1.1 +r2_sun_lumscale 1.0 +r2_sun_lumscale_amb 0.1 +r2_sun_lumscale_hemi 0.6 diff --git a/src/engine/configs/shaders_vanilla.ltx b/src/engine/configs/shaders_vanilla.ltx index 3e124889a..e70c014b3 100644 --- a/src/engine/configs/shaders_vanilla.ltx +++ b/src/engine/configs/shaders_vanilla.ltx @@ -1,4 +1,4 @@ r4_new_shader_support off r2_sun_lumscale 1.0 -r2_sun_lumscale_amb 1.0 -r2_sun_lumscale_hemi 1.0 +r2_sun_lumscale_amb 0.1 +r2_sun_lumscale_hemi 0.6 diff --git a/src/engine/core/managers/sounds/objects/NpcSound.ts b/src/engine/core/managers/sounds/objects/NpcSound.ts index 51c579936..f7a4d01c9 100644 --- a/src/engine/core/managers/sounds/objects/NpcSound.ts +++ b/src/engine/core/managers/sounds/objects/NpcSound.ts @@ -201,20 +201,29 @@ export class NpcSound extends AbstractPlayableSound { } const fs: FS = getFS(); + const objectSoundPrefix: TLabel = object.sound_prefix(); - if (fs.exist(roots.gameSounds, object.sound_prefix() + this.path + ".ogg") !== null) { - this.soundPaths.get(objectId).set(1, object.sound_prefix() + this.path); + if (fs.exist(roots.gameSounds, `${objectSoundPrefix + this.path}.ogg`) !== null) { + this.soundPaths.get(objectId).set(1, objectSoundPrefix + this.path); } else { let index: TIndex = 1; - while (fs.exist(roots.gameSounds, object.sound_prefix() + this.path + index + ".ogg")) { - this.soundPaths.get(objectId).set(index, object.sound_prefix() + this.path + index); - index = index + 1; + while (fs.exist(roots.gameSounds, `${objectSoundPrefix + this.path + index}.ogg`)) { + this.soundPaths.get(objectId).set(index, objectSoundPrefix + this.path + index); + index += 1; } } if (this.objects.get(objectId).max < 0) { - abort("Couldnt find sounds %s with prefix %s", tostring(this.path), object.sound_prefix()); + abort( + "Could not find sounds %s with prefix %s, name %s, path %s, index %s, at %s - %s", + tostring(this.path), + objectSoundPrefix, + object.name(), + this.path, + this.objects.get(objectId).id, + this.objects.get(objectId).max + ); } if (!this.prefix) { diff --git a/src/engine/core/managers/weather/WeatherConfig.ts b/src/engine/core/managers/weather/WeatherConfig.ts index 4b8316626..fa72d26b0 100644 --- a/src/engine/core/managers/weather/WeatherConfig.ts +++ b/src/engine/core/managers/weather/WeatherConfig.ts @@ -1,7 +1,26 @@ import { ini_file } from "xray16"; +import { + readAtmosfearConfig, + readFogDistances, + readLevelWeathersConfiguration, +} from "@/engine/core/managers/weather/utils/weather_config"; +import { readIniSectionAsNumberMap } from "@/engine/core/utils/ini"; import { IniFile } from "@/engine/lib/types"; -export const DYNAMIC_WEATHER_GRAPHS: IniFile = new ini_file("environment\\dynamic_weather_graphs.ltx"); +export const DYNAMIC_WEATHER_GRAPHS_LTX: IniFile = new ini_file("environment\\dynamic_weather_graphs.ltx"); +export const WEATHER_MANAGER_LTX: IniFile = new ini_file("managers\\weather_manager.ltx"); +export const WEATHER_MANAGER_LEVELS_LTX: IniFile = new ini_file("managers\\weather\\weather_manager_levels.ltx"); -export const weatherConfig = {}; +export const weatherConfig = { + ATMOSFEAR_CONFIG: readAtmosfearConfig(WEATHER_MANAGER_LTX), + ATMOSFEAR_LEVEL_CONFIGS: readLevelWeathersConfiguration(WEATHER_MANAGER_LEVELS_LTX), + // DOF settings based on weather section. + // Key - section, value - probability. + DOF_KERNELS: readIniSectionAsNumberMap(DYNAMIC_WEATHER_GRAPHS_LTX, "dof_kernels"), + DOF_RATE: 1, + // Weather section based fog setting. + // Defines how far fog should be based on time / weather section. + FOG_DISTANCES: readFogDistances(DYNAMIC_WEATHER_GRAPHS_LTX), + MONTH_DAYS: $fromArray([31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]), +}; diff --git a/src/engine/core/managers/weather/WeatherManager.test.ts b/src/engine/core/managers/weather/WeatherManager.test.ts index 10c11f3a8..0649407f2 100644 --- a/src/engine/core/managers/weather/WeatherManager.test.ts +++ b/src/engine/core/managers/weather/WeatherManager.test.ts @@ -3,7 +3,7 @@ import { level } from "xray16"; import { disposeManager, getManager } from "@/engine/core/database"; import { EGameEvent, EventsManager } from "@/engine/core/managers/events"; -import { IWeatherState } from "@/engine/core/managers/weather/weather_types"; +import { EWeatherPeriodType, IWeatherState } from "@/engine/core/managers/weather/weather_types"; import { WeatherManager } from "@/engine/core/managers/weather/WeatherManager"; import { NIL } from "@/engine/lib/constants/words"; import { resetRegistry } from "@/fixtures/engine"; @@ -20,7 +20,7 @@ describe("WeatherManager", () => { const weatherManager: WeatherManager = getManager(WeatherManager); const eventsManager: EventsManager = getManager(EventsManager); - expect(weatherManager.weatherPeriod).toBe("neutral"); + expect(weatherManager.weatherPeriod).toBe("good"); expect(weatherManager.lastUpdatedAtHour).toBe(0); expect(weatherManager.weatherFxTime).toBe(0); expect(eventsManager.getSubscribersCount()).toBe(2); @@ -38,9 +38,9 @@ describe("WeatherManager", () => { expect(level.name()).toBe("zaton"); - expect(manager.weatherPeriod).toBe("neutral"); - expect(manager.weatherSection).toBe("neutral"); - expect(String(getFunctionMock(level.set_weather).mock.calls[0][0]).startsWith("default_cloudy")).toBeTruthy(); + expect(manager.weatherPeriod).toBe("good"); + expect(manager.weatherSection).toBe("atmosfear_clear_foggy"); + expect(String(getFunctionMock(level.set_weather).mock.calls[0][0]).startsWith("af3_slight_")).toBeTruthy(); }); it("should correctly set state", () => { @@ -49,17 +49,20 @@ describe("WeatherManager", () => { manager.setStateAsString("dynamic_default=clear,cloudy"); expect(MockLuaTable.getMockSize(manager.weatherState)).toBe(1); - expect(manager.weatherState).toStrictEqual( + expect(manager.weatherState).toEqualLuaTables( MockLuaTable.mock([ [ "dynamic_default", { currentState: "clear", weatherGraph: MockLuaTable.mock([ - ["clear", 0.4], - ["cloudy", 0.4], + ["clear", 0.2], + ["cloudy", 0.2], + ["foggy", 0.1], + ["partly", 0.2], ["rain", 0.1], ["thunder", 0.1], + ["veryfoggy", 0.1], ]), weatherName: "dynamic_default", nextState: "cloudy", @@ -75,7 +78,7 @@ describe("WeatherManager", () => { manager.setStateAsString("dynamic_default=clear,cloudy"); manager.weatherSection = "test_weather"; - manager.weatherPeriod = "good"; + manager.weatherPeriod = EWeatherPeriodType.GOOD; manager.weatherLastPeriodChangeHour = 9; manager.weatherNextPeriodChangeHour = 13; manager.lastUpdatedAtHour = 11; diff --git a/src/engine/core/managers/weather/WeatherManager.ts b/src/engine/core/managers/weather/WeatherManager.ts index b7a5cc2d2..5ebfe63d6 100644 --- a/src/engine/core/managers/weather/WeatherManager.ts +++ b/src/engine/core/managers/weather/WeatherManager.ts @@ -1,4 +1,4 @@ -import { CTime, game, level } from "xray16"; +import { game, level } from "xray16"; import { closeLoadMarker, @@ -12,23 +12,30 @@ import { } from "@/engine/core/database"; import { AbstractManager } from "@/engine/core/managers/abstract"; import { EGameEvent, EventsManager } from "@/engine/core/managers/events"; -import type { SurgeManager } from "@/engine/core/managers/surge/SurgeManager"; +import { SurgeManager } from "@/engine/core/managers/surge"; import { - canUsePeriodsForWeather, + getLevelWeatherDescriptor, + getMoonPhase, + getNextPeriodChangeHour, getNextWeatherFromGraph, - isIndoorWeather, isPreBlowoutWeather, isTransitionWeather, } from "@/engine/core/managers/weather/utils"; -import { IWeatherState } from "@/engine/core/managers/weather/weather_types"; -import { DYNAMIC_WEATHER_GRAPHS } from "@/engine/core/managers/weather/WeatherConfig"; +import { resetDof, updateDof } from "@/engine/core/managers/weather/utils/weather_dof"; +import { + ATMOSFEAR_WEATHER, + EWeatherPeriod, + EWeatherPeriodType, + IWeatherState, + TWeatherGraph, +} from "@/engine/core/managers/weather/weather_types"; +import { DYNAMIC_WEATHER_GRAPHS_LTX, weatherConfig } from "@/engine/core/managers/weather/WeatherConfig"; import { assert } from "@/engine/core/utils/assertion"; import { executeConsoleCommandsFromSection } from "@/engine/core/utils/console"; import { - parseAllSectionToTable, parseConditionsList, - parseNumbersList, pickSectionFromCondList, + readIniSectionAsNumberMap, readIniString, TConditionList, } from "@/engine/core/utils/ini"; @@ -40,9 +47,8 @@ import { NetProcessor, Optional, StringOptional, - TCount, TDuration, - TIndex, + Time, TName, TProbability, TSection, @@ -55,9 +61,10 @@ const logger: LuaLogger = new LuaLogger($filename); * Initialize weather and manage updating of it hourly. */ export class WeatherManager extends AbstractManager { + public initializedAt: Time = null as unknown as Time; + public shouldForceWeatherChangeOnTimeChange: boolean = false; - public lastUpdatedAtHour: TTimestamp = 0; public weatherLastPeriodChangeHour: TTimestamp = 0; public weatherNextPeriodChangeHour: TTimestamp = 0; @@ -67,23 +74,25 @@ export class WeatherManager extends AbstractManager { public weatherFx: Optional = null; public weatherFxTime: TTimestamp = 0; - public weatherSection: TName = ""; + public weatherSection: TSection = ""; public weatherConditionList: TConditionList = new LuaTable(); - public weatherGraph: LuaTable = new LuaTable(); // Map of states for weather sections, where key is name and value is probability. + public lastUpdatedAtHour: TTimestamp = 0; + public lastUpdatedAtSecond: TDuration = 0; + public lastUpdatedAtSecond5: TDuration = 0; + public weatherState: LuaTable = new LuaTable(); - // List of possible weather periods (like good, neutral, bad etc). - public weatherPeriods: LuaTable = new LuaTable(); - // Duration of weather periods mapped. - public weatherPeriodsRange: LuaTable> = new LuaTable(); - // Weather period index by weather period name. - public weatherPeriodsInverse: LuaTable = new LuaTable(); - // Currently active weather period. - public weatherPeriod: Optional = null; + public weatherPeriod: EWeatherPeriodType = EWeatherPeriodType.GOOD; + + public currentWeatherSection: Optional = null; + public nextWeatherSection: Optional = null; // Map of weathers change graphs for weather section, where key is name and value is probability. - public graphs: LuaTable>> = new LuaTable(); + public graphs: LuaTable = new LuaTable(); + + public weatherFxStartedAt: Optional = null; + public weatherFxEndedAt: Optional = null; public override initialize(): void { const eventsManager: EventsManager = getManager(EventsManager); @@ -91,11 +100,8 @@ export class WeatherManager extends AbstractManager { eventsManager.registerCallback(EGameEvent.ACTOR_UPDATE, this.update, this); eventsManager.registerCallback(EGameEvent.ACTOR_GO_ONLINE, this.onActorNetworkSpawn, this); - // Initialize weathers configuration. - this.initializeWeatherPeriods(); - // Apply settings for console if any exist. - executeConsoleCommandsFromSection("weather_console_settings", DYNAMIC_WEATHER_GRAPHS); + executeConsoleCommandsFromSection("weather_console_settings", DYNAMIC_WEATHER_GRAPHS_LTX); } public override destroy(): void { @@ -106,81 +112,25 @@ export class WeatherManager extends AbstractManager { } /** - * Read weather periods list for configuration. - * Initialize lists based on weather graphs periods. - * - * Each period includes set of weathers to run and change from time to time. - */ - public initializeWeatherPeriods(): void { - const weatherPeriodsLines: TCount = DYNAMIC_WEATHER_GRAPHS.section_exist("weather_periods") - ? DYNAMIC_WEATHER_GRAPHS.line_count("weather_periods") - : 0; - - // Reset lists. - this.weatherPeriods = new LuaTable(); - this.weatherPeriodsInverse = new LuaTable(); - this.weatherPeriodsRange = new LuaTable(); - - for (const it of $range(0, weatherPeriodsLines - 1)) { - const [, field, value] = DYNAMIC_WEATHER_GRAPHS.r_line("weather_periods", it, "", ""); - - logger.info("Initialize weather period: %s %s", field, value); - - this.weatherPeriods.set(it + 1, field); - this.weatherPeriodsInverse.set(field, it + 1); - this.weatherPeriodsRange.set(field, parseNumbersList(value)); - } - - // Set default weather period. - this.weatherPeriod = this.weatherPeriods.get(1) as TName; - } - - /** - * @param period - target period to transition from - * @returns weather period duration based on weather period duration range + * @returns whether current weather section is one of atmosfear options */ - public getNextPeriodChangeHour(period: TName): TTimestamp { - const range: LuaArray = this.weatherPeriodsRange.get(period); - const hour: TTimestamp = math.random(range.get(1), range.get(2)); - - // Randomize weather change hour and make sure it is in 0..24 range. - return math.mod(hour + this.weatherLastPeriodChangeHour + 1, 24); + public isAtmosfearWeatherActive(): boolean { + return string.sub(this.weatherSection, 1, 9) === ATMOSFEAR_WEATHER; } /** - * Apply next period entity from possible weathers. - * Changes list of possible weathers to activate now. - */ - public setNextPeriod(): void { - const nextIndex: TIndex = - math.mod(this.weatherPeriodsInverse.get(this.weatherPeriod as TName), this.weatherPeriods.length()) + 1; - - this.weatherPeriod = this.weatherPeriods.get(nextIndex); - this.weatherNextPeriodChangeHour = this.getNextPeriodChangeHour(this.weatherPeriod); - this.isWeatherPeriodTransition = true; - } - - /** - * Change weather period in range. + * Change weather period - set of good or bad weathers in a row. */ public changePeriod(): void { const currentTimeHour: TTimestamp = level.get_time_hours(); const surgeManager: SurgeManager = getManagerByName("SurgeManager") as SurgeManager; - const gameTime: CTime = game.get_game_time(); const timeToSurge: TDuration = math.floor( - surgeManager.nextScheduledSurgeDelay - gameTime.diffSec(surgeManager.lastSurgeAt) - ); - const shouldCheckOutdoor: string = readIniString( - DYNAMIC_WEATHER_GRAPHS, - level.name() + "_surge_settings", - "surge_state", - false, - null, - "0" + surgeManager.nextScheduledSurgeDelay - game.get_game_time().diffSec(surgeManager.lastSurgeAt) ); - // Surge will happen soon. - if ((shouldCheckOutdoor === "1" && timeToSurge < 7200) || level.is_wfx_playing()) { + if (timeToSurge < 7200 || level.is_wfx_playing()) { + logger.info("Activate pre-blowout period: %s", timeToSurge); + this.isWeatherPeriodPreBlowout = true; this.weatherNextPeriodChangeHour = math.mod(this.weatherNextPeriodChangeHour + 1, 24); } @@ -189,8 +139,11 @@ export class WeatherManager extends AbstractManager { if (currentTimeHour === this.weatherNextPeriodChangeHour) { logger.info("Changing weather period: %s", currentTimeHour); + this.weatherPeriod = + this.weatherPeriod === EWeatherPeriodType.GOOD ? EWeatherPeriodType.BAD : EWeatherPeriodType.GOOD; this.weatherLastPeriodChangeHour = currentTimeHour; - this.setNextPeriod(); + this.weatherNextPeriodChangeHour = getNextPeriodChangeHour(this.weatherPeriod, currentTimeHour); + this.isWeatherPeriodTransition = true; } } @@ -206,88 +159,109 @@ export class WeatherManager extends AbstractManager { * Generic update iteration. */ public override update(): void { - this.weatherFx = level.is_wfx_playing() ? level.get_weather() : null; - - const timeHours: TTimestamp = level.get_time_hours(); + const lastUpdatedAtHour: TTimestamp = level.get_time_hours(); + const lastUpdatedAtSecond: TTimestamp = math.ceil( + game.get_game_time().diffSec(this.initializedAt) / level.get_time_factor() + ); + const lastUpdatedAtSecond5: TTimestamp = lastUpdatedAtSecond * 5; - // Every hour recalculate weather. - if (this.lastUpdatedAtHour !== timeHours) { - this.lastUpdatedAtHour = timeHours; + this.weatherFx = level.is_wfx_playing() ? level.get_weather() : null; + this.lastUpdatedAtSecond = lastUpdatedAtSecond; - this.updateWeatherStates(); + if (this.lastUpdatedAtHour !== lastUpdatedAtHour) { + this.lastUpdatedAtHour = lastUpdatedAtHour; - if (!isIndoorWeather(this.weatherSection)) { - this.changePeriod(); + for (const [, state] of this.weatherState) { + state.currentState = state.nextState; + state.nextState = getNextWeatherFromGraph(state.weatherGraph); } - this.updateWeather(false); + this.changePeriod(); + this.updateWeather(); } - } - /** - * Rotate current weather states. - */ - public updateWeatherStates(): void { - for (const [, weatherState] of this.weatherState) { - weatherState.currentState = weatherState.nextState; - weatherState.nextState = getNextWeatherFromGraph(weatherState.weatherGraph); + if (this.lastUpdatedAtSecond5 !== lastUpdatedAtSecond5) { + this.lastUpdatedAtSecond5 = lastUpdatedAtSecond5; + + if (this.isAtmosfearWeatherActive()) { + updateDof(this); + } else { + resetDof(); + } } } /** - * Try to change current weather. + * Try to change current weather based on current cycle, period and state. + * + * @param now - whether weather should be changed immediately */ - public updateWeather(now: boolean = false): void { + public updateWeather(now?: boolean): void { let weatherSection: TSection = pickSectionFromCondList( registry.actor, registry.actor, this.weatherConditionList - ) as TName; - - if (!isIndoorWeather(weatherSection)) { - if (canUsePeriodsForWeather(weatherSection)) { - if (this.isWeatherPeriodTransition) { - weatherSection = "transition"; - this.isWeatherPeriodTransition = false; - } else if (this.isWeatherPeriodPreBlowout) { - weatherSection = "pre_blowout"; - this.isWeatherPeriodPreBlowout = false; - } else { - weatherSection = this.weatherPeriod as TName; - } + ) as TSection; + + if (weatherSection === ATMOSFEAR_WEATHER) { + if (this.isWeatherPeriodTransition) { + weatherSection += "_transition"; + this.isWeatherPeriodTransition = false; + } else if (this.isWeatherPeriodPreBlowout) { + weatherSection += "_pre_blowout"; + this.isWeatherPeriodPreBlowout = false; } else { - if (!this.isWeatherPeriodTransition) { - weatherSection = this.weatherPeriod as TName; - } else if (this.isWeatherPeriodPreBlowout) { - weatherSection = "pre_blowout"; - this.isWeatherPeriodPreBlowout = false; - } + weatherSection = `${weatherSection}_${ + this.weatherPeriod === EWeatherPeriodType.GOOD + ? getLevelWeatherDescriptor().periodGood + : getLevelWeatherDescriptor().periodBad + }`; } } this.weatherSection = weatherSection; - this.weatherGraph = this.getGraphBySection(weatherSection); - // Handle weathers without defined graphs. - if (this.weatherGraph === null) { - this.weatherState.delete(weatherSection); - } else { - // Initialize weather state by name. + logger.info("Current weather section is: %s", weatherSection); + + const graph: Optional = this.getGraphBySection(weatherSection); + let nextWeather: TName; + + if (graph) { if ( - this.weatherState.get(weatherSection) === null || + !this.weatherState.get(weatherSection) || this.weatherState.get(weatherSection).weatherName !== weatherSection ) { this.weatherState = new LuaTable(); this.weatherState.set(weatherSection, { - currentState: getNextWeatherFromGraph(this.weatherGraph), - nextState: getNextWeatherFromGraph(this.weatherGraph), + currentState: getNextWeatherFromGraph(graph), + nextState: getNextWeatherFromGraph(graph), weatherName: weatherSection, - weatherGraph: this.weatherGraph, + weatherGraph: graph, }); } - // Picked weather from graph and can use it. - weatherSection = "default_" + this.weatherState.get(weatherSection).currentState; + const weatherState: IWeatherState = this.weatherState.get(weatherSection); + + // Compose actual weather based on: + // - night brightness + // - weather type + // - moon phase + nextWeather = `af3_${weatherConfig.ATMOSFEAR_CONFIG.nightBrightness}_${weatherState.currentState}`; + + if (weatherState.currentState === EWeatherPeriod.CLEAR || weatherState.currentState === EWeatherPeriod.PARTLY) { + nextWeather += `_${getMoonPhase(game.get_game_time(), weatherConfig.ATMOSFEAR_CONFIG.moonPhasePeriod)}`; + } + + if (now) { + this.currentWeatherSection = weatherState.currentState; + this.nextWeatherSection = weatherState.currentState; + } else { + this.currentWeatherSection = this.nextWeatherSection; + this.nextWeatherSection = weatherState.currentState; + } + } else { + this.weatherState.delete(weatherSection); + nextWeather = weatherSection; } // Force change now if marked as needed. @@ -304,8 +278,8 @@ export class WeatherManager extends AbstractManager { level.start_weather_fx_from_time(this.weatherFx, this.weatherFxTime); logger.info("Start weather FX: %s %s %s", this.weatherFx, this.weatherFxTime, now); } else { - level.set_weather(weatherSection, now); - logger.info("Updated weather: %s %s %s %s", this.weatherPeriod, weatherSection, this.weatherFx, now); + level.set_weather(nextWeather, now === true); + logger.info("Updated weather: %s %s %s %s", weatherSection, nextWeather, this.weatherFx, now); } } @@ -316,7 +290,7 @@ export class WeatherManager extends AbstractManager { this.weatherState = new LuaTable(); for (const weatherString of string.gfind(stateString, "[^;]+")) { - const [i, j, groupName, currentState, nextState] = string.find(weatherString, "([^=]+)=([^,]+),([^,]+)"); + const [, , groupName, currentState, nextState] = string.find(weatherString, "([^=]+)=([^,]+),([^,]+)"); assert( groupName, @@ -329,7 +303,7 @@ export class WeatherManager extends AbstractManager { const graphName: TName = groupName as TName; const graph: Optional> = this.getGraphBySection(graphName); - if (graph !== null) { + if (graph) { logger.info("Change weather graph: %s", stateString); this.weatherState.set(graphName, { @@ -366,12 +340,12 @@ export class WeatherManager extends AbstractManager { * @param section - name of the section to parse / read * @returns graph describing provided section */ - protected getGraphBySection(section: TSection): LuaTable { + public getGraphBySection(section: TSection): Optional { if (!this.graphs.has(section)) { - this.graphs.set(section, parseAllSectionToTable(DYNAMIC_WEATHER_GRAPHS, section)); + this.graphs.set(section, readIniSectionAsNumberMap(DYNAMIC_WEATHER_GRAPHS_LTX, section)); } - return this.graphs.get(section) as LuaTable; + return this.graphs.get(section); } /** @@ -382,18 +356,16 @@ export class WeatherManager extends AbstractManager { logger.info("Initialize weather on network spawn"); const levelName: TName = level.name(); - const levelWeather: TName = readIniString(GAME_LTX, levelName, "weathers", false, null, "[default]"); + const levelWeather: TName = readIniString(GAME_LTX, levelName, "weathers", false, null, ATMOSFEAR_WEATHER); this.weatherSection = levelWeather; this.weatherConditionList = parseConditionsList(levelWeather); logger.info("Possible weathers condition list: %s", levelWeather); - // Change period next hour or based on weather config. - this.weatherNextPeriodChangeHour = canUsePeriodsForWeather(levelWeather) - ? this.getNextPeriodChangeHour(this.weatherPeriod as TName) - : math.mod(this.weatherNextPeriodChangeHour + 1, 24); + this.weatherNextPeriodChangeHour = getNextPeriodChangeHour(this.weatherPeriod, this.weatherLastPeriodChangeHour); + this.initializedAt = game.get_game_time(); this.lastUpdatedAtHour = level.get_time_hours(); this.updateWeather(true); } diff --git a/src/engine/core/managers/weather/utils/index.ts b/src/engine/core/managers/weather/utils/index.ts index f549e9ed2..dfa09979f 100644 --- a/src/engine/core/managers/weather/utils/index.ts +++ b/src/engine/core/managers/weather/utils/index.ts @@ -1 +1,4 @@ +export * from "@/engine/core/managers/weather/utils/weather_config"; +export * from "@/engine/core/managers/weather/utils/weather_dof"; export * from "@/engine/core/managers/weather/utils/weather_generic"; +export * from "@/engine/core/managers/weather/utils/weather_moon"; diff --git a/src/engine/core/managers/weather/utils/weather_config.test.ts b/src/engine/core/managers/weather/utils/weather_config.test.ts new file mode 100644 index 000000000..e11ced14d --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_config.test.ts @@ -0,0 +1,148 @@ +import { describe, expect, it } from "@jest/globals"; + +import { EWeatherMoonPeriod, EWeatherNightBrightness } from "@/engine/core/managers/weather"; +import { + readAtmosfearConfig, + readFogDistances, + readLevelWeathersConfiguration, +} from "@/engine/core/managers/weather/utils/weather_config"; +import { WEATHER_MANAGER_LEVELS_LTX, WEATHER_MANAGER_LTX } from "@/engine/core/managers/weather/WeatherConfig"; +import { MockIniFile } from "@/fixtures/xray"; + +describe("readAtmosfearConfig util", () => { + it("should correctly read values", () => { + expect(readAtmosfearConfig(WEATHER_MANAGER_LTX)).toEqual({ + moonPhasePeriod: EWeatherMoonPeriod.DAYS_8, + nightBrightness: EWeatherNightBrightness.SLIGHT, + }); + + expect( + readAtmosfearConfig( + MockIniFile.mock("test.ltx", { + atmosfear_default_parameters: { + moon_phase_period: "d28", + night_brightness: "dark", + }, + }) + ) + ).toEqual({ + moonPhasePeriod: EWeatherMoonPeriod.DAYS_28, + nightBrightness: EWeatherNightBrightness.DARK, + }); + + expect(readAtmosfearConfig(MockIniFile.mock("empty.ltx", {}))).toEqual({ + moonPhasePeriod: EWeatherMoonPeriod.DAYS_8, + nightBrightness: EWeatherNightBrightness.SLIGHT, + }); + }); +}); + +describe("readLevelWeathersConfiguration util", () => { + it("should correctly read values", () => { + expect(readLevelWeathersConfiguration(WEATHER_MANAGER_LEVELS_LTX)).toEqualLuaTables({ + default: { + periodBad: "foggy_rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }, + jupiter: { + periodBad: "foggy_rainy", + periodBadLength: 4, + periodGood: "clear", + periodGoodLength: 8, + }, + pripyat: { + periodBad: "stormy", + periodBadLength: 8, + periodGood: "clear_foggy", + periodGoodLength: 4, + }, + zaton: { + periodBad: "rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }, + }); + }); + + it("should correctly read values with custom levels or incomplete data", () => { + expect( + readLevelWeathersConfiguration( + MockIniFile.mock("test.ltx", { + unknown_level: { + period_bad: "stormy", + period_bad_length: 16, + period_good: "clear", + period_good_length: 8, + }, + incomplete: {}, + }) + ) + ).toEqualLuaTables({ + default: { + periodBad: "foggy_rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }, + unknown_level: { + periodBad: "stormy", + periodBadLength: 16, + periodGood: "clear", + periodGoodLength: 8, + }, + incomplete: { + periodBad: "foggy_rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }, + }); + }); +}); + +describe("readFogDistances util", () => { + it("should correctly read values", () => { + expect(readFogDistances(MockIniFile.mock("test.ltx", {}))).toEqualLuaTables({}); + expect(readFogDistances(MockIniFile.mock("test.ltx", { dof_kernels: {} }))).toEqualLuaTables({}); + + expect( + readFogDistances( + MockIniFile.mock("test.ltx", { + dof_kernels: { + clear: 1, + }, + }) + ) + ).toEqualLuaTables({ + clear: { + "00:00:00": 500, + "01:00:00": 500, + "02:00:00": 500, + "03:00:00": 500, + "04:00:00": 500, + "05:00:00": 500, + "06:00:00": 500, + "07:00:00": 500, + "08:00:00": 500, + "09:00:00": 500, + "10:00:00": 500, + "11:00:00": 500, + "12:00:00": 500, + "13:00:00": 500, + "14:00:00": 500, + "15:00:00": 500, + "16:00:00": 500, + "17:00:00": 500, + "18:00:00": 500, + "19:00:00": 500, + "20:00:00": 500, + "21:00:00": 500, + "22:00:00": 500, + "23:00:00": 500, + }, + }); + }); +}); diff --git a/src/engine/core/managers/weather/utils/weather_config.ts b/src/engine/core/managers/weather/utils/weather_config.ts new file mode 100644 index 000000000..5b859dacc --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_config.ts @@ -0,0 +1,103 @@ +import { ini_file } from "xray16"; + +import { + EWeatherMoonPeriod, + EWeatherNightBrightness, + EWeatherPeriod, + IAtmosfearConfig, + IAtmosfearLevelWeatherConfig, +} from "@/engine/core/managers/weather/weather_types"; +import { readIniNumber, readIniString } from "@/engine/core/utils/ini"; +import { LuaLogger } from "@/engine/core/utils/logging"; +import { hoursToWeatherPeriod } from "@/engine/core/utils/time"; +import { IniFile, TCount, TDistance, TName, TSection } from "@/engine/lib/types"; + +const logger: LuaLogger = new LuaLogger($filename); + +/** + * @param ini - ini file to read atmosfear configuration from + * @returns global level configuration for atmosfear + */ +export function readAtmosfearConfig(ini: IniFile): IAtmosfearConfig { + return { + moonPhasePeriod: readIniString( + ini, + "atmosfear_default_parameters", + "moon_phase_period", + false, + null, + EWeatherMoonPeriod.DAYS_8 + ), + nightBrightness: readIniString( + ini, + "atmosfear_default_parameters", + "night_brightness", + false, + null, + EWeatherNightBrightness.SLIGHT + ), + }; +} + +/** + * Read fog distance based on current weather cycles/periods. + * + * @param ini - target ini to read fog distances from + * @returns object defining weather fog distance based on active cycle and daytime + */ +export function readFogDistances(ini: IniFile): LuaTable> { + const distances: LuaTable> = new LuaTable(); + const count: TCount = ini.line_count("dof_kernels"); + + for (const index of $range(0, count - 1)) { + const [, cycle] = ini.r_line("dof_kernels", index, "", ""); + + const weatherCycle: LuaTable = new LuaTable(); + const weatherCycleLtx: IniFile = new ini_file( + `environment\\weathers\\af3_dark_${cycle}${ + cycle === EWeatherPeriod.CLEAR || cycle === EWeatherPeriod.PARTLY ? "_0" : "" + }.ltx` + ); + + for (const index of $range(0, 23)) { + const timePeriod: TSection = hoursToWeatherPeriod(index); + + weatherCycle.set(timePeriod, readIniNumber(weatherCycleLtx, timePeriod, "fog_distance", false, 500)); + } + + distances.set(cycle, weatherCycle); + } + + logger.info("Read fog distances for %s cycles", count); + + return distances; +} + +/** + * Read configuration of level weathers. + * Defines periods and durations of weather for specific levels. + * + * @param ini - file to read data from or fallback to defaults + * @returns configuration of weather for levels + */ +export function readLevelWeathersConfiguration(ini: IniFile): LuaTable { + const list: LuaTable = new LuaTable(); + + list.set("default", { + periodBad: EWeatherPeriod.FOGGY_RAINY, + periodBadLength: 6, + periodGood: EWeatherPeriod.CLEAR_FOGGY, + periodGoodLength: 6, + }); + + ini.section_for_each((level: TName): void => { + list.set(level, { + periodGood: readIniString(ini, level, "period_good", false, null, EWeatherPeriod.CLEAR_FOGGY), + periodGoodLength: readIniNumber(ini, level, "period_good_length", false, 6), + periodBad: readIniString(ini, level, "period_bad", false, null, EWeatherPeriod.FOGGY_RAINY), + periodBadLength: readIniNumber(ini, level, "period_bad_length", false, 6), + }); + }); + + return list; +} diff --git a/src/engine/core/managers/weather/utils/weather_dof.test.ts b/src/engine/core/managers/weather/utils/weather_dof.test.ts new file mode 100644 index 000000000..c786340fe --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_dof.test.ts @@ -0,0 +1,116 @@ +import { beforeEach, describe, expect, it } from "@jest/globals"; +import { get_console } from "xray16"; + +import { getManager } from "@/engine/core/database"; +import { WeatherManager } from "@/engine/core/managers/weather"; +import { resetDof, updateDof } from "@/engine/core/managers/weather/utils/weather_dof"; +import { Console } from "@/engine/lib/types"; +import { resetRegistry } from "@/fixtures/engine"; +import { resetFunctionMock } from "@/fixtures/jest"; + +describe("resetDof util", () => { + beforeEach(() => { + resetFunctionMock(get_console().execute); + }); + + it("should correctly apply dof commands", () => { + const console: Console = get_console(); + + resetDof(); + + expect(console.execute).toHaveBeenCalledTimes(2); + expect(console.execute).toHaveBeenCalledWith("r2_dof_far 800"); + expect(console.execute).toHaveBeenCalledWith("r2_dof_kernel 2"); + }); +}); + +describe("updateDof util", () => { + beforeEach(() => { + resetRegistry(); + resetFunctionMock(get_console().execute); + }); + + it("should correctly fail if weather is not set / initialized", () => { + const manager: WeatherManager = getManager(WeatherManager); + + expect(() => updateDof(manager)).toThrow( + "Could not find fog distance descriptor for weather switch pair 'nil -> nil'" + ); + + manager.currentWeatherSection = "test"; + + expect(() => updateDof(manager)).toThrow( + "Could not find fog distance descriptor for weather switch pair 'test -> nil'" + ); + + manager.currentWeatherSection = null; + manager.nextWeatherSection = "test"; + + expect(() => updateDof(manager)).toThrow( + "Could not find fog distance descriptor for weather switch pair 'nil -> test'" + ); + }); + + it("should correctly switch dof without weather fx", () => { + const manager: WeatherManager = getManager(WeatherManager); + const console: Console = get_console(); + + manager.currentWeatherSection = "clear"; + manager.nextWeatherSection = "veryfoggy"; + manager.lastUpdatedAtHour = 10; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledWith("r2_dof_far 500"); + expect(console.execute).toHaveBeenCalledWith("r2_dof_kernel 6"); + + manager.weatherFxStartedAt = 1; + manager.lastUpdatedAtSecond = 10; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledWith("r2_dof_far 200"); + expect(console.execute).toHaveBeenCalledWith("r2_dof_kernel 4"); + + manager.lastUpdatedAtSecond = 16; + + updateDof(manager); + + expect(manager.weatherFxStartedAt).toBeNull(); + expect(manager.weatherFxEndedAt).toBeNull(); + }); + + it("should correctly switch dof with weather fx", () => { + const manager: WeatherManager = getManager(WeatherManager); + const console: Console = get_console(); + + manager.weatherFx = "test"; + manager.currentWeatherSection = "clear"; + manager.nextWeatherSection = "veryfoggy"; + manager.lastUpdatedAtHour = 10; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledTimes(0); + + manager.weatherFxStartedAt = 5; + manager.lastUpdatedAtSecond = 15; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledWith("r2_dof_far 417"); + expect(console.execute).toHaveBeenCalledWith("r2_dof_kernel 5"); + + manager.lastUpdatedAtSecond = 16; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledTimes(4); + + manager.weatherFxEndedAt = 15; + + updateDof(manager); + + expect(console.execute).toHaveBeenCalledTimes(4); + }); +}); diff --git a/src/engine/core/managers/weather/utils/weather_dof.ts b/src/engine/core/managers/weather/utils/weather_dof.ts new file mode 100644 index 000000000..a81ba0cfe --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_dof.ts @@ -0,0 +1,113 @@ +import { CConsole, get_console, level } from "xray16"; + +import { WeatherManager } from "@/engine/core/managers/weather"; +import { weatherConfig } from "@/engine/core/managers/weather/WeatherConfig"; +import { abort } from "@/engine/core/utils/assertion"; +import { roundWithPrecision } from "@/engine/core/utils/number"; +import { hoursToWeatherPeriod } from "@/engine/core/utils/time"; +import { TDistance, TRate, TSection, TTimestamp } from "@/engine/lib/types"; + +/** + * Reset DOF value to use defaults. + */ +export function resetDof(): void { + const console: CConsole = get_console(); + + console.execute(`r2_dof_far ${800 * weatherConfig.DOF_RATE}`); + console.execute("r2_dof_kernel 2"); +} + +/** + * Update DOF settings based on weather transition. + * Adjusts DOF setting based on current weather cycle visibility + fog levels. + * + * @param manager - target weather manager to update + */ +export function updateDof(manager: WeatherManager): void { + const console: CConsole = get_console(); + const minutes: TTimestamp = level.get_time_minutes(); + + const lastFogDistanceDescriptor: LuaTable = weatherConfig.FOG_DISTANCES.get( + manager.currentWeatherSection as TSection + ); + const nextFogDistanceDescriptor: LuaTable = weatherConfig.FOG_DISTANCES.get( + manager.nextWeatherSection as TSection + ); + + if (!lastFogDistanceDescriptor || !nextFogDistanceDescriptor) { + abort( + "Could not find fog distance descriptor for weather switch pair '%s -> %s'", + manager.currentWeatherSection, + manager.nextWeatherSection + ); + } + + const lastFogDistance: TDistance = lastFogDistanceDescriptor.get(hoursToWeatherPeriod(manager.lastUpdatedAtHour)); + const nextFogDistance: TDistance = nextFogDistanceDescriptor.get( + hoursToWeatherPeriod((manager.lastUpdatedAtHour + 1) % 24) + ); + const lastDofKernel: TRate = weatherConfig.DOF_KERNELS.get(manager.currentWeatherSection as TSection); + const nextDofKernel: TRate = weatherConfig.DOF_KERNELS.get(manager.nextWeatherSection as TSection); + + const currentDofFar: TRate = math.ceil(((nextFogDistance - lastFogDistance) * minutes) / 60 + lastFogDistance); + const currentDofKernel: TRate = roundWithPrecision( + ((nextDofKernel - lastDofKernel) * minutes) / 60 + lastDofKernel, + 2 + ); + + let startTransition: TRate = 0; + let percentOfTransition: TRate = 0; + + if (manager.weatherFx) { + if (!manager.weatherFxStartedAt) { + manager.weatherFxStartedAt = manager.lastUpdatedAtSecond; + manager.weatherFxEndedAt = null; + } + + if (manager.weatherFxStartedAt && !manager.weatherFxEndedAt) { + startTransition = manager.lastUpdatedAtSecond - manager.weatherFxStartedAt; + percentOfTransition = startTransition / ((6 * 60) / level.get_time_factor()); + + if (percentOfTransition > 1) { + percentOfTransition = 1; + } + + console.execute( + `r2_dof_far ${math.ceil( + (currentDofFar - (currentDofFar - 200) * percentOfTransition) * weatherConfig.DOF_RATE + )}` + ); + console.execute( + `r2_dof_kernel ${roundWithPrecision(currentDofKernel - (currentDofKernel - 4) * percentOfTransition)}` + ); + } + } else { + if (!manager.weatherFxEndedAt && manager.weatherFxStartedAt) { + manager.weatherFxEndedAt = manager.lastUpdatedAtSecond; + } + + if (manager.weatherFxStartedAt && manager.weatherFxEndedAt) { + startTransition = manager.lastUpdatedAtSecond - manager.weatherFxEndedAt; + percentOfTransition = startTransition / 5; + + if (percentOfTransition > 1) { + percentOfTransition = 1; + + manager.weatherFxStartedAt = null; + manager.weatherFxEndedAt = null; + } + + console.execute( + `r2_dof_far ${math.ceil( + (currentDofFar - (currentDofFar - 200) * (1 - percentOfTransition)) * weatherConfig.DOF_RATE + )}` + ); + console.execute( + `r2_dof_kernel ${roundWithPrecision(currentDofKernel - (currentDofKernel - 4) * (1 - percentOfTransition))}` + ); + } else { + console.execute(`r2_dof_far ${currentDofFar * weatherConfig.DOF_RATE}`); + console.execute(`r2_dof_kernel ${currentDofKernel}`); + } + } +} diff --git a/src/engine/core/managers/weather/utils/weather_generic.test.ts b/src/engine/core/managers/weather/utils/weather_generic.test.ts index 57e85768e..0a76bcfba 100644 --- a/src/engine/core/managers/weather/utils/weather_generic.test.ts +++ b/src/engine/core/managers/weather/utils/weather_generic.test.ts @@ -1,13 +1,17 @@ -import { describe, expect, it } from "@jest/globals"; +import { describe, expect, it, jest } from "@jest/globals"; +import { level } from "xray16"; +import { EWeatherPeriodType, TWeatherGraph } from "@/engine/core/managers/weather"; import { - canUsePeriodsForWeather, + getLevelWeatherDescriptor, + getNextPeriodChangeHour, + getNextWeatherFromGraph, getPossibleWeathersList, isIndoorWeather, isPreBlowoutWeather, isTransitionWeather, } from "@/engine/core/managers/weather/utils/weather_generic"; -import { TName } from "@/engine/lib/types"; +import { TName, TProbability, TSection } from "@/engine/lib/types"; import { replaceFunctionMock } from "@/fixtures/jest"; describe("getPossibleWeathersList util", () => { @@ -22,12 +26,99 @@ describe("getPossibleWeathersList util", () => { }); }); -describe("canUsePeriodsForWeather util", () => { - it("should check dynamic weathers", () => { - expect(canUsePeriodsForWeather("dynamic_default")).toBe(true); - expect(canUsePeriodsForWeather("dynamic")).toBe(true); - expect(canUsePeriodsForWeather("default")).toBe(false); - expect(canUsePeriodsForWeather("another")).toBe(false); +describe("getNextWeatherFromGraph util", () => { + it("should correctly get next possible weather from graph", () => { + const graph: TWeatherGraph = $fromObject({ + clear: 0.25, + cloudy: 0.25, + rainy: 0.25, + storm: 0.25, + }); + + jest.spyOn(math, "random").mockImplementationOnce(() => 1); + expect(getNextWeatherFromGraph(graph)).toBe("storm"); + + jest.spyOn(math, "random").mockImplementationOnce(() => 0.75); + expect(getNextWeatherFromGraph(graph)).toBe("rainy"); + + jest.spyOn(math, "random").mockImplementationOnce(() => 0.5); + expect(getNextWeatherFromGraph(graph)).toBe("cloudy"); + + jest.spyOn(math, "random").mockImplementationOnce(() => 0.25); + expect(getNextWeatherFromGraph(graph)).toBe("clear"); + + jest.spyOn(math, "random").mockImplementationOnce(() => 0); + expect(getNextWeatherFromGraph(graph)).toBe("clear"); + }); + + it("should correctly get next possible weather from empty graph", () => { + expect(getNextWeatherFromGraph($fromObject({}))).toBeNull(); + }); +}); + +describe("getLevelWeatherDescriptor util", () => { + it("should get descriptors of levels", () => { + jest.spyOn(level, "name").mockImplementationOnce(() => "unknown"); + expect(getLevelWeatherDescriptor()).toEqual({ + periodBad: "foggy_rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }); + + jest.spyOn(level, "name").mockImplementationOnce(() => "zaton"); + expect(getLevelWeatherDescriptor()).toEqual({ + periodBad: "rainy", + periodBadLength: 6, + periodGood: "clear_foggy", + periodGoodLength: 6, + }); + + jest.spyOn(level, "name").mockImplementationOnce(() => "jupiter"); + expect(getLevelWeatherDescriptor()).toEqual({ + periodBad: "foggy_rainy", + periodBadLength: 4, + periodGood: "clear", + periodGoodLength: 8, + }); + }); +}); + +describe("getNextPeriodChangeHour util", () => { + it("should correctly get next weather change hour for zaton", () => { + jest.spyOn(level, "name").mockImplementationOnce(() => "zaton"); + jest.spyOn(math, "random").mockImplementationOnce((_, max) => max || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.GOOD, 0)).toBe(7); + + jest.spyOn(level, "name").mockImplementationOnce(() => "zaton"); + jest.spyOn(math, "random").mockImplementationOnce((min) => min || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.GOOD, 0)).toBe(5); + + jest.spyOn(level, "name").mockImplementationOnce(() => "zaton"); + jest.spyOn(math, "random").mockImplementationOnce((_, max) => max || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.BAD, 23)).toBe(6); + + jest.spyOn(level, "name").mockImplementationOnce(() => "zaton"); + jest.spyOn(math, "random").mockImplementationOnce((min) => min || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.BAD, 23)).toBe(4); + }); + + it("should correctly get next weather change hour for jupiter", () => { + jest.spyOn(level, "name").mockImplementationOnce(() => "jupiter"); + jest.spyOn(math, "random").mockImplementationOnce((_, max) => max || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.GOOD, 0)).toBe(9); + + jest.spyOn(level, "name").mockImplementationOnce(() => "jupiter"); + jest.spyOn(math, "random").mockImplementationOnce((min) => min || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.GOOD, 0)).toBe(7); + + jest.spyOn(level, "name").mockImplementationOnce(() => "jupiter"); + jest.spyOn(math, "random").mockImplementationOnce((_, max) => max || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.BAD, 5)).toBe(10); + + jest.spyOn(level, "name").mockImplementationOnce(() => "jupiter"); + jest.spyOn(math, "random").mockImplementationOnce((min) => min || 0); + expect(getNextPeriodChangeHour(EWeatherPeriodType.BAD, 5)).toBe(9); }); }); diff --git a/src/engine/core/managers/weather/utils/weather_generic.ts b/src/engine/core/managers/weather/utils/weather_generic.ts index 7487219c4..feea880cc 100644 --- a/src/engine/core/managers/weather/utils/weather_generic.ts +++ b/src/engine/core/managers/weather/utils/weather_generic.ts @@ -1,11 +1,18 @@ -import { FS, getFS } from "xray16"; - +import { FS, getFS, level } from "xray16"; + +import { + EWeatherPeriodType, + IAtmosfearLevelWeatherConfig, + TWeatherGraph, +} from "@/engine/core/managers/weather/weather_types"; +import { weatherConfig } from "@/engine/core/managers/weather/WeatherConfig"; import { containsSubstring } from "@/engine/core/utils/string"; import { roots } from "@/engine/lib/constants/roots"; -import { LuaArray, Optional, TName, TPath, TProbability, TRate } from "@/engine/lib/types"; +import { LuaArray, Optional, TDuration, TName, TPath, TRate, TTimestamp } from "@/engine/lib/types"; /** * Get list all possible weather configs to set. + * Checks environment configs list and fills list with possible ltx files describing weather cycles. * * @returns array containing all possible weather names */ @@ -37,9 +44,10 @@ export function getPossibleWeathersList(): LuaArray { * @param graph - list of weather-probability pairs to toggle * @returns next weather selected from possibilities graph */ -export function getNextWeatherFromGraph(graph: LuaTable): TName { +export function getNextWeatherFromGraph(graph: TWeatherGraph): TName { let totalProbability: TRate = 0; + // todo: Probably store total probability in graph or supply as parameter. for (const [, probability] of graph) { totalProbability += probability; } @@ -61,13 +69,29 @@ export function getNextWeatherFromGraph(graph: LuaTable): T } /** - * Check if weather section has dynamic base. + * @returns descriptor of level weather periods, defaults for unknown levels + */ +export function getLevelWeatherDescriptor(): IAtmosfearLevelWeatherConfig { + return ( + weatherConfig.ATMOSFEAR_LEVEL_CONFIGS.get(level.name()) ?? weatherConfig.ATMOSFEAR_LEVEL_CONFIGS.get("default") + ); +} + +/** + * Get next period change hour based on previous change and configuration of level periods. + * Randomizes change between max period duration and 2/3 of duration. * - * @param weather - section of weather to check - * @returns whether weather section is dynamic + * @param period - type of current weather period + * @param lastPeriodChangedAt - hour of last period change + * @returns next hour to change period */ -export function canUsePeriodsForWeather(weather: TName): boolean { - return containsSubstring(weather, "dynamic"); +export function getNextPeriodChangeHour(period: EWeatherPeriodType, lastPeriodChangedAt: TTimestamp): TTimestamp { + const length: TDuration = + period === EWeatherPeriodType.GOOD + ? getLevelWeatherDescriptor().periodGoodLength + : getLevelWeatherDescriptor().periodBadLength; + + return (lastPeriodChangedAt + 1 + math.random(math.ceil((length * 2) / 3), length)) % 24; } /** diff --git a/src/engine/core/managers/weather/utils/weather_moon.test.ts b/src/engine/core/managers/weather/utils/weather_moon.test.ts new file mode 100644 index 000000000..e26a9fc50 --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_moon.test.ts @@ -0,0 +1,20 @@ +import { describe, expect, it } from "@jest/globals"; + +import { EWeatherMoonPeriod } from "@/engine/core/managers/weather"; +import { getMoonPhase } from "@/engine/core/managers/weather/utils/weather_moon"; +import { MockCTime } from "@/fixtures/xray"; + +describe("getMoonPhase util", () => { + it("should correctly calculate phase for 8 days duration", () => { + expect(getMoonPhase(MockCTime.mock(2012, 6, 8, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("1"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 16, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("1"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 24, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("1"); + + expect(getMoonPhase(MockCTime.mock(2012, 6, 11, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("4"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 11, 12, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("5"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 12, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("5"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 12, 12, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("6"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 13, 9, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("6"); + expect(getMoonPhase(MockCTime.mock(2012, 6, 13, 12, 30, 0, 0), EWeatherMoonPeriod.DAYS_8)).toBe("7"); + }); +}); diff --git a/src/engine/core/managers/weather/utils/weather_moon.ts b/src/engine/core/managers/weather/utils/weather_moon.ts new file mode 100644 index 000000000..10018981a --- /dev/null +++ b/src/engine/core/managers/weather/utils/weather_moon.ts @@ -0,0 +1,34 @@ +import { EWeatherMoonPeriod } from "@/engine/core/managers/weather/weather_types"; +import { weatherConfig } from "@/engine/core/managers/weather/WeatherConfig"; +import { Time, TIndex, TLabel } from "@/engine/lib/types"; + +/** + * Calculate current moon phase based on game date time. + * + * @param time - current game time to calculate + * @param period - phase setting of moon + * @returns phase of moon + */ +export function getMoonPhase(time: Time, period: EWeatherMoonPeriod): TLabel { + const [Y, M, D, h] = time.get(0, 0, 0, 0, 0, 0, 0); + + let day: TIndex = 365 * (Y - 2010) + D; + + for (const index of $range(1, M - 1)) { + day += weatherConfig.MONTH_DAYS.get(index); + } + + if (h >= 12) { + day += 1; + } + + switch (period) { + case EWeatherMoonPeriod.DAYS_8: + return tostring(day % 8); + case EWeatherMoonPeriod.DAYS_28: + return tostring(math.floor((day % 28) / 3.5)); + default: + // Hardcoded 'aX' value. + return tostring(string.sub(period, 2)); + } +} diff --git a/src/engine/core/managers/weather/weather_types.ts b/src/engine/core/managers/weather/weather_types.ts index dd0dfa481..55840ff76 100644 --- a/src/engine/core/managers/weather/weather_types.ts +++ b/src/engine/core/managers/weather/weather_types.ts @@ -1,11 +1,97 @@ -import { Optional, TName, TProbability } from "@/engine/lib/types"; +import { + Optional, + ParticlesObject, + SoundObject, + TDuration, + TName, + TProbability, + TSection, + TTimestamp, + Vector, +} from "@/engine/lib/types"; /** - * todo; + * Name of atmosfear weather base. + */ +export const ATMOSFEAR_WEATHER: TName = "atmosfear"; + +/** + * Type of active period. + * Where good weather is clear and shiny, bad - storms, rain, fog. + */ +export enum EWeatherPeriodType { + GOOD = "good", + BAD = "bad", +} + +/** + * Actual weather period. + */ +export enum EWeatherPeriod { + CLEAR = "clear", + CLEAR_FOGGY = "clear_foggy", + FOGGY = "foggy", + FOGGY_RAINY = "foggy_rainy", + RAINY = "rainy", + PARTLY = "partly", + STORMY = "stormy", +} + +/** + * Variant of night brightness. + */ +export enum EWeatherNightBrightness { + DARK = "dark", + SLIGHT = "slight", + MEDIUM = "medium", + BRIGHT = "bright", +} + +/** + * Period of moons rotation. + */ +export enum EWeatherMoonPeriod { + DAYS_28 = "d28", + DAYS_8 = "d8", + ALWAYS_0 = "a0", + ALWAYS_1 = "a1", + ALWAYS_2 = "a2", + ALWAYS_3 = "a3", + ALWAYS_4 = "a4", + ALWAYS_5 = "a5", + ALWAYS_6 = "a6", + ALWAYS_7 = "a7", +} + +/** + * Weather graph defining transitions between weathers. + */ +export type TWeatherGraph = LuaTable; + +/** + * Definition of atmosfear specific configuration. + */ +export interface IAtmosfearConfig { + moonPhasePeriod: EWeatherMoonPeriod; + nightBrightness: EWeatherNightBrightness; +} + +/** + * Definition of generic level weather configuration. + */ +export interface IAtmosfearLevelWeatherConfig { + periodGood: EWeatherPeriod; + periodGoodLength: TDuration; + periodBad: EWeatherPeriod; + periodBadLength: TDuration; +} + +/** + * State of weather manager describing current graph node. */ export interface IWeatherState { - currentState: Optional; - nextState: Optional; + currentState: Optional; + nextState: Optional; weatherName: TName; - weatherGraph: LuaTable; + weatherGraph: TWeatherGraph; } diff --git a/src/engine/core/utils/ini/ini_parse.test.ts b/src/engine/core/utils/ini/ini_parse.test.ts index 505bc9689..2cf8b8c28 100644 --- a/src/engine/core/utils/ini/ini_parse.test.ts +++ b/src/engine/core/utils/ini/ini_parse.test.ts @@ -6,7 +6,6 @@ import { disableInfoPortion, giveInfoPortion, hasInfoPortion } from "@/engine/co import { pickSectionFromCondList } from "@/engine/core/utils/ini/ini_config"; import { getSchemeFromSection, - parseAllSectionToTable, parseBoneStateDescriptors, parseConditionsList, parseFunctionParams, @@ -619,39 +618,6 @@ describe("pickSectionFromCondList util", () => { }); }); -describe("parseAllSectionToTable util", () => { - it("should correctly parse ini section to matching lua table", () => { - const ini: IniFile = MockIniFile.mock("example.ltx", { - section1: { - a: "a1", - b: "b2", - "": "", - " ": "", - c: "c", - d: "10", - }, - section2: { - a: "a1", - " ": "", - d: "10", - }, - }); - - expect(parseAllSectionToTable(ini, "section1")).toEqualLuaTables({ - a: "a1", - b: "b2", - c: "c", - d: 10, - }); - expect(parseAllSectionToTable(ini, "section2")).toEqualLuaTables({ - a: "a1", - d: 10, - }); - expect(parseAllSectionToTable(ini, "section3")).toBeNull(); - expect(parseAllSectionToTable(ini, "section4")).toBeNull(); - }); -}); - describe("parseStringOptional util", () => { it("should correctly handle values", () => { expect(parseStringOptional(NIL)).toBeNull(); diff --git a/src/engine/core/utils/ini/ini_parse.ts b/src/engine/core/utils/ini/ini_parse.ts index b7c100044..500e2aef7 100644 --- a/src/engine/core/utils/ini/ini_parse.ts +++ b/src/engine/core/utils/ini/ini_parse.ts @@ -451,32 +451,6 @@ export function parseBoneStateDescriptors(data: Optional): LuaArray(ini: IniFile, section: TSection): Optional> { - if (ini.section_exist(section)) { - const parsed: LuaTable = new LuaTable(); - - for (const index of $range(0, ini.line_count(section) - 1)) { - const [, field, value] = ini.r_line(section, index, "", ""); - const trimmed: Optional = trimString(field); - - if (field !== null && trimmed !== "") { - parsed.set(trimmed, trimString(value) as T); - } - } - - return parsed; - } else { - return null; - } -} - /** * Utility shortcut to handle string 'nil' values stored in net packets as string. * diff --git a/src/engine/core/utils/ini/ini_read.test.ts b/src/engine/core/utils/ini/ini_read.test.ts index 3027c0119..cd577117c 100644 --- a/src/engine/core/utils/ini/ini_read.test.ts +++ b/src/engine/core/utils/ini/ini_read.test.ts @@ -9,6 +9,7 @@ import { readIniFieldsAsSet, readIniNumber, readIniNumberAndConditionList, + readIniSectionAsNumberMap, readIniSectionAsSet, readIniSectionAsStringMap, readIniSectionsAsList, @@ -498,3 +499,31 @@ describe("readIniSectionAsStringMap util", () => { }); }); }); + +describe("readIniSectionAsNumberMap util", () => { + it("should correctly transform section to number based map", () => { + const ini: IniFile = MockIniFile.mock("example.ltx", { + section1: ["a", "b", "c"], + section2: { a: "1", c: 2, e: "f" }, + section3: { + x: 1, + y: false, + }, + }); + + expect(readIniSectionAsNumberMap(ini, "section1")).toEqualLuaTables({ + a: null, + b: null, + c: null, + }); + expect(readIniSectionAsNumberMap(ini, "section2")).toEqualLuaTables({ + a: 1, + c: 2, + e: null, + }); + expect(readIniSectionAsNumberMap(ini, "section3")).toEqualLuaTables({ + x: 1, + y: null, + }); + }); +}); diff --git a/src/engine/core/utils/ini/ini_read.ts b/src/engine/core/utils/ini/ini_read.ts index e1690bfa1..b3080288b 100644 --- a/src/engine/core/utils/ini/ini_read.ts +++ b/src/engine/core/utils/ini/ini_read.ts @@ -435,3 +435,29 @@ export function readIniSectionAsStringMap( + ini: IniFile, + section: TSection +): LuaTable { + const list: LuaTable = new LuaTable(); + + if (ini.section_exist(section)) { + const count: TCount = ini.line_count(section); + + for (const index of $range(0, count - 1)) { + const [, key, value] = ini.r_line(section, index, "", ""); + + list.set(key as K, tonumber(value) as V); + } + } + + return list; +} diff --git a/src/engine/core/utils/number.test.ts b/src/engine/core/utils/number.test.ts index 06f7c340c..4e03a482d 100644 --- a/src/engine/core/utils/number.test.ts +++ b/src/engine/core/utils/number.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from "@jest/globals"; -import { clamp, range, round } from "@/engine/core/utils/number"; +import { clamp, range, round, roundWithPrecision } from "@/engine/core/utils/number"; describe("clamp util", () => { it("should correctly limit numbers", () => { @@ -28,6 +28,33 @@ describe("round util", () => { }); }); +describe("roundWithPrecision util", () => { + it("should correctly round value with precision", () => { + expect(roundWithPrecision(0)).toBe(0); + expect(roundWithPrecision(-1)).toBe(-1); + expect(roundWithPrecision(1)).toBe(1); + expect(roundWithPrecision(10)).toBe(10); + + expect(roundWithPrecision(10.4)).toBe(10); + expect(roundWithPrecision(10.5)).toBe(11); + expect(roundWithPrecision(10.123456789)).toBe(10); + expect(roundWithPrecision(10.123456789, 1)).toBe(10.1); + expect(roundWithPrecision(10.123456789, 2)).toBe(10.12); + expect(roundWithPrecision(10.123456789, 3)).toBe(10.123); + expect(roundWithPrecision(10.123456789, 4)).toBe(10.1235); + expect(roundWithPrecision(10.123456789, 5)).toBe(10.12346); + + expect(roundWithPrecision(-10.4)).toBe(-10); + expect(roundWithPrecision(-10.5)).toBe(-11); + expect(roundWithPrecision(-10.123456789)).toBe(-10); + expect(roundWithPrecision(-10.123456789, 1)).toBe(-10.1); + expect(roundWithPrecision(-10.123456789, 2)).toBe(-10.12); + expect(roundWithPrecision(-10.123456789, 3)).toBe(-10.123); + expect(roundWithPrecision(-10.123456789, 4)).toBe(-10.1235); + expect(roundWithPrecision(-10.123456789, 5)).toBe(-10.12346); + }); +}); + describe("range util", () => { it("should correctly generate number ranges", () => { expect(range(3)).toEqual([0, 1, 2]); diff --git a/src/engine/core/utils/number.ts b/src/engine/core/utils/number.ts index 4e9a1e69a..1185ec120 100644 --- a/src/engine/core/utils/number.ts +++ b/src/engine/core/utils/number.ts @@ -31,6 +31,19 @@ export function round(value: number): number { return value - min >= max - value ? max : min; } +/** + * Round value with precision. + * + * @param value - target number to round + * @param precision - target precision to round + * @returns rounded integer + */ +export function roundWithPrecision(value: number, precision?: number): number { + const magnitude: number = Math.pow(10, precision ?? 0); + + return value >= 0 ? math.floor(magnitude * value + 0.5) / magnitude : math.ceil(magnitude * value - 0.5) / magnitude; +} + /** * Range util for easier lambda iteration over specified number ranges. * diff --git a/src/engine/core/utils/time.test.ts b/src/engine/core/utils/time.test.ts index 49ed67768..47b3b17eb 100644 --- a/src/engine/core/utils/time.test.ts +++ b/src/engine/core/utils/time.test.ts @@ -5,6 +5,7 @@ import { deserializeTime, gameTimeToString, globalTimeToString, + hoursToWeatherPeriod, isInTimeInterval, readTimeFromPacket, serializeTime, @@ -133,3 +134,12 @@ describe("deserializeTime util", () => { ); }); }); + +describe("hoursToWeatherPeriod util", () => { + it("should correctly transform hours", () => { + expect(hoursToWeatherPeriod(0).toString()).toBe("00:00:00"); + expect(hoursToWeatherPeriod(1).toString()).toBe("01:00:00"); + expect(hoursToWeatherPeriod(12).toString()).toBe("12:00:00"); + expect(hoursToWeatherPeriod(23).toString()).toBe("23:00:00"); + }); +}); diff --git a/src/engine/core/utils/time.ts b/src/engine/core/utils/time.ts index c61d0ba09..b230d97df 100644 --- a/src/engine/core/utils/time.ts +++ b/src/engine/core/utils/time.ts @@ -2,7 +2,7 @@ import { CTime, game, level } from "xray16"; import { wait } from "@/engine/core/utils/game/game_wait"; import { MAX_U8 } from "@/engine/lib/constants/memory"; -import { NetPacket, NetProcessor, Optional, Time, TRate, TTimestamp } from "@/engine/lib/types"; +import { NetPacket, NetProcessor, Optional, Time, TLabel, TRate, TTimestamp } from "@/engine/lib/types"; /** * Add part of time digit to a data string. @@ -31,6 +31,18 @@ export function gameTimeToString(time: Time): string { ); } +/** + * Transform hour to weather period section label. + * + * Example: 6 -> "06:00:00". + * + * @param hours - hours to transform + * @returns section for provided hour period + */ +export function hoursToWeatherPeriod(hours: TTimestamp): TLabel { + return hours < 10 ? `0${hours}:00:00` : `${hours}:00:00`; +} + /** * @param time - time duration in millis * @returns hh:mm:ss formatted time diff --git a/src/engine/extensions/alternative_start_position/main.test.ts b/src/engine/extensions/original_start_position/main.test.ts similarity index 67% rename from src/engine/extensions/alternative_start_position/main.test.ts rename to src/engine/extensions/original_start_position/main.test.ts index 574aa6aa0..0c96e7e2b 100644 --- a/src/engine/extensions/alternative_start_position/main.test.ts +++ b/src/engine/extensions/original_start_position/main.test.ts @@ -1,23 +1,23 @@ import { beforeEach, describe, expect, it } from "@jest/globals"; import { set_start_game_vertex_id, set_start_position } from "xray16"; -import { register } from "@/engine/extensions/alternative_start_position/main"; +import { register } from "@/engine/extensions/original_start_position/main"; import { resetFunctionMock } from "@/fixtures/jest"; -describe("alternative start position", () => { +describe("original start position", () => { beforeEach(() => { resetFunctionMock(set_start_game_vertex_id); resetFunctionMock(set_start_position); }); - it("alternative_start_position should correctly change start positions", () => { + it("original_start_position should correctly change start positions", () => { register(true); expect(set_start_game_vertex_id).toHaveBeenCalledTimes(1); expect(set_start_position).toHaveBeenCalledTimes(1); }); - it("alternative_start_position should not change start positions on save", () => { + it("original_start_position should not change start positions on save", () => { register(false); expect(set_start_game_vertex_id).toHaveBeenCalledTimes(0); diff --git a/src/engine/extensions/alternative_start_position/main.ts b/src/engine/extensions/original_start_position/main.ts similarity index 58% rename from src/engine/extensions/alternative_start_position/main.ts rename to src/engine/extensions/original_start_position/main.ts index cfc7abf9b..4707feb61 100644 --- a/src/engine/extensions/alternative_start_position/main.ts +++ b/src/engine/extensions/original_start_position/main.ts @@ -6,14 +6,14 @@ import { TName } from "@/engine/lib/types"; const logger: LuaLogger = new LuaLogger($dirname); -export const name: TName = "Alternative start position"; -export const enabled: boolean = true; +export const name: TName = "Original start position"; +export const enabled: boolean = false; export function register(isNewGame: boolean): void { - logger.info("Alternative start extension register: %s", isNewGame); + logger.info("Original start extension register: %s", isNewGame); if (isNewGame) { - set_start_game_vertex_id(212); - set_start_position(createVector(-307.5, 16.5, 550.5)); + set_start_game_vertex_id(287); + set_start_position(createVector(268, 20, 560)); } } diff --git a/src/engine/lib/types/alias.ts b/src/engine/lib/types/alias.ts index c12c1219e..c41b1d5e0 100644 --- a/src/engine/lib/types/alias.ts +++ b/src/engine/lib/types/alias.ts @@ -71,11 +71,16 @@ export type TRate = number; export type TSize = number; /** - * Boolean value not correctly casted from C++ number; + * Number based coordinate. + */ +export type TCoordinate = number; + +/** + * Boolean value not correctly cast from C++ number; */ export type TNotCastedBoolean = 0 | 1; /** - * Boolean value casted to string. + * Boolean value cast to string. */ export type TStringifiedBoolean = "true" | "false"; diff --git a/src/engine/scripts/declarations/dialogs/dialog_manager.ts b/src/engine/scripts/declarations/dialogs/dialog_manager.ts index 8d80707db..00757a4b0 100644 --- a/src/engine/scripts/declarations/dialogs/dialog_manager.ts +++ b/src/engine/scripts/declarations/dialogs/dialog_manager.ts @@ -16,10 +16,17 @@ import { GameObject, Optional, PhraseDialog, TName, TNumberId, TStringId } from const logger: LuaLogger = new LuaLogger($filename); +logger.info("Resolve and bind dialogs manager"); + // todo: Verify object vs actor in some methods. // todo: Verify object vs actor in some methods. // todo: Verify object vs actor in some methods. +/** + * Declare globals object. + */ +extern("dialog_manager", {}); + /** * Initialize dialog phrases / priorities and order. */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_generic.ts b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_generic.ts index 98b3d1756..b57374dd5 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_generic.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_generic.ts @@ -13,6 +13,13 @@ import { EGameObjectRelation, GameObject, Optional } from "@/engine/lib/types"; const logger: LuaLogger = new LuaLogger($filename); +logger.info("Resolve and bind dialogs generic"); + +/** + * Declare globals object. + */ +extern("dialogs", {}); + /** * Break dialog for two participating objects. */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_object.ts b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_object.ts index d7b6b935c..bda536daa 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_object.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_object.ts @@ -1,10 +1,15 @@ import { extern } from "@/engine/core/utils/binding"; import { getObjectCommunity } from "@/engine/core/utils/community"; import { getNpcSpeaker, updateObjectDialog } from "@/engine/core/utils/dialog"; +import { LuaLogger } from "@/engine/core/utils/logging"; import { isObjectWounded } from "@/engine/core/utils/planner"; import { communities } from "@/engine/lib/constants/communities"; import { EGameObjectRelation, GameObject } from "@/engine/lib/types"; +const logger: LuaLogger = new LuaLogger($filename); + +logger.info("Resolve and bind dialogs object"); + /** * Update current state of NPC dialog logics / meet state. */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_quest.ts b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_quest.ts index 9484b4f4e..ed7aafff2 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_quest.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_quest.ts @@ -3,11 +3,16 @@ import { extern } from "@/engine/core/utils/binding"; import { getNpcSpeaker } from "@/engine/core/utils/dialog"; import { createGameAutoSave } from "@/engine/core/utils/game_save"; import { giveInfoPortion, hasInfoPortion } from "@/engine/core/utils/info_portion"; +import { LuaLogger } from "@/engine/core/utils/logging"; import { isObjectInjured, isStalkerAlive } from "@/engine/core/utils/object"; import { isObjectInSmartTerrain } from "@/engine/core/utils/position"; import { infoPortions } from "@/engine/lib/constants/info_portions"; import { GameObject } from "@/engine/lib/types"; +const logger: LuaLogger = new LuaLogger($filename); + +logger.info("Resolve and bind dialogs quest"); + /** * todo; */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_world.ts b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_world.ts index 41111313b..4caee08ce 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs/dialogs_world.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs/dialogs_world.ts @@ -7,6 +7,8 @@ import { levels } from "@/engine/lib/constants/levels"; const logger: LuaLogger = new LuaLogger($filename); +logger.info("Resolve and bind dialogs world"); + /** * Check whether current level is zaton. */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs_jupiter.ts b/src/engine/scripts/declarations/dialogs/dialogs_jupiter.ts index 7bea6e7f8..23194fcb1 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs_jupiter.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs_jupiter.ts @@ -7,6 +7,7 @@ import { TreasureManager } from "@/engine/core/managers/treasures"; import { extern, getExtern } from "@/engine/core/utils/binding"; import { getNpcSpeaker, isObjectName } from "@/engine/core/utils/dialog"; import { disableInfoPortion, giveInfoPortion, hasInfoPortion } from "@/engine/core/utils/info_portion"; +import { LuaLogger } from "@/engine/core/utils/logging"; import { isObjectInSmartTerrain } from "@/engine/core/utils/position"; import { getObjectsRelationSafe, isActorEnemyWithFaction } from "@/engine/core/utils/relation"; import { @@ -45,6 +46,15 @@ import { TSection, } from "@/engine/lib/types"; +const logger: LuaLogger = new LuaLogger($filename); + +logger.info("Resolve and bind dialogs jupiter"); + +/** + * Declare globals object. + */ +extern("dialogs_jupiter", {}); + /** * todo; */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs_pripyat.ts b/src/engine/scripts/declarations/dialogs/dialogs_pripyat.ts index 235532ccf..6eea4eeb7 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs_pripyat.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs_pripyat.ts @@ -2,6 +2,7 @@ import { registry } from "@/engine/core/database"; import { extern, getExtern } from "@/engine/core/utils/binding"; import { getNpcSpeaker } from "@/engine/core/utils/dialog"; import { disableInfoPortion, giveInfoPortion, hasInfoPortion } from "@/engine/core/utils/info_portion"; +import { LuaLogger } from "@/engine/core/utils/logging"; import { giveMoneyToActor, transferItemsFromActor, @@ -20,6 +21,15 @@ import { questItems } from "@/engine/lib/constants/items/quest_items"; import { weapons } from "@/engine/lib/constants/items/weapons"; import { AnyCallable, GameObject, LuaArray, TCount } from "@/engine/lib/types"; +const logger: LuaLogger = new LuaLogger($filename); + +logger.info("Resolve and bind dialogs pripyat"); + +/** + * Declare globals object. + */ +extern("dialogs_pripyat", {}); + /** * todo; */ diff --git a/src/engine/scripts/declarations/dialogs/dialogs_zaton.ts b/src/engine/scripts/declarations/dialogs/dialogs_zaton.ts index cfaaa8df4..07142dd56 100644 --- a/src/engine/scripts/declarations/dialogs/dialogs_zaton.ts +++ b/src/engine/scripts/declarations/dialogs/dialogs_zaton.ts @@ -10,6 +10,7 @@ import { extern, getExtern } from "@/engine/core/utils/binding"; import { getNpcSpeaker, isObjectName } from "@/engine/core/utils/dialog"; import { disableInfoPortion, giveInfoPortion, hasInfoPortion } from "@/engine/core/utils/info_portion"; import { actorHasAtLeastOneItem, actorHasItem, objectHasItem } from "@/engine/core/utils/item"; +import { LuaLogger } from "@/engine/core/utils/logging"; import { giveItemsToActor, giveMoneyToActor, @@ -44,6 +45,15 @@ import { TStringId, } from "@/engine/lib/types"; +const logger: LuaLogger = new LuaLogger($filename); + +logger.info("Resolve and bind dialogs zaton"); + +/** + * Declare globals object. + */ +extern("dialogs_zaton", {}); + /** * todo; */ diff --git a/src/fixtures/xray/mocks/ini/IniFile.mock.ts b/src/fixtures/xray/mocks/ini/IniFile.mock.ts index f67a01823..4b634538a 100644 --- a/src/fixtures/xray/mocks/ini/IniFile.mock.ts +++ b/src/fixtures/xray/mocks/ini/IniFile.mock.ts @@ -1,4 +1,11 @@ +import * as fs from "fs"; +import * as path from "path"; + import { jest } from "@jest/globals"; +import { parse } from "ini"; + +import { GAME_DATA_LTX_CONFIGS_DIR } from "#/globals"; +import { normalizeParameterPath } from "#/utils/fs/normalize_parameter_path"; import { AnyObject, IniFile, TName, TNumberId, TPath, TSection } from "@/engine/lib/types"; import { FILES_MOCKS } from "@/fixtures/xray/mocks/ini/files.mock"; @@ -27,10 +34,20 @@ export class MockIniFile { public content: string; public data: T; - public constructor(path: string, data?: T, content: string = "") { - this.path = path; + public constructor(iniPath: TPath, data?: T, content: string = "") { + this.path = iniPath; this.content = content; - this.data = data || (FILES_MOCKS[path as keyof typeof FILES_MOCKS] as unknown as T) || {}; + this.data = data || (FILES_MOCKS[iniPath as keyof typeof FILES_MOCKS] as unknown as T); + + if (!this.data) { + const absolutePath: TPath = path.resolve(GAME_DATA_LTX_CONFIGS_DIR, normalizeParameterPath(iniPath)); + + if (fs.existsSync(absolutePath)) { + this.data = parse(fs.readFileSync(path.resolve(absolutePath)).toString()) as T; + } else { + this.data = {} as T; + } + } } public w_string = jest.fn((section: TSection, field: TName, value: string) => { @@ -41,7 +58,7 @@ export class MockIniFile { this.data[section][field] = value; }); - public r_float = jest.fn((section: TSection, field: TName) => this.data[section][field]); + public r_float = jest.fn((section: TSection, field: TName) => +this.data[section][field]); public r_u32 = jest.fn((section: TSection, field: TName) => { if (!(section in this.data)) { diff --git a/src/fixtures/xray/mocks/ini/files.mock.ts b/src/fixtures/xray/mocks/ini/files.mock.ts index 131a4f092..8263cbfe6 100644 --- a/src/fixtures/xray/mocks/ini/files.mock.ts +++ b/src/fixtures/xray/mocks/ini/files.mock.ts @@ -1,10 +1,8 @@ import { config as alifeConfig } from "@/engine/configs/alife"; import { config as forgeConfig } from "@/engine/configs/forge"; import { AnyObject, TPath } from "@/engine/lib/types"; -import { mockDefaultWeatherGraphs } from "@/fixtures/xray/mocks/ini/files/default_weather_graphs.ltx.mock"; import { mockDialogManager } from "@/fixtures/xray/mocks/ini/files/dialog_manager.ltx.mock"; import { mockDropManager } from "@/fixtures/xray/mocks/ini/files/drop_manager.ltx.mock"; -import { mockGame } from "@/fixtures/xray/mocks/ini/files/game.ltx.mock"; import { mockMapDisplayManager } from "@/fixtures/xray/mocks/ini/files/map_display_manager.ltx.mock"; import { mockBoxGeneric } from "@/fixtures/xray/mocks/ini/files/ph_box_generic.ltx.mock"; import { mockScriptSound } from "@/fixtures/xray/mocks/ini/files/script_sound.ltx.mock"; @@ -28,9 +26,7 @@ import { mockUpgradesManager } from "@/fixtures/xray/mocks/ini/files/upgrades_ma */ export const FILES_MOCKS: Record = { "alife.ltx": alifeConfig, - "environment\\dynamic_weather_graphs.ltx": mockDefaultWeatherGraphs, "forge.ltx": forgeConfig, - "game.ltx": mockGame, "item_upgrades.ltx": mockUpgradesLtx, "managers\\box_manager.ltx": mockBoxGeneric, "managers\\dialog_manager.ltx": mockDialogManager, diff --git a/src/fixtures/xray/mocks/ini/files/default_weather_graphs.ltx.mock.ts b/src/fixtures/xray/mocks/ini/files/default_weather_graphs.ltx.mock.ts deleted file mode 100644 index 10d8379f3..000000000 --- a/src/fixtures/xray/mocks/ini/files/default_weather_graphs.ltx.mock.ts +++ /dev/null @@ -1,19 +0,0 @@ -export const mockDefaultWeatherGraphs = { - dynamic_default: { - clear: 0.4, - cloudy: 0.4, - rain: 0.1, - thunder: 0.1, - }, - weather_periods: { - neutral: "2, 7", - good: "2, 7", - }, - neutral: { - cloudy: 0.2, - cloudy2: 0.2, - cloudy3: 0.2, - cloudy4: 0.2, - cloudy5: 0.2, - }, -}; diff --git a/src/fixtures/xray/mocks/ini/files/game.ltx.mock.ts b/src/fixtures/xray/mocks/ini/files/game.ltx.mock.ts deleted file mode 100644 index 46df69c6f..000000000 --- a/src/fixtures/xray/mocks/ini/files/game.ltx.mock.ts +++ /dev/null @@ -1,5 +0,0 @@ -export const mockGame = { - zaton: { - weathers: "dynamic_default", - }, -}; diff --git a/src/fixtures/xray/mocks/interface/levelInterface.mock.ts b/src/fixtures/xray/mocks/interface/levelInterface.mock.ts index ee3ad15ee..0814562e3 100644 --- a/src/fixtures/xray/mocks/interface/levelInterface.mock.ts +++ b/src/fixtures/xray/mocks/interface/levelInterface.mock.ts @@ -17,6 +17,7 @@ export const mockLevelInterface = { add_pp_effector: jest.fn(), change_game_time: jest.fn(), disable_input: jest.fn(), + get_time_factor: jest.fn(() => 10), get_game_difficulty: jest.fn(() => 3), get_bounding_volume: jest.fn(() => MockFbox.mock()), get_snd_volume: jest.fn(() => 1), diff --git a/src/fixtures/xray/mocks/objects/server/cse_alife_online_offline_group.mock.ts b/src/fixtures/xray/mocks/objects/server/cse_alife_online_offline_group.mock.ts index 831584737..c7d65e816 100644 --- a/src/fixtures/xray/mocks/objects/server/cse_alife_online_offline_group.mock.ts +++ b/src/fixtures/xray/mocks/objects/server/cse_alife_online_offline_group.mock.ts @@ -44,9 +44,11 @@ export class MockAlifeOnlineOfflineGroup extends MockAlifeDynamicObject { } } - public clear_location_types(): void {} + public add_location_type = jest.fn(() => {}); - public force_change_position(): void {} + public clear_location_types = jest.fn(() => {}); + + public force_change_position = jest.fn(() => {}); public commander_id(): Optional { return null; diff --git a/src/resources b/src/resources index c146376ae..9e017cd76 160000 --- a/src/resources +++ b/src/resources @@ -1 +1 @@ -Subproject commit c146376ae2d1ed80e189aecc80402c85d3e07e7f +Subproject commit 9e017cd761f698a50669f783f88492f4ccaf9d64