Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. // Add this to: exile_server_config.pbo >> config.cpp >> CfgSettings >> Weather.
  2. // Change the name of YourNameForThisWeatherHere to a unique name.
  3. // Do not forget to add it to the list of active keyframes in this config.
  4. class YourNameForThisWeatherHere
  5. {
  6. fogValue = 0.674213;
  7. fogDecay = 0.090226;
  8. fogBase = 25.015;
  9. overcast = 1;
  10. waves = 1;
  11. wind = 1;
  12. gusts = 0.512507;
  13. rain = 1;
  14. lightnings = 1;
  15. rainbows = 0.35;
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement