From 7c04c1e44cbb1869e4add6afa33d69fc30a40e72 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 10 Apr 2009 14:56:58 +0000 Subject: * Apply http://opensimulator.org/mantis/view.php?id=3427 * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70! --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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 @@ ; Density of cloud cover 0.0 to 1.0 density = 0.5 + ; update interval for the cloud cover data returned by llCloud(). + ; default is 1000 + cloud_update_rate = 1000 [Trees] ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying -- cgit v1.1