[PES 2021 PC] Lavori in rete #983 Lista dei lavori che troverete qui

Mattia Cianca

Pulcini
9 Ottobre 2017
99
13
8
Ciao a tutti! ho acquistato pes21, vorrei mettere la patch Sider ma non è come l'anno scorso che sono presenti tutti i link in prima pagina, mi aiutate? grazie un saluto
 

sanchez83

Giovanissimi A
28 Agosto 2018
370
82
28
PSN ID
pincho983
A chi funziona correttamente il kitserver quale fo sta usando? Quale DB? Grazie
 

pioss993

Juniores
10 Settembre 2018
1,994
1,070
113
Prova a mettere più in alto anche la riga Dell introserver nella sezione dei cpk.
ora provo a metterla al primo posto pero' se parte il video di coppa italia di campionato dovrebbe partire anche champions non credo che centri qualcosa la riga messa al primo o al secondo posto non credi?
neanche europa league va boooo
guarda se il tuo modulo e' cosi nella parte della champions e europa league x favore @Matteo1984
elseif tid == 1 and ctx.match_info == 46 then
intro_file = "fifa_club_world_cup"
elseif ((tid == 34 or tid == 1058 or tid == 2082 or tid == 3106 or tid == 4130 or tid == 5154
or tid == 6178 or tid == 7202 or tid == 8226 or tid == 35) and (ctx.match_info == 0 or ctx.match_info == 53)) then
intro_file = "fifa_world_cup"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif tid == 7 then
intro_file = "uefa_super_cup"
elseif tid == 2 or tid == 4 or tid == 1026 or tid == 2050 or tid == 3074 or tid == 4098 or tid == 5122
or tid == 6146 or tid == 7170 or tid == 8149 or tid == 3 or tid == 1027 or tid == 2051 or tid == 3075
or tid == 4099 or tid == 5123 or tid == 6147 or tid == 7171 or tid == 8195 then
if ctx.match_info == 0 then
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 46 and leg == 1 then
intro_file = "uefa_champions_league_k"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == nil then
intro_file = "uefa_champions_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
end
elseif tid == 5 or tid == 1029 or tid == 2053 or tid == 3077 or tid == 4101 or tid == 5125 or tid == 6149
or tid == 7173 or tid == 8197 or tid == 9221 or tid == 10245 or tid == 11269 or tid == 12293 or tid == 6 then
if ctx.match_info == 0 then
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif (ctx.match_info == 46 and leg == 1) or ctx.match_info == 53 then
intro_file = "uefa_europa_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info +1 end
end
 
Ultima modifica:
26 Dicembre 2016
58
55
18
ragazzi qualcuno mi puo mandare un link con un mega facepack aggiornato? il piu completo possibile? che causa problemi sono rimasto molto indietro grazie.
 

Matteo1984

Giovanissimi A
11 Novembre 2019
421
168
43
ora provo a metterla al primo posto pero' se parte il video di coppa italia di campionato dovrebbe partire anche champions non credo che centri qualcosa la riga messa al primo o al secondo posto non credi?
neanche europa league va boooo
guarda se il tuo modulo e' cosi nella parte della champions e europa league x favore @Matteo1984
elseif tid == 1 and ctx.match_info == 46 then
intro_file = "fifa_club_world_cup"
elseif ((tid == 34 or tid == 1058 or tid == 2082 or tid == 3106 or tid == 4130 or tid == 5154
or tid == 6178 or tid == 7202 or tid == 8226 or tid == 35) and (ctx.match_info == 0 or ctx.match_info == 53)) then
intro_file = "fifa_world_cup"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif tid == 7 then
intro_file = "uefa_super_cup"
elseif tid == 2 or tid == 4 or tid == 1026 or tid == 2050 or tid == 3074 or tid == 4098 or tid == 5122
or tid == 6146 or tid == 7170 or tid == 8149 or tid == 3 or tid == 1027 or tid == 2051 or tid == 3075
or tid == 4099 or tid == 5123 or tid == 6147 or tid == 7171 or tid == 8195 then
if ctx.match_info == 0 then
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 46 and leg == 1 then
intro_file = "uefa_champions_league_k"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == nil then
intro_file = "uefa_champions_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
end
elseif tid == 5 or tid == 1029 or tid == 2053 or tid == 3077 or tid == 4101 or tid == 5125 or tid == 6149
or tid == 7173 or tid == 8197 or tid == 9221 or tid == 10245 or tid == 11269 or tid == 12293 or tid == 6 then
if ctx.match_info == 0 then
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif (ctx.match_info == 46 and leg == 1) or ctx.match_info == 53 then
intro_file = "uefa_europa_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info +1 end
end

Scusa ma sono ignorante in materia...come si apre un lua?
 

Matteo1984

Giovanissimi A
11 Novembre 2019
421
168
43
ora provo a metterla al primo posto pero' se parte il video di coppa italia di campionato dovrebbe partire anche champions non credo che centri qualcosa la riga messa al primo o al secondo posto non credi?
neanche europa league va boooo
guarda se il tuo modulo e' cosi nella parte della champions e europa league x favore @Matteo1984
elseif tid == 1 and ctx.match_info == 46 then
intro_file = "fifa_club_world_cup"
elseif ((tid == 34 or tid == 1058 or tid == 2082 or tid == 3106 or tid == 4130 or tid == 5154
or tid == 6178 or tid == 7202 or tid == 8226 or tid == 35) and (ctx.match_info == 0 or ctx.match_info == 53)) then
intro_file = "fifa_world_cup"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif tid == 7 then
intro_file = "uefa_super_cup"
elseif tid == 2 or tid == 4 or tid == 1026 or tid == 2050 or tid == 3074 or tid == 4098 or tid == 5122
or tid == 6146 or tid == 7170 or tid == 8149 or tid == 3 or tid == 1027 or tid == 2051 or tid == 3075
or tid == 4099 or tid == 5123 or tid == 6147 or tid == 7171 or tid == 8195 then
if ctx.match_info == 0 then
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 46 and leg == 1 then
intro_file = "uefa_champions_league_k"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == nil then
intro_file = "uefa_champions_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_champions_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
end
elseif tid == 5 or tid == 1029 or tid == 2053 or tid == 3077 or tid == 4101 or tid == 5125 or tid == 6149
or tid == 7173 or tid == 8197 or tid == 9221 or tid == 10245 or tid == 11269 or tid == 12293 or tid == 6 then
if ctx.match_info == 0 then
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif (ctx.match_info == 46 and leg == 1) or ctx.match_info == 53 then
intro_file = "uefa_europa_league_f"
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif ctx.match_info == 53 and leg == 2 then
intro_file = nil
if filename == check then ctx.match_info = ctx.match_info + 2 end
else
intro_file = "uefa_europa_league"
if filename == check then ctx.match_info = ctx.match_info +1 end
end

Prova con questa disposizione del sider.ini

cpk.root = ".\livecpk\ball-root"
cpk.root = ".\livecpk\LicenseAllTeam"
cpk.root = ".\livecpk\evo_adboards"
cpk.root = ".\livecpk\IntroServer" etc

lua.module = "lib \ CommonLib.lua"
lua.module = "StadiumServer.lua"
lua.module = "WeatherConditions.lua"
lua.module = "IntroServer.lua" etc

Io li avevo messi piu' giu' e non vedevo l'Europa League poi su Evo ho letto questa cosa della posizione e mi e' apparsa l'intro dell'EL (vedevo quella della Champions al posto dell'EL)
 

pioss993

Juniores
10 Settembre 2018
1,994
1,070
113
Prova con questa disposizione del sider.ini

cpk.root = ".\livecpk\ball-root"
cpk.root = ".\livecpk\LicenseAllTeam"
cpk.root = ".\livecpk\evo_adboards"
cpk.root = ".\livecpk\IntroServer" etc

lua.module = "lib \ CommonLib.lua"
lua.module = "StadiumServer.lua"
lua.module = "WeatherConditions.lua"
lua.module = "IntroServer.lua" etc

Io li avevo messi piu' giu' e non vedevo l'Europa League poi su Evo ho letto questa cosa della posizione e mi e' apparsa l'intro dell'EL (vedevo quella della Champions al posto dell'EL)
fatto matteo l ho messo al 2o posto ed ora si vede grazie milleeeee
 
  • Like
Reactions: Matteo1984

FabrizioAsr

Primavera
19 Novembre 2014
2,114
1,491
113
PES 2021 - League & Cup Backgrounds V1
DOWNLOADS:

League & Cups Backgrounds
v1


LeagueBG_thumb.jpg



A simpler, minimalist and professional version of the Menu Server. All competitions have a background as close to reality as possible, based on the 2020/2021 graphics of the different leagues. If any are not current and need updating, please let me know ;)

V1 INCLUDES ALL EUROPEAN COMPETITIONS**
** I can´t find graphic elements to develop the backgrounds of Russian Cup and Russian Supercup.
If you can share photos or something from social media, I would appreciate it :TU:


BEL - Jupiler
BEL - Croky Cup
BEL - Belgium Suppercup
DEN - 3F Superliga
DEN - Sydbank Pokalen
SCO - SPFL
SCO - Scottish Cup
ESP - Copa Del Rey
ESP - La Liga
ESP - La Liga 2
ESP - Supercopa de Espana
UEFA - Euro 2020
UEFA - Champions League Play Off
UEFA - Champions League
UEFA - Europa League
UEFA - SuperCup
FRA - Coupe De France
FRA - Ligue 1
FRA - Ligue 2
FRA - Trophee des Champions
GER - Bundesliga
GER - DFB-Pokal
GER - DFL-Supercup
ITA - Coppa Itallia
ITA - Serie A
ITA - Serie B
ITA - Supercoppa Italiana
NL - Eredevisie
NL - KNVB Cup
NL - Johan Cruyff Shield
PT - Liga NOS
PT - Supertaca Portugal
PT - Taca de Portugal
RUS - RPL
SWI - Coupe Suisse
SWI - Swiss Super League
TUR - Turkish Super Lig
TUR - Turkish Cup
TUR - Turkish Super Cup
UK - Championship
UK - Championship Play Off
UK - Premier League
UK - FA Community Shield
UK - FA Cup

V2 WILL INCLUDE

ACN - Africa Cup Nations
AFC - AFC Asian Cup
ARG - Liga Aguilla
ARG - Superliga Argentina
BRA - Brasileirao Seria A
BRA - Brasileirao Seria B
BRA - Copa do Brasil
CA - Copa America
CHI - Chilean Primera Division
CHI - Copa Chile
CHN - CSL
FIFA - Fifa WC 2022
LIB - Copa Lib
THA - Thai League
...
And some more!!


SOME PREVIEWS

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

INSTALLATION


*Thanks to the PESNewupdate channel, for sharing and for the tutorial :WORSHIP: *


Don't forget to Download and install CommonLib.lua v1.0.

1. Copy "CompMenus" from the "livecpk" folder to your "livecpk" folder & add the line:
cpk.root = ".\livecpk\CompMenus" to your Sider.ini

Example:CPKROOT
cpk.root = ".\livecpk\EvoWeb Patch\Database"
cpk.root = ".\livecpk\EvoWeb Patch\Faces"
cpk.root = ".\livecpk\EvoWeb Patch\Graphics"
cpk.root = ".\livecpk\EvoWeb Patch\Kits"
cpk.root = ".\livecpk\CompMenus"

2. Copy "content & modules" folders to your Sider folder. & add the line: lua.module = "MenuServer.lua" to your sider.ini underneath CommonLib
[CommonLib should always be at the very top in order to work correctly]

Example:LUA
lua.module = "lib\CommonLib.lua"
lua.module = "StadiumServer.lua"
lua.module = "WeatherConditions.lua"
lua.module = "KitServer.lua"
lua.module = "BallServer.lua"
lua.module = "RefKitServer.lua"
lua.module = "MenuServer.lua"

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

DOWNLOAD
MEGA || MEDIAFIRE

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Credits:
@Hawke || @zlac - Server & JSON file edits
@juce || @nesa24 - Sider
@shawminator - CGPE
 
  • Like
Reactions: FniceBlu e Holland_

davide72

Prima squadra
16 Novembre 2014
4,752
2,819
113
Stadi di PES 2021 con tappeto erboso indossato

Stadi di PES 2021 con tappeto erboso indossato
Collezione stadio con manti erbosi usurati / danneggiati per eFootball PES 2021 e PES 2020 PC. Worn Turf di Moiduran2 e Captain8lunt & endo.

* È necessario Stadium Server prima di utilizzare questa mod.

Installazione tramite Stadium Server:

1. Installa Sider 7 per PES 2021 o Sider 6 per PES 2020

2. Installa Stadium-Server di Zlac

3. Estrai con WinRAR, troverai alcune cartelle che includono la mod Worn Turf con un numero diverso di ID stadio (stxx)

4. Scegli Worn Turf in base al tuo ID stadio, ad esempio Stamford Bridge con Stadium ID 009

5. Copia la cartella dei componenti aggiuntivi dalla cartella st009 al server dello stadio con ID 009, ad esempio

contenuto \ server-stadio \ Stamford Bridge \

6. Fatto

Crediti: Moiduran2, Captain8lunt, endo

* Se vuoi che i segni siano visibili solo sotto la pioggia, devi eliminare i file df e nf dalla cartella win, così avremo giorni buoni senza segni e giorni di pioggia con segni

Stadi di PES 2021 con tappeto erboso indossato
Stadi di PES 2021 con tappeto erboso indossato
Stadi di PES 2021 con tappeto erboso indossato

SCARICA QUI
 
  • Like
Reactions: pioss993

Statistiche forum

Discussioni
37,622
Messaggi
1,998,446
Utenti registrati
64,908
Ultimo utente registrato
kaisersoze