Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Configuration file for snow-mod3.lua
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ; Set no_lines to 0, if you want to keep the normal lines of the pitch
- ; Set use_orange_ball to 0, if you do not want a special orange ball
- ; chance_of_snow: range [0,1] - probability of snow, when it rains
- ; chance_of_heavy_snow: range [0,1] - probability of heavy snow, when it snows
- chance_of_snow = 0.7
- chance_of_heavy_snow = 0.5
- snow-heavy-day.no_lines = 1
- snow-heavy-day.use_orange_ball = 1
- snow-heavy-night.no_lines = 1
- snow-heavy-night.use_orange_ball = 1
- snow-light-day.no_lines = 0
- snow-light-day.use_orange_ball = 0
- snow-light-night.no_lines = 0
- snow-light-night.use_orange_ball = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement