PES 2021 EPL Entrance update 2022

PES 2021 EPL Entrance update 2022 – update of the graphic mod for entering the field in the English championship of the 2022 season for eFootball Pro Evolution Soccer 2021.

Installation:
1. You must have the latest version of Sider.
2. In sider.ini write:
lua.module = “Entrance.lua”

Features from the Author:
Here’s an update to my EPL login mod that includes the Premier League 30th Anniversary scoreboard and the center circle flag. These entries will be randomly selected, if you want the 30th Anniversary Entry to be permanent then change all colors to “white” in your Entrance.lua file.
You will need to edit Entrance.lua in your modules folder inside. I would recommend doing this with notepad++, as the included ReadMe specifies the exact line to start editing, which regular notepad doesn’t show.

Just put the Premier League folder in the “sider\content\Entrance” folder, it will only overwrite the files I edited.

You will also need to go to the “sider\modules” folder and find Entrance.lua, open it with notepad++ (perferd option) or notepad. Then edit the lines as follows.

For Premier League in Master League and League mode. (If you are using notepad++ it will start at line 38).

if rdm == 1 then
Entrance = “Premier League\\Green”
elseif rdm == 2 then
Entrance = “Premier League\\Orange”
elseif rdm == 3 then
Entrance = “Premier League\\Pink”
elseif rdm == 4 then
Entrance = “Premier League\\White”
elseif rdm == 5 then
Entrance = “Premier League\\Yellow”

Для Премьер-лиги в выставочном режиме. (Если вы используете notepad++, он начнется со строки 303)

if rdm == 1 then
Entrance = “Premier League\\Green”
elseif rdm == 2 then
Entrance = “Premier League\\Orange”
elseif rdm == 3 then
Entrance = “Premier League\\Pink”
elseif rdm == 4 then
Entrance = “Premier League\\White”
elseif rdm == 5 then
Entrance = “Premier League\\Yellow”

Sharemods