Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: Cloud height.  (Read 3717 times)

Avi

  • Jr. Member
  • *
  • Posts: 43
  • newbie
Cloud height.
« 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?
Logged

aWac9

  • Hero Member
  • *****
  • Posts: 2549
  • newbie
Re: Cloud height.
« Reply #1 on: July 25, 2016, 01:42:31 pm »

user/outerra/data/earth2/planet.cfg
Edit with Notepad++
https://notepad-plus-plus.org/
« Last Edit: July 25, 2016, 05:35:18 pm by aWac9 »
Logged

Avi

  • Jr. Member
  • *
  • Posts: 43
  • newbie
Re: Cloud height.
« Reply #2 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++.
Logged

aWac9

  • Hero Member
  • *****
  • Posts: 2549
  • newbie
Re: Cloud height.
« Reply #3 on: July 26, 2016, 02:56:47 pm »

confirmed,,
it works.
you get administrator rights?
Logged

Avi

  • Jr. Member
  • *
  • Posts: 43
  • newbie
Re: Cloud height.
« Reply #4 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?
Logged

Acetone

  • Hero Member
  • *****
  • Posts: 963
    • Youtube channel
Re: Cloud height.
« Reply #5 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
« Last Edit: July 27, 2016, 05:00:50 am by Acetone »
Logged

Avi

  • Jr. Member
  • *
  • Posts: 43
  • newbie
Re: Cloud height.
« Reply #6 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?
Logged