Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ; Configuration file for snow-mod3.lua
  2. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ; Set no_lines to 0, if you want to keep the normal lines of the pitch
  4. ; Set use_orange_ball to 0, if you do not want a special orange ball
  5. ; chance_of_snow: range [0,1] - probability of snow, when it rains
  6. ; chance_of_heavy_snow: range [0,1] - probability of heavy snow, when it snows
  7.  
  8. chance_of_snow = 0.7
  9. chance_of_heavy_snow = 0.5
  10.  
  11. snow-heavy-day.no_lines = 1
  12. snow-heavy-day.use_orange_ball = 1
  13. snow-heavy-night.no_lines = 1
  14. snow-heavy-night.use_orange_ball = 1
  15.  
  16. snow-light-day.no_lines = 0
  17. snow-light-day.use_orange_ball = 0
  18. snow-light-night.no_lines = 0
  19. snow-light-night.use_orange_ball = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement