Showing posts with label Sider 7. Show all posts
Showing posts with label Sider 7. Show all posts

PES 2021 Sider v7.4.1

PES 2021 Sider v7.4.1
Sider v7.4.1 made by Juce for eFootball Pro Evolution Soccer 2021 PC Games.

Sider v7.4.1
  • fixes for "save.folder" logic: no more "corrupt" save files, and unnecessary SYSTEM00000000 file overwrites.
  • improved netblock.lua: skipping more network/online/live-update checks
  • performance improvements for file existence checks for livecpk and livecpk events in Lua modules

How to update your existing sider
- As usual, keep all the files you have, but take the new sider.exe and sider.dll from the 7.4.1 archive.
- You may also be interested in the updated netblock.lua (thanks, Mohamed2746) - to skip more online checks, and also etrace.lua - shows a simple fade-in effect for an image

How to Install Sider v7.4.0
Move the folder you just unzipped from the ZIP archive to a location where your Windows user account has full access. I strongly advise you to use one of the following standard locations: Desktop, Documents, or your home directory.


Credits:
PES 2021 Sider v7.4.0 by juce

Download "Sider v7.4.1"
Please wait ...
If the download didn't start automatically, click here

PES 2021 Sider v7.4.0

PES 2021 Sider v7.4.0
Sider v7.4.0 made for eFootball Pro Evolution Soccer 2021 PC Games by juce. 

Sider v7.4.0 New Features:
  • Support for controlling overlay text/background colors and image alpha from Lua modules. Thanks to Mohamed2746!
  • Now supporting "save.folder" option in sider.ini - to better support patches that need their own EDIT00000000 and other files.

How to update your existing Sider
As usual, keep all the files you have, but take the new sider.exe and sider.dll from the 7.4.0 archive.

How to Install Sider v7.4.0
Move the folder you just unzipped from the ZIP archive to a location where your Windows user account has full access. I strongly advise you to use one of the following standard locations: Desktop, Documents, or your home directory.


IMPORTANT NOTE about v7.4 - Please read!
If you use colorsdemo.lua or any other module that implements the same memory hack (as shown in colorsdemo.lua) to change overlay text color and background color - such as modules that make text/background transparent to show only TV logo, for example - then these modules will NO LONGER work with this version of Sider. They will cause crashes and memory corruption, so you need to stop using them and wait until the patch maintainers/module writers adapt them to the new way of changing colors. (There is no way to keep backwards compatibility with that hack, and at the same time add new features to Sider.)

The new way is much simpler, thanks to the work by @Mohamed2746 - see two examples of how to do it (included in sider/modules dir):
- a simple example module - colorsdemo2.lua
- a more elaborate example with different colors - overlay_colors_test.lua

Here is a super-simple module to show the new way:
--[[
Example module to set overlay text color, background color, and location of overlay
--]]
local m = {}

-- yellowish text on completely transparent background, top of the screen
local opts = { text_color = "ffff40c0", background_color = "00000000", location = "top" }

function m.overlay_on(ctx)
    -- return text, no image (nil), and options table
    return "background alpha manipulation demo", nil, opts
end

function m.init(ctx)
    ctx.register("overlay_on", m.overlay_on)
end

return m
Credits:
PES 2021 Sider v7.4.0 by juce

Download "Sider v7.4.0"
Please wait ...
If the download didn't start automatically, click here

PES 2021 Sider 7.3.3

Sider for PES 2021 Season Update

Sider 7.3.3
Now friendly with many different ways to run the game (Windows, Linux, macOS, SteamDeck)

Many mods from 2020 work fine, including BallServer, StadiumServer, Kitserver, various camera modules, and many other modules as well.

How to Install:

Move the folder you just unzipped from the ZIP archive to a location where your Windows user account has full access. I strongly advise you to use one of the following standard locations: Desktop, Documents, or your home directory.


Sider has no external dependencies as of version 6.3, which means that everything it needs is included in its folder. Sider does not require the installation of any additional software. Sider requires Windows 7 64-bit or higher (XP/Vista will not work).

To upgrade your existing sider:
Replace sider.dll with the new one. Keep all other files that you have

Credits:
Sider v7.3.3 made by Juce
G. Leroy (pesmodding.com) / blog writer.

Download "Sider 7.3.3"
Please wait ...
If the download didn't start automatically, click here

PES 2021 Sider v7.1.7

PES 2021 Sider v7.1.7

PC eFootball PES 2021 Sider v7.1.7 (Small bug-fix update) by Juce

Sider v7.1.7

fixing a rare bug, when the after_set_conditions event isn't called in Master League
(which led to subtle errors in such modules as StadiumServer and ScoreboardServer)
thanks to Sickbeard who reported it.

documentation updated: added previously missing info on:
set_home_team_for_kits and set_away_team_for_kits events

How to Install:

Move the folder you just unzipped from the ZIP archive to a location where your Windows user account has full access. I strongly advise you to use one of the following standard locations: Desktop, Documents, or your home directory.


Sider has no external dependencies as of version 6.3, which means that everything it needs is included in its folder. Sider does not require the installation of any additional software. Sider requires Windows 7 64-bit or higher (XP/Vista will not work).

To upgrade your existing sider:
Replace sider.dll with the new one. Keep all other files that you have

Download "Sider v7.1.7"
Please wait ...
If the download didn't start automatically, click here

Credits:
Sider v7.1.7 made by Juce

PES 2021 Sider 7.2.0 Special Edition

PES 2021 Sider 7.2.0 Special Edition

Introducing the New eFootball Pro Evolution Soccer 2021 Sider 7.2.0 (made by Juce) special experimental release with modified attachment logic for Windows, Linux, and Steam Deck.

With 7.2.0 Special Edition, it works similarly to the old days of kitserver - where PES2021.exe is patched to load sider.dll near the startup. So you don't run sider, instead, you simply run your game and it loads sider.dll. In 7.2.0, there is no sider.exe, because it is not actually needed in that scenario. (The original motivation for going that route with Special Edition was Steam Deck because it didn't play nicely with sider.exe)

With 7.1.6, that logic is different: you run sider.exe, then it launches the game and maps sider.dll into the game process using Windows Hooks. That actually works fine on a regular Linux distribution, like Ubuntu, for example. But it doesn't work well on Steam Deck.

Anyways, long story short - it may not be worth the upgrade if you are used to a certain way of launching your game.


Download "Sider 7.2.0 Special Edition"
Please wait ...
If the download didn't start automatically, click here

Credits: Sider 7.2.0 Special Edition made by Juce

PES 2021 Sider 7.1.6

PES 2021 Sider 7.1.6

PES 2021 Sider 7.1.6 by juce

Small update for Sider:

Sider 7.1.6
- "ctx.kits" updates: new "SleeveLimits" kit attribute and corrections for number
positioning on the shorts (new range for "ShortsNumberX" and "ShortsNumberY": 0-31)
Thanks, zlac and Hawke!
- new scripting lib: "fs", with function "find_files" for listing/searching directories
- audio lib update: new function "get_state" for sound objects

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

PES 2021 Sider 7.1.4

PES 2021 Sider 7.1.4

PES 2021 Sider 7.1.4 by juce

Small update for Sider:

Sider 7.1.4
- fix for "home_team" and "edit_home_team" settings in lua context object
when the game is in Edit mode.


How to update your existing sider
Replace sider.dll with the new one. Keep all the rest of your existing files

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

PES 2021 Sider 7.1.3

PES 2021 Sider 7.1.3

Sider 7.1.3 by juce

- fixes for crash-on-startup issues that some folks have had since version 7.1.0

DOWNLOAD:
https://mapote.com/pes/sider-7.1.3.zip

How to update your existing sider:
Replace sider.dll with the new one. Keep all other files that you already have.

Note: if you already have sider.dll 7.1.3.1, then you don't need to do anything - you are already up to date.

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

PES 2021 Sider 7.1.2

PES 2021 Sider 7.1.2

Sider 7 Update by juce

- added support for 1.06.00 game .exe

DOWNLOAD
https://mapote.com/pes/sider-7.1.2.zip

How to update existing sider:
If you already have 7.1.0, then just replace sider.dll with the new one. That's it.

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

PES 2021 Sider 7.1.1

PES 2021 Sider 7.1.1

Sider 7.1.1

Small update for sider:

Sider 7.1.1
- fix for a problem introduced in version 7.1.0:
with overlay disabled (overlay.enabled = 0), sider was causing an immediate game crash.
This is fixed now. Thanks to SinnyDeas for reporting the issue.


How to update existing sider:
If you already have 7.1.0, then just replace sider.dll with the new one. That's it.

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

PES 2021 Sider 7.1.0

PES 2021 Sider 7.1.0

PES 2021 Sider 7.1.0 by juce

What is new: 
Added "input-blocking" feature. (See documentation for Lua scripting for all the details.)
Small tweak to support PES 2021 Lite 1.05.00 exe

DOWNLOAD:
https://mapote.com/pes/sider-7.1.0.zip

How to update your existing sider:
Replace sider.exe and sider.dll with new ones. Keep the rest of your files.
(In case you want updated documentation too - that is in the doc folder)

How to Install: 
Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).


Connect with us
For the latest news and updates, follow us on:
Facebook | Twitter | YouTube | Instagram

How to Install Sider 7 for PES 2021 Season Update [PC]

 
In today's video, I'm going to be showing you a quick tutorial that will show you how to install Sider 7 for the PES 2021 Season Update PC version.

There are many tutorials available that will teach you how to install Sider 7, however, most of them will not show you how to do so correctly, that's because many of them are unaware that installing Sider 7 in the same folder as PES 2021 is not advised, this is due to the fact that each time Konami downloads a new update or DLC, these upgrades may destroy vital data, causing the Sider 7 to malfunction.

The creators of this tool strongly recommend installing the sider in a place where your Windows user account has full permissions, one of these standard locations: Desktop, Documents, or your home directory.

What is Sider 7
Sider is a helper program for Pro Evolution Soccer on PC. It allows for small tweaks - such as "free side-select" 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 the Lua programming language.

How To Use
Sider itself does not require Administrator privileges, you should run it under your regular account - the same one you would use to start the game without Sider.

The new method (preferred)
The new one-click way is enabled by default now and it is super easy: just run sider.exe, it will open a small window, then it will automatically launch the game itself, then the Sider application will exit, but the game will continue running with the sider.dll loaded into it.

Sider 7 for PES 2021 - NEW Update 7.0.2

 
Sider for PES 2021 Season Update

PES 2021 Sider 7.0.0 by juce

Many mods from 2020 seem to work fine, including BallServer, StadiumServer, Kiserver, various camera modules. ScoreboardServer does not, however. This version of the sider needs a lot of testing, so please report if you notice something wrong.

Sider 7.0.0
https://mapote.com/pes/sider-7.0.0.zip
- initial version, with updated netblock.lua

HOW TO INSTALL

VIDEO TUTORIAL

Move the folder that you just unpacked from the ZIP archive into a place, where your Windows user account has full permissions. I very strongly recommend using one of these standard locations: Desktop, Documents, or your home directory.

Starting with version 6.3, sider has no external dependencies, meaning that everything that sider requires is included in its folder. You do not need to install any additional software to be able to run sider. You must have at least Windows 7 64-bit or newer (Sider will not work on XP/Vista).

PES 2021 Sider 7.0.2 

Now includes netblock.lua, adapted for PES 2021
Another fix for match.minutes: now works with 1.01.00 and 1.01.01 game exes

How to update:
Take new sider.dll.



© 2020 — 2025 PES Modding. Disclaimer Privacy Policy About Us