Our forum is going offline at the end of July. We suggest moving all discussions to Discord. Exile will stay on Steam. Thanks for a great time!
Jump to content
Question
17 answers to this question
Create an account or sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now
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 haremoShare this post
Link to post
Share on other sites