Sider SP21
for SmokePatch21
version 4b (8.Jul.2021)
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)
-----------------------------------------------------
Important note for copy game:
copy game users reported white screen crash when starting the new game versions, to correct this, disable (sider autostart) of the game after installing sider SP21:
1- open (sider.ini) using notepad, located here: (xxx\Pro Evolution Soccer 2021\Sider SP21)
2- replace this line:
4- run sider SP, then start the game manually from the game EXE or shortcut.
Compatibility:
- sider DLL version is 7.1.4
- works on all smokepatch21 versions.
Installation:
- select pes 2021 directory then finish
- run Sider SP21 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