Sider v7.1.4 by Juce | PES 2021


Sider7 
is a companion program for PES 2021 and PES 2021 Lite. It allows for small tweaks - such as "free side-select" (which is where sider gets its name from), and time expander for the demo version. It also facilitates game mods, created by the modding community. The two main features are LiveCPK and the scripting engine, where you can write your own mods in Lua programming language.


LiveCPK makes it possible to replace game content at run-time with content from files stored on disk, instead of having to pack everything into CPK-archives. (This feature is similar to Kitserver's AFS2FS and to FileLoader for earler versions of PES). Depending on how and when exactly the game reads the replaced files, you can even live-edit some things, like textures or 3D models, without exiting the game.

If you know a little bit how to program, you can write your own game logic using Sider's scripting engine. This requires some reading and understanding of how the game works, but it's really not that hard ;-) See scripting.html - for detailed documentation on that.


HOW TO INSTALL :

1. Extract with WinRAR and done ( Sider doesn't need to be extracted in game folder, you can place Sider anywhere.

2. Run sider.exe, it will open a small window, which you can minimize if you want

3. Run the game and Sider should automatically attach to the game process.

Thread : https://evo-web.co.uk/threads/sider-7.84002/

*See doc/readme.txt for information on how to use it. The livecpk/ball-root is an example of LiveCPK usage, with Champions League ball created by @Hawke.



TUTORIAL for PES 2021 CPY




=======================
SIDER 7 ~ Release History
=======================


June 15, 2021
v7.1.4
- fix for "home_team" and "edit_home_team" settings in lua context object when the game is in Edit mode.


June 7, 2021
v7.1.3
- fixes for gamepad input management logic error that caused crashes on game startup for some folks


May 20, 2021
v7.1.2
- support for 1.06.00 game exe


May 2, 2021
v7.1.1
- fix for problem introduced in version 7.1.0: with overlay disabled (overlay.enabled = 0), sider was causing immediate game crash. This is fixed now. Thanks to SinnyDeas for reporting the issue.


April 12, 2021
v7.1.0
- added "input-blocking" feature
- small tweak to support PES 2021 Lite 1.05.00 exe


October 6, 2020
v7.0.2
- another fix for "match.minutes": now works with 1.01.00 and 1.01.01 game exes


September 27, 2020
v7.0.1
- fix for "match.minutes" option in sider.ini. It works again now.
- corrections for "cr7_audio.lua" module (Ronaldo SUUU sound demo)


September 15, 2020
v7.0.0
- initial release. Most things seem to work