aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authoridb2009-04-05 10:35:25 +0000
committeridb2009-04-05 10:35:25 +0000
commite7d4ea134eaa9109a9093e1acc675779f170469d (patch)
tree645edb29bf162826369e33a7c37bae8d467415d0 /bin/OpenSim.ini.example
parentDirectory defaults for region xml files when creating a new region got change... (diff)
downloadopensim-SC_OLD-e7d4ea134eaa9109a9093e1acc675779f170469d.zip
opensim-SC_OLD-e7d4ea134eaa9109a9093e1acc675779f170469d.tar.gz
opensim-SC_OLD-e7d4ea134eaa9109a9093e1acc675779f170469d.tar.bz2
opensim-SC_OLD-e7d4ea134eaa9109a9093e1acc675779f170469d.tar.xz
Applied a patch from mcortez with settings for the new wind module.
Fixes Mantis #3382
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example18
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