diff options
author | Justin Clarke Casey | 2009-03-27 17:17:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-27 17:17:12 +0000 |
commit | 3d21b2480e95a7704bdb1101f97153c6cc671d06 (patch) | |
tree | f3c5bb586c18bda1eaefec908f577c7a8ee6f22b /bin/OpenSim.ini.example | |
parent | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ... (diff) | |
download | opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.zip opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.gz opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.bz2 opensim-SC_OLD-3d21b2480e95a7704bdb1101f97153c6cc671d06.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=3347
* This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week
* Thanks maimedleech
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 39fee58..e4fcc9c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -687,6 +687,22 @@ InterregionComms = "RESTComms" | |||
687 | ;update_interval = 100 | 687 | ;update_interval = 100 |
688 | 688 | ||
689 | 689 | ||
690 | [Wind] | ||
691 | ; Enables the wind module. Default is true | ||
692 | enabled = true | ||
693 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | ||
694 | strength = 1.0 | ||
695 | |||
696 | |||
697 | [Trees] | ||
698 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
699 | ; default is false | ||
700 | active_trees = false | ||
701 | |||
702 | ; Density of tree population | ||
703 | tree_density = 1000.0 | ||
704 | |||
705 | |||
690 | [ScriptEngine.DotNetEngine] | 706 | [ScriptEngine.DotNetEngine] |
691 | Enabled = true | 707 | Enabled = true |
692 | 708 | ||
@@ -1096,15 +1112,6 @@ InterregionComms = "RESTComms" | |||
1096 | broker = "http://broker.place.com/{1}" | 1112 | broker = "http://broker.place.com/{1}" |
1097 | 1113 | ||
1098 | 1114 | ||
1099 | [Trees] | ||
1100 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
1101 | ; default is false | ||
1102 | active_trees = false | ||
1103 | |||
1104 | ; Density of tree population | ||
1105 | tree_density = 1000.0 | ||
1106 | |||
1107 | |||
1108 | [RegionReady] | 1115 | [RegionReady] |
1109 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 1116 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
1110 | ; default is false | 1117 | ; default is false |