From aabaa35af76cc8e8d4ec990bb451bb985ab0c7d2 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 2 Feb 2009 06:04:03 +0000 Subject: * 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. --- bin/OpenSim.ini.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') 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" ; {0} is replaced with the region's name ; {1} is replaced with the region's UUID broker = "http://broker.place.com/{1}" + +[Trees] + + ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying + active_trees = false + + ; Density of tree population + tree_density = 1000.0 \ No newline at end of file -- cgit v1.1