diff options
author | UbitUmarov | 2017-07-20 11:30:12 +0100 |
---|---|---|
committer | UbitUmarov | 2017-07-20 11:30:12 +0100 |
commit | fe6ad384e43c11c3bf6268f5ab6fe3ea37c74540 (patch) | |
tree | 44ae3d8b00f3d2f6bf78bc0226a779f99ed6dc48 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' into httptests (diff) | |
parent | fix object updates throttle for scripts doing motion by direct change of posi... (diff) | |
download | opensim-SC-fe6ad384e43c11c3bf6268f5ab6fe3ea37c74540.zip opensim-SC-fe6ad384e43c11c3bf6268f5ab6fe3ea37c74540.tar.gz opensim-SC-fe6ad384e43c11c3bf6268f5ab6fe3ea37c74540.tar.bz2 opensim-SC-fe6ad384e43c11c3bf6268f5ab6fe3ea37c74540.tar.xz |
merge
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0824664..a0dd77b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1464,13 +1464,21 @@ | |||
1464 | 1464 | ||
1465 | 1465 | ||
1466 | [Trees] | 1466 | [Trees] |
1467 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 1467 | ; enable the trees module. default true |
1468 | ; default is false | 1468 | enabled = true |
1469 | |||
1470 | ; active_trees allows module to change its trees in time. | ||
1471 | ; some will be deleted, others created and rest may grow | ||
1472 | ; default is false. You can change it with console comand tree active true | false later | ||
1469 | active_trees = false | 1473 | active_trees = false |
1470 | 1474 | ; the trees change execution time rate (in ms) | |
1471 | ; Density of tree population | 1475 | update_rate = 1000 |
1472 | tree_density = 1000.0 | 1476 | |
1473 | 1477 | ; allow the trees to grow. | |
1478 | ; DANGER | ||
1479 | ; this option causes high network use on the order of | ||
1480 | ; NumberOfTrees * NumberAvatars * 1000 / update_rate udp packets per second | ||
1481 | allowGrow = false | ||
1474 | 1482 | ||
1475 | [VectorRender] | 1483 | [VectorRender] |
1476 | ; the font to use for rendering text (default: Arial) | 1484 | ; the font to use for rendering text (default: Arial) |