From 6d5f79c29f8df86c0183fed3fe094cf80fddc182 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 11 Mar 2009 21:30:30 +0000 Subject: * Preliminary preview of a split of a split for OpenSim.ini.example into separate .ini.example files in a config/ directory --- .../region/world/trees.ini.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bin/config.preview.donotuseyet/region/world/trees.ini.example (limited to 'bin/config.preview.donotuseyet/region/world/trees.ini.example') diff --git a/bin/config.preview.donotuseyet/region/world/trees.ini.example b/bin/config.preview.donotuseyet/region/world/trees.ini.example new file mode 100644 index 0000000..f3151ef --- /dev/null +++ b/bin/config.preview.donotuseyet/region/world/trees.ini.example @@ -0,0 +1,15 @@ +; This file shows initialization defaults for OpenSimulator. If you want to override these +; please copy/rename this file from .ini.example file to .ini. For example +; +; chat.ini.example => chat.ini +; +; or you can copy and paste the settings from this file directly to bin/OpenSim.ini +; + +[Trees] + ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying + ; default is false + active_trees = false + + ; Density of tree population + tree_density = 1000.0 -- cgit v1.1