Complete rewrite

This commit is contained in:
Till Affeldt
2020-04-13 01:55:39 +02:00
parent e188015be1
commit 49242573f2
58 changed files with 550 additions and 865 deletions

View File

@ -1,17 +1,8 @@
believable_weather_damage (Storms and hail cause damage) bool true
believable_weather_particles (Show particle effects) bool true
believable_weather_leaves (Leave color changes in autumn) bool true
believable_weather_snow_layers (Place snow layers on ground) bool true
believable_weather_puddles (Place rain puddles on ground) bool true
believable_weather_skybox (Darken sky during rain) bool true
believable_weather_raycasting (Use more accurate indoors check) bool false
believable_weather_wind (Allow wind to angle rainfall) bool true
believable_weather_wind_slow (Allow wind to impact movement speed) bool true
believable_weather_flowers (Flowers will respawn in spring and die in winter) bool true
believable_weather_fruit (Apples and other fruits will regrow) bool true
believable_weather_soil (Soil turns wet during rain) bool true
believable_weather_seasons (Use seasons instead of permanent summer) bool true
believable_weather_base_heat (Base temperature) float 0
believable_weather_base_humidity (Base humidity) float 0
believable_weather_max_height (Maximum height of weather effects) int 120
believable_weather_min_height (Minimum height of weather effects) int -50
climate_api_particles (Show particle effects) bool true
climate_api_skybox (Allow weather effects to modify the skybox) bool true
climate_api_sound (Allow weather presets to play ambient sounds) bool true
climate_api_clouds (Override clouds to represent current humidity) bool true
climate_api_wind (Allow wind to angle rainfall) bool true
climate_api_seasons (Change global temperature based on an annual cycle) bool true
climate_api_heat_base (Global base temperature) float 0
climate_api_humidity_base (Global base humidity) float 0