eFootball Pro Evolution Soccer 2021 entrance mod update, include the EPL 30th-anniversary entrance board and center circle flag. These entrances will be picked randomly, if you want the 30th-anniversary entrance all the time then change all the colors to "white" in your Entrance.lua.
Credits: spursfan18
How to Install:
NOTES: You will have to edit the Entrance.lua in your modules folder in your sider. I would recommend doing this with notepad++
Just place the Premier League folder into the "sider\content\Entrance" folder, it should overwrite just the edited files.
Also, you will have to go into your "sider\modules" folder and find the Entrance.lua, open it with notepad++ (preferred option) or notepad. Then edit the lines as follows.
For the 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"
end
For the Premier League in Exhibition mode. (If you are using notepad++ it will start on line 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"
end
No comments
Post a Comment
To avoid spam all comments will be moderated before will be published.*
Please leave your comments in English (otherwise you will not receive any reply)*