PES 2021 Sider v7.4.0

 

PES 2021 Sider v7.4.0
PES 2021 Sider v7.4.0

If you are new to the eFootball PES 2021 Season Update modding scene, there is one essential tool you must download before anything else. While patches, faces, kits, and stadiums make the game look incredible, none of them would work without the backbone of modern PES modding. The PES 2021 Sider v7.4.0 by Juce is the master key that unlocks the true potential of your game, allowing you to inject thousands of high-quality mods effortlessly.

In this article, we will explain what Sider is, why version 7.4.0 is a mandatory download, and provide a comprehensive guide on how to install and configure it on your PC.

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

Get the Sider v7.4.0 PES 2021 PC

Don't miss out on this high-quality Tools update by juce. Click the button below to access the official files for the Sider v7.4.0 PES 2021 Tools mod. Please ensure you have read the installation guide above before proceeding


PES 2021 Sider v7.4.0
Disclaimer: This file is not hosted on our server. We only provide the link to the original creator's upload. All credits and rights belong to juce. If you are the copyright owner and wish for this content to be removed, please contact us via the contact form.

Credits and Thanks To

  • Adboard Creator: juce 
  • Base Game: eFootball PES 2021 by KONAMI

Read Also : PES 2021 Sider 7.1.6 by Juce

● Found Missing / Wrong Credits ? : if you find the wrong credits please report to our fanpage or tell at the comments
● If you are the owner of these mods and want to request removal from our website, please contact us.

Next Post Previous Post
No Comment
Add Comment
comment url