From a6854eccc53030d67c653d961a8c0eea64bd2715 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 1 Nov 2010 19:58:12 -0700 Subject: Added missing cloud settings to settings.xml --- linden/indra/newview/app_settings/settings.xml | 88 ++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 576a553..e668782 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -195,6 +195,94 @@ Value 20 + ClassicCloudHeight + + Comment + Height for classic particle clouds + Persist + 1 + Type + F32 + Value + 192 + + ClassicCloudRange + + Comment + Height range for classic particle clouds + Persist + 1 + Type + F32 + Value + 48 + + CloudCountMax + + Comment + Max amount of particle clouds + Persist + 1 + Type + F32 + Value + 20 + + CloudVelocityScale + + Comment + Particle cloud velocity + Persist + 1 + Type + F32 + Value + 1 + + CloudDecayRate + + Comment + Particle cloud decay rate + Persist + 1 + Type + F32 + Value + -5 + + CloudGrowRate + + Comment + Particle cloud grow rate + Persist + 1 + Type + F32 + Value + 5 + + CloudUpdateRate + + Comment + Particle cloud update rate + Persist + 1 + Type + F32 + Value + 1 + + CloudDensity + + Comment + Particle cloud density + Persist + 1 + Type + F32 + Value + 25 + ConnectingToRegionTimeout Comment -- cgit v1.1