Outerra forum

Outerra Engine => Ideas & Suggestions & Questions => Topic started by: Avi on July 25, 2016, 01:29:53 pm

Title: Cloud height.
Post by: Avi on July 25, 2016, 01:29:53 pm
Is there a way to lower the height of clouds such that they form at around 6000 to 7000 feet?
Title: Re: Cloud height.
Post by: aWac9 on July 25, 2016, 01:42:31 pm
user/outerra/data/earth2/planet.cfg
Edit with Notepad++
https://notepad-plus-plus.org/
Title: Re: Cloud height.
Post by: Avi on July 26, 2016, 11:38:15 am
Somehow it's not working. What am I doing wrong? The cloud base is still the same even though I edited the cloud parameters using notepad++.
Title: Re: Cloud height.
Post by: aWac9 on July 26, 2016, 02:56:47 pm
confirmed,,
it works.
you get administrator rights?
Title: Re: Cloud height.
Post by: Avi on July 26, 2016, 10:33:38 pm
Could you give me your planet.cfg file? I have admin rights still it's not working. Or could you guide me through the whole process?
Title: Re: Cloud height.
Post by: Acetone on July 27, 2016, 04:57:06 am
Open planet.cfg (in your Outerra user directory: C:\User\Yourname\Outerra\data\earth2)

Add (if not present):

Code: [Select]
clouds =  (cloud_params) {
base = 3000.0, 
height = 5000.0
},

For your settings, you can use:

Code: [Select]
clouds =  (cloud_params) {
base = 6000.0, 
height = 5000.0
},

The parameters seems to be in feets.

If you want dynamic weather, there is Langdon's plugin: http://forum.outerra.com/index.php?topic=2705.msg41630#msg41630
Title: Re: Cloud height.
Post by: Avi on July 27, 2016, 07:53:15 am
Thanks the cloud height is working now 😊However, how do I install this weather? How to make it work?