05-03-2026, 11:55 PM
(Última modificación: 05-20-2026, 09:20 PM por Leite.
Razón: new version released
)
Hi!
This is a new module for pes6 which gives you the possibility to set the amount of player in the bench for all competitions.
How it works:
You need to download bench_and_int_challenge.zip and place in your kitserver main folder the following files:
where XX is the next number in your DLL list.
You can choose to set a global value with the property "bench" (you need to comment all the other bench.<competition> property) or a value for each competition by editing the bench_and_int_challenge.dat.
For subtitutions you can set a global value with the property "subs" (you need to comment all the other bench.<competition> property) or a value for each competition by editing the bench_and_int_challenge.dat.
There is also a property called "internationalChallengeFIX" that if set with 1 will allow you to call 23 players in international challenge in the qualifiers. That's something that looks more fair to me, since I don't remember national matches with only 18 players. The dialog box will always talk about 18 players, but the list will be having 23 players.
Here is an example:
Serie A bench
International Challenge full roster. Normally with 18 players the list would end with "Saha".
You can also customize the amount of substitution. Let's say you want Serie A with 12 players bench and 8 allowed substitutions. All you need to do is:
Download the module:
Download source code:
UPDATE: v1.0.1 released. Bug in CUP mode fixed.
UPDATE: v1.1.0 released. Minor fix + substitutions customization added.
NOTE: I'm sharing the source code inside bench_and_int_challenge-src.zip. If anyone wants to improve my work feel free to do it. Just tag me if you do something cool
This is a new module for pes6 which gives you the possibility to set the amount of player in the bench for all competitions.
How it works:
You need to download bench_and_int_challenge.zip and place in your kitserver main folder the following files:
- bench_and_int_challenge.dll
- bench_and_int_challenge.dat
Cita:DLL.XX = "kitserver\bench_and_int_challenge.dll"
where XX is the next number in your DLL list.
You can choose to set a global value with the property "bench" (you need to comment all the other bench.<competition> property) or a value for each competition by editing the bench_and_int_challenge.dat.
For subtitutions you can set a global value with the property "subs" (you need to comment all the other bench.<competition> property) or a value for each competition by editing the bench_and_int_challenge.dat.
There is also a property called "internationalChallengeFIX" that if set with 1 will allow you to call 23 players in international challenge in the qualifiers. That's something that looks more fair to me, since I don't remember national matches with only 18 players. The dialog box will always talk about 18 players, but the list will be having 23 players.
Here is an example:
Cita:# set 0 to disable the moduleThis will make 3 players in the bench for Serie A matches and will also make possibile to call for 23 players in international challenge, with 12 players bench.
enabled = 1
# fallback value
bench = 12
bench.MasterLeague.OffSeason = 12
bench.MasterLeague.League = 7
bench.MasterLeague.Cup = 7
bench.MasterLeague.WefaChampionship = 12
bench.MasterLeague.EuropeanCup = 12
bench.SerieA = 3
bench.Eredivisie = 7
bench.Liga = 7
bench.Ligue1 = 7
bench.PremierLeague = 7
bench.Bundesliga = 7
bench.InternationalLeague = 7
bench.ItalianCup = 7
bench.DutchCup = 7
bench.SpanishCup = 7
bench.FrenchCup = 7
bench.EnglandCup = 7
bench.GermanCup = 7
bench.InternationalLeagueCup = 7
bench.ReebokCup = 12
bench.InternationalCup = 12
bench.EuropeanCup = 12
bench.AfricanCup = 12
bench.AmericanCup = 12
bench.AsiaOceanianCup = 12
bench.KonamiCup = 12
bench.InternationalChallenge = 12
# set 1 to enable full roster on international challenge
internationalChallengeFIX = 1
Serie A bench
International Challenge full roster. Normally with 18 players the list would end with "Saha".
You can also customize the amount of substitution. Let's say you want Serie A with 12 players bench and 8 allowed substitutions. All you need to do is:
Cita:enabled = 1
# fallback value
bench = 12
bench.SerieA = 12
bench.Eredivisie = 7
bench.Liga = 7
bench.Ligue1 = 7
bench.PremierLeague = 7
bench.Bundesliga = 7
bench.InternationalLeague = 7
# for the subs properties set a value >= 0 and <= 8
# fallback (it won't apply to exhibition and ML offseason)
subs = 3
subs.SerieA = 8
subs.Eredivisie = 3
subs.Liga = 3
subs.Ligue1 = 3
subs.PremierLeague = 3
subs.Bundesliga = 3
subs.InternationalLeague = 3
Download the module:
Download source code:
UPDATE: v1.0.1 released. Bug in CUP mode fixed.
UPDATE: v1.1.0 released. Minor fix + substitutions customization added.
NOTE: I'm sharing the source code inside bench_and_int_challenge-src.zip. If anyone wants to improve my work feel free to do it. Just tag me if you do something cool


![[Imagen: screen1.png]](https://i.ibb.co/Psvsft7S/screen1.png)
![[Imagen: screen2.png]](https://i.ibb.co/BV7nrP2d/screen2.png)
![[Imagen: screen3.png]](https://i.ibb.co/DfbvbVZK/screen3.png)