[Download Link] PES 2017 Snow Switcher Mod 3.2 by Juce [ Snow Mod ]
PES 2017 Snow Switcher by Juce
Add new Snow Mod for your PES 2017 game. This is a very simple example of how a random snow switch can be done: when stadium conditions are determined before the match, the module checks if it is rain and winter, and then switches rain to snow with approximately 50% chance.Remember to run this mod, you need latest LiveCPK Sider by Juce, download here.
Thread : https://www.evo-web.co.uk/threads/77520/
Changelog 3.2 :
Fixed a bug related to orange ball usage. Thanks, @digitalfoxx
; 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
IMPORTANT:
If you use Stadium-Server by @zlac, then you need to make sure that you put snow-mod.lua above StadiumServer.lua in sider.ini. Like this:
...
lua.module = "snow-mod.lua"
lua.module = "StadiumServer.lua"
...
NO PASSWORD !