diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 30efaaf..e1fdb08 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -699,9 +699,25 @@ | |||
699 | [Wind] | 699 | [Wind] |
700 | ; Enables the wind module. Default is true | 700 | ; Enables the wind module. Default is true |
701 | enabled = true | 701 | enabled = true |
702 | |||
703 | ; How often should wind be updated, as a function of world frames. Approximately 50 frames a second | ||
704 | wind_update_rate = 150 | ||
705 | |||
706 | ; The Default Wind Plugin to load | ||
707 | wind_plugin = SimpleRandomWind | ||
708 | |||
709 | ; These settings are specific to the ConfigurableWind plugin | ||
710 | ; To use ConfigurableWind as the default, simply change wind_plugin to ConfigurableWind and uncomment the following. | ||
711 | ; avg_strength = 5.0 | ||
712 | ; avg_direction = 0.0 | ||
713 | ; var_strength = 0.0 | ||
714 | ; var_direction = 0.0 | ||
715 | ; rate_change = 1.0 | ||
716 | |||
717 | ; This setting is specific to the SimpleRandomWind plugin | ||
702 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | 718 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 |
703 | strength = 1.0 | 719 | strength = 1.0 |
704 | 720 | ||
705 | [Cloud] | 721 | [Cloud] |
706 | ; Enable this to generate classic particle clouds above the sim. | 722 | ; Enable this to generate classic particle clouds above the sim. |
707 | ; default is disabled - turn it on here | 723 | ; default is disabled - turn it on here |