Sider SP
for SmokePatch21/20/19/17
The (sider) is a tool made by (juce), which allows more things to be injected directly into the game such as more stadiums or automatic scorecards or others, bypassing game limits.
read more about sider from the source
The (sider sp) is organized and configured to work with smokepatch and SP addons, all SP settings are ready in sider sp, we created an installer for easy installation, the sider folder will be installed inside the game folder (select the game folder in the installer)
-----------------------------------------------------
SP21 sider dll 7.1.4
SP20 sider dll 6.4.1
SP19 sider dll 5.4.2.1
SP17 sider dll 3.5.1
- works on all smokepatch versions.
Installation:
- select pes 202x directory then finish
- run Sider SP2x to start the game (shortcut on desktop)
Useful information:
Disable/enable the gamepad console:
pressing RT+LT on the gamepad will show the sider console
if you want to disable this:
- open (gamepad.ini) from the sider folder
- Enabled:
gamepad.dinput.enabled = 1
gamepad.xinput.enabled = 1
- Disabled:
gamepad.dinput.enabled = 0
gamepad.xinput.enabled = 0
- save file and restart sider sp21
Stadiums:
if you want to deactivate a stadium from the sider:
- find the line of the stadium you don't want and put # at the start of the line
example:
Anfield active:
103, 004, Anfield, Anfield
#103, 004, Anfield, Anfield
-----------------------------------------------------
- Force 5 substitutes in games
in new versions of sider, it is possible to have five substitutions in the game, although this option is available in the game for exhibition games, in the master league and other modes it's not possible, this can be forced by enabling the (matchset) model
5 subs Enabled:
lua.module = "matchset.lua"
5 subs Disabled:
;lua.module = "matchset.lua"
- Game Auto-Run
when starting the sider sp21, it will automatically start the game, you can disable this feature, open sider.ini and look for the following line, then change as shown below:
Auto-run Enabled:
start.game = "steam://rungameid/1259970"
Auto-run Disabled:
;start.game = "steam://rungameid/1259970"
- Block the game from internet access:
Block on:
lua.module = "netblock.lua"
Block off:
;lua.module = "netblock.lua"
- Controller side select:
Free select on:
free.select.sides = 1
Free select off:
free.select.sides = 0