aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoridb2009-04-11 10:18:20 +0000
committeridb2009-04-11 10:18:20 +0000
commit988737b182a59bc0bca72b3c302ab68dd9c5ccfb (patch)
tree481d5527ab3a81dbc0c5df1cea6b27bae52a583b /bin
parent* BulletDotNETPlugin supports Axis lock (LLSetStatus) from the script engine ... (diff)
downloadopensim-SC_OLD-988737b182a59bc0bca72b3c302ab68dd9c5ccfb.zip
opensim-SC_OLD-988737b182a59bc0bca72b3c302ab68dd9c5ccfb.tar.gz
opensim-SC_OLD-988737b182a59bc0bca72b3c302ab68dd9c5ccfb.tar.bz2
opensim-SC_OLD-988737b182a59bc0bca72b3c302ab68dd9c5ccfb.tar.xz
Correct Opensim.ini.example to reflect the default settings for clouds.
Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2826462..ee2cfd6 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -752,9 +752,9 @@
752[Cloud] 752[Cloud]
753 ; Enable this to generate classic particle clouds above the sim. 753 ; Enable this to generate classic particle clouds above the sim.
754 ; default is disabled - turn it on here 754 ; default is disabled - turn it on here
755 enabled = true 755 enabled = false
756 756
757 ; Density of cloud cover 0.0 to 1.0 757 ; Density of cloud cover 0.0 to 1.0 Defult 0.5
758 density = 0.5 758 density = 0.5
759 759
760 ; update interval for the cloud cover data returned by llCloud(). 760 ; update interval for the cloud cover data returned by llCloud().