diff options
author | Justin Clarke Casey | 2009-04-10 14:56:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-10 14:56:58 +0000 |
commit | 7c04c1e44cbb1869e4add6afa33d69fc30a40e72 (patch) | |
tree | f5ce7a21b91bf6edb881a82a8360f819de4d52bb /bin/OpenSim.ini.example | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3432 (diff) | |
download | opensim-SC_OLD-7c04c1e44cbb1869e4add6afa33d69fc30a40e72.zip opensim-SC_OLD-7c04c1e44cbb1869e4add6afa33d69fc30a40e72.tar.gz opensim-SC_OLD-7c04c1e44cbb1869e4add6afa33d69fc30a40e72.tar.bz2 opensim-SC_OLD-7c04c1e44cbb1869e4add6afa33d69fc30a40e72.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=3427
* Return different values for llCloud() over time based on a cellular automation system.
* Thanks aduffy70!
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 51dd7ff..a49035d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -746,6 +746,9 @@ | |||
746 | ; Density of cloud cover 0.0 to 1.0 | 746 | ; Density of cloud cover 0.0 to 1.0 |
747 | density = 0.5 | 747 | density = 0.5 |
748 | 748 | ||
749 | ; update interval for the cloud cover data returned by llCloud(). | ||
750 | ; default is 1000 | ||
751 | cloud_update_rate = 1000 | ||
749 | 752 | ||
750 | [Trees] | 753 | [Trees] |
751 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 754 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |