PES 2021 Sider v7.4.1 Season 2026 — What's New, How to Update and Full Install Guide

PES 2021 Sider v7.4.1 Season 2026 — What's New, How to Update and Full Install Guide

By MrRealMod July 2026 PES 2021 | Sider | v7.4.1 | Season 2026 | Tools
Sider v7.4.1 for Season 2026 has been released by developer juce — the latest update to the essential mod loader for PES 2021. This version brings important fixes to the save folder logic, improved network blocking, and better performance for LiveCPK file checks. If you are using any PES 2021 mods including facepacks, kitpacks, scoreboards, or graphic menus, upgrading to Sider v7.4.1 is strongly recommended. This guide covers everything — what changed in this version, how to update safely, and a complete setup guide for new users.
PES 2021 Sider v7.4.1 Season 2026 Mod Loader Update LiveCPK juce

What Is Sider?

Sider is the most important tool in the PES 2021 modding ecosystem. Created by developer juce, it is a mod loader that runs alongside PES 2021 and loads custom content in real time — without permanently modifying the game's original files. Think of it as the engine that powers every other mod you install.

Without Sider, none of your installed mods will load when you launch PES 2021. Your facepacks, kitpacks, scoreboards, graphic menus, ball packs, and entrance videos all depend on Sider being active before the game starts. It is not optional — it is essential for any modded PES 2021 setup.

Sider uses a system called LiveCPK to load mod content dynamically from folders on your PC rather than requiring you to pack files into CPK archives. This makes installing, updating, and removing mods extremely simple — you just add or remove files from the relevant folders and Sider picks them up automatically.

What's New in Sider v7.4.1 Season 2026

Sider v7.4.1 was released on April 11, 2026 by developer juce. This is a focused update that addresses specific bugs and performance improvements rather than adding major new features.

NEW IN v7.4.1

Fixed Save Folder Logic

The most important fix in v7.4.1 addresses an issue with the save.folder configuration. In previous versions, certain save folder setups could result in corrupted save files or unnecessary overwrites of the SYSTEM00000000 file. This has been fully resolved in v7.4.1 — your save data is now handled correctly regardless of your save.folder configuration in sider.ini.

Improved netblock.lua

The netblock.lua module has been updated to skip more network, online, and live update checks when PES 2021 launches. This means faster startup times and fewer issues with the game attempting to connect to Konami's servers — which are no longer active for PES 2021. Thanks to community contributor Mohamed2746 for this improvement.

Better LiveCPK Performance

File existence checks for LiveCPK content and LiveCPK events in Lua modules have been optimised for better performance. If you have large facepacks or many mods installed, you may notice slightly faster loading times when launching the game with Sider v7.4.1.

New etrace.lua Example Module

A new example Lua module called etrace.lua has been included in the v7.4.1 release. This module demonstrates a simple smooth fade-in image effect — useful for modders who want to learn how to create image transition effects using Sider's Lua scripting capabilities.

Sider Version History — Quick Reference

VersionSeasonKey changes
v7.4.12026Save folder fix, netblock improvements, LiveCPK performance
v7.4.0.22026Minor stability fixes
v7.4.02026Season 2026 compatibility update
v7.3.42026Previous stable release
Recommendation: Always use the latest version of Sider. v7.4.1 is the most stable and best-performing version available for Season 2026. If you are on any older version, update now.

How to Update from an Existing Sider Installation

Updating Sider is very simple and takes less than 2 minutes. You only need to replace two files — your existing configuration and mod content stays exactly as it is.

1 Download Sider v7.4.1

Click the download button at the bottom of this post to get the Sider v7.4.1 archive. Save it to a temporary folder on your desktop.

2 Extract the archive

Right-click the downloaded archive and choose Extract here using WinRAR or 7-Zip. Inside you will find the new v7.4.1 files including sider.exe, sider.dll, and the updated netblock.lua.

3 Replace only sider.exe and sider.dll

Copy the new sider.exe and sider.dll from the extracted v7.4.1 folder into your existing Sider installation folder — the one inside your PES 2021 game directory. Replace the old files when Windows asks.

Important: Do NOT replace your sider.ini file. Your sider.ini contains all your custom configuration including cpk.root entries, kit server settings, and LiveCPK paths. Replacing it will remove all your mod settings.

4 Optionally update netblock.lua

If you want the improved network blocking from v7.4.1, also copy the new netblock.lua into your Sider modules folder:

sider\modules\netblock.lua

This is optional but recommended for faster startup times.

5 Test your setup

Run sider.exe and wait for the icon to appear in your system tray. Then launch PES 2021. Check that your mods are loading correctly — if your kits, faces, and scoreboard all appear as expected, the update was successful.

Fresh Installation Guide — For New Users

If you are installing Sider for the first time, follow these steps from the beginning.

1 Download Sider v7.4.1

Download the archive using the link at the bottom of this post. Save it somewhere easy to find.

2 Extract to your PES 2021 game folder

Extract the contents of the archive directly into your PES 2021 installation folder — the same folder that contains pes2021.exe. The sider.exe file must be in the same folder as the game executable.

For Steam users the path is typically:

C:\Program Files (x86)\Steam\steamapps\common\eFootball PES 2021\

3 Configure sider.ini

Open sider.ini in Notepad and check these key settings are correct:

exe.path = ".\pes2021.exe"
livecpk.enabled = 1
cpk.root = ".\content\livecpk"

Also check that Kit Server is enabled if you plan to use a kitpack:

[kserv] enabled = 1 priority = 1 folder = "kits"

4 Create content folders

Inside your Sider folder, create these subfolders if they do not already exist:

sider\content\kits\
sider\content\livecpk\
sider\content\livecpk-faces\

These are where your kitpacks, mod cpk files, and facepack folders will go.

5 Always launch Sider before PES 2021

Double-click sider.exe first. Wait until the small Sider icon appears in your system tray at the bottom-right of the taskbar. Then launch PES 2021 as normal. Sider will automatically hook into the game and load all your mods.

Pro tip: Press Spacebar during a match to reload all Sider mods without restarting the game — useful when testing new mod installations.

Common Issues and Solutions

Sider opens and closes immediately after double-clicking
The exe.path in sider.ini is pointing to the wrong location. Open sider.ini, find the exe.path line, and make sure it points exactly to your pes2021.exe file. If Sider is not in the same folder as the game, you need to use the full absolute path.
My mods are not loading after updating to v7.4.1
This usually happens if you accidentally replaced your sider.ini during the update. Your old sider.ini contained all your cpk.root entries and mod paths. Restore your old sider.ini and the mods will load again. In future, only replace sider.exe and sider.dll when updating.
The Sider icon does not appear in the system tray
Try right-clicking sider.exe and choosing Run as Administrator. Also check that your PES 2021 is not already running — close the game completely and start Sider first, then launch PES 2021.
My save data changed after updating Sider
The save folder fix in v7.4.1 changes how Sider handles the save.folder path. If you have a custom save.folder set in sider.ini, check that it still points to the correct location. The fix prevents unnecessary overwrites but check your save path is still accurate.
Can I use Sider v7.4.1 with Smoke Patch 21 V4.5?
Yes — Sider v7.4.1 is fully compatible with Smoke Patch 21 V4.5 and all standard PES 2021 mod packs. It is the recommended version for all Season 2026 mod setups.

Credits

Sider v7.4.1 was created and released by juce — the developer behind the entire Sider project. The improved netblock.lua was contributed by community member Mohamed2746. The etrace.lua example module was also created by juce to help the modding community learn Lua scripting for Sider.

Download Sider v7.4.1

⚙️ PES 2021 Sider v7.4.1 — Season 2026

The latest version of Sider for PES 2021. Required for loading all mods including facepacks, kitpacks, scoreboards and graphic menus.

  • ✅ sider.exe — latest v7.4.1
  • ✅ sider.dll — updated
  • ✅ netblock.lua — improved
  • ✅ etrace.lua — new example module
  • ✅ Full sider.ini with all settings
⬇ Download Sider v7.4.1

You will be directed to our download page where the file is available.

Comments