mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-03-15 14:41:21 +00:00
12 lines
No EOL
854 B
Text
12 lines
No EOL
854 B
Text
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_hud_overlay (Allow weather presets to display a HUD overlay) 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
|
|
climate_api_time_spread (Regulates how quickly the weather changes) float 1 0.1 10
|
|
climate_api_particle_count (Multiplicator for used particles) float 1 0.1 2
|
|
climate_api_fahrenheit (Show degrees in Fahrenheit instead of Celsius) bool false
|
|
climate_api_tick_speed (Update speed of weather effects) float 1 0.1 10 |