diff options
author | Teravus Ovares | 2009-02-02 06:04:03 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-02-02 06:04:03 +0000 |
commit | aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2 (patch) | |
tree | 1bd30bb934af0f7af701f2fe88ccb038d2533869 /bin/OpenSim.ini.example | |
parent | Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. ... (diff) | |
download | opensim-SC_OLD-aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2.zip opensim-SC_OLD-aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2.tar.gz opensim-SC_OLD-aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2.tar.bz2 opensim-SC_OLD-aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2.tar.xz |
* Adding the Tree module configuration options to OpenSim.ini.example
* Adding an option to use the tree module to manage the trees in the simulator (grow/reproduce/die)
* Setting it to off by default in an effort to reduce the number of threads in use by default
* You can also turn it on in a 'one off' way with 'tree active true' on the console. To 'one off' turn it off, it's 'tree active false'. The permanent way to do that, however is in the opensim.ini.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f1f8f8b..f4734cb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -981,3 +981,11 @@ InterregionComms = "RESTComms" | |||
981 | ; {0} is replaced with the region's name | 981 | ; {0} is replaced with the region's name |
982 | ; {1} is replaced with the region's UUID | 982 | ; {1} is replaced with the region's UUID |
983 | broker = "http://broker.place.com/{1}" | 983 | broker = "http://broker.place.com/{1}" |
984 | |||
985 | [Trees] | ||
986 | |||
987 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
988 | active_trees = false | ||
989 | |||
990 | ; Density of tree population | ||
991 | tree_density = 1000.0 \ No newline at end of file | ||