• 0
haremo

too much rain

Question

Hello . How to turn off the damn rain. I set to zero in the file  exile_server_config.pbo \ config.bin

 

class Weather
    {
        interval=30;
        keyframes[]=
        {
            "Sunny",
            "Cloudy",
            "Thunderstorm"
        };
        class Sunny
        {
            fogValue=0.1;
            fogDecay=0.2;
            fogBase=5;
            overcast=0.2;
            waves=0.2;
            wind=0.30000001;
            gusts=0.30000001;
            rain=0;
            lightnings=0;
            rainbows=0;
        };
        class Cloudy
        {
            fogValue=0.2;
            fogDecay=0.1;
            fogBase=5;
            overcast=0.40000001;
            waves=0.40000001;
            wind=0.69999999;
            gusts=0.60000002;
            rain=0;
            lightnings=0.1;
            rainbows=1;
        };
        class Thunderstorm
        {
            fogValue=0.69999999;
            fogDecay=0.2;
            fogBase=5;
            overcast=1;
            waves=1;
            wind=1;
            gusts=1;
            rain=0;
            lightnings=1;
            rainbows=0.5;
        };

 

but the rain still falling

Edited by haremo
  • Like 1

Share this post


Link to post
Share on other sites

17 answers to this question

Advertisement
  • 0

In the 0920 update I changed everything for the time being it is not raining

 

class Sunny
        {
            fogValue = 0.1;
            fogDecay = 0.2;
            fogBase = 2;
            overcast = 0.2;
            waves = 0.2;
            wind = 0.3;
            gusts = 0.3;
            rain = 0;
            lightnings = 0;
            rainbows = 0;
        };

        class Cloudy
        {
            fogValue = 0.2;
            fogDecay = 0.1;
            fogBase = 2;
            overcast = 0.2;
            waves = 0.2;
            wind = 0.3;
            gusts = 0.3;
            rain = 0;
            lightnings = 0;
            rainbows = 0;
        };

        class Thunderstorm
        {
            fogValue = 0.2;
            fogDecay = 0.2;
            fogBase = 2;
            overcast = 0.2;
            waves = 0.2;
            wind = 0.3;
            gusts = 0.3;
            rain = 0;
            lightnings = 0;
            rainbows = 0;
        };
    };

Share this post


Link to post
Share on other sites
  • 0

Everyone likes something different . It's too much and too dense . And I do not like the rain.It gives lag and fps drops

Edited by haremo

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.