Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
Sign in to follow this  
rifer

Как убрать дождь?!

Всем привет! Подскажите пожалуйста как убрать дождь на сервере? С недавними обновлениями появился файл cfgweather.xml :
 

<rain>
        <!-- Initial conditions of the rain (target value, time to change, how long will it stay), restricted by thresholds (see below) -->
        <current actual="0.0" time="120" duration="240" />
        <!-- What is the range of the rain value (0..1) -->
        <limit min="0.0" max="1.0" />
        <!-- How long does it take to the rain to change from one value to other (time in seconds) -->
        <timelimits min="300" max="600" />
        <!-- How much should the rain change (0..1) -->
        <changelimits min="0.0" max="1.0" />
        <!-- What range of the overcast value allows the rain to be preset (min, max overcast value, time in seconds it takes for rain to stop if the overcast is outside of the specified range) -->
        <thresholds min="0.5" max="1.0" end="120" />
    </rain>

 

Не понимаю как изменить параметры чтобы дождь исчез вообще! Чтобы его не было!! Ставил и по нулям все, и пробовал разные параметры! Все равно идет дождь! ЗАДОЛБАЛ ОН УЖЕ!!!

Памагити.....

Edited by rifer (see edit history)

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
<weather reset="1" enable="1">
    <overcast>
        <current actual="0.2" time="120" duration="240" />
        <limits min="0.2" max="0.3" />
        <timelimits min="900" max="1800" />
        <changelimits min="0.0" max="0.1" />
    </overcast>
    <fog>
        <current actual="0.0" time="120" duration="240" />
        <limits min="0" max="0.1" />
        <timelimits min="900" max="1800" />
        <changelimits min="0" max="0.1" />
    </fog>
	<rain>
        <current actual="0.0" time="120" duration="240" />
        <limit min="0.0" max="0.1" />
        <timelimits min="900" max="1800" />
        <changelimits min="0.0" max="0.1" />
        <thresholds min="0" max="0.1" end="1" />
    </rain>
    <wind>
        <maxspeed>10</maxspeed>
        <params min="0" max="0.5" frequency="30" />
    </wind>
    <storm density="0.5" threshold="0.7" timeout="25"/>
</weather>

 

Share this post


Link to post
Share on other sites



  • 0
33 минуты назад, akklin сказал:

<weather reset="1" enable="1"> <overcast> <current actual="0.2" time="120" duration="240" /> <limits min="0.2" max="0.3" /> <timelimits min="900" max="1800" /> <changelimits min="0.0" max="0.1" /> </overcast> <fog> <current actual="0.0" time="120" duration="240" /> <limits min="0" max="0.1" /> <timelimits min="900" max="1800" /> <changelimits min="0" max="0.1" /> </fog> <rain> <current actual="0.0" time="120" duration="240" /> <limit min="0.0" max="0.1" /> <timelimits min="900" max="1800" /> <changelimits min="0.0" max="0.1" /> <thresholds min="0" max="0.1" end="1" /> </rain> <wind> <maxspeed>10</maxspeed> <params min="0" max="0.5" frequency="30" /> </wind> <storm density="0.5" threshold="0.7" timeout="25"/> </weather>


<weather reset="1" enable="1">
    <overcast>
        <current actual="0.2" time="120" duration="240" />
        <limits min="0.2" max="0.3" />
        <timelimits min="900" max="1800" />
        <changelimits min="0.0" max="0.1" />
    </overcast>
    <fog>
        <current actual="0.0" time="120" duration="240" />
        <limits min="0" max="0.1" />
        <timelimits min="900" max="1800" />
        <changelimits min="0" max="0.1" />
    </fog>
	<rain>
        <current actual="0.0" time="120" duration="240" />
        <limit min="0.0" max="0.1" />
        <timelimits min="900" max="1800" />
        <changelimits min="0.0" max="0.1" />
        <thresholds min="0" max="0.1" end="1" />
    </rain>
    <wind>
        <maxspeed>10</maxspeed>
        <params min="0" max="0.5" frequency="30" />
    </wind>
    <storm density="0.5" threshold="0.7" timeout="25"/>
</weather>

 

 

Спасибо, попробую!

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.