Foro PES Retro
Kitserver Bench and International Challenge Module v1.1.0 - substitutions customization added - Versión para impresión

+- Foro PES Retro (https://foro.pesretro.net)
+-- Foro: Pro Evolution Soccer - Edición General (https://foro.pesretro.net/forum-4.html)
+--- Foro: Programas y Tutoriales (https://foro.pesretro.net/forum-20.html)
+--- Tema: Kitserver Bench and International Challenge Module v1.1.0 - substitutions customization added (/thread-13939.html)

Páginas: 1 2


Bench and International Challenge Module v1.1.0 - substitutions customization added - Leite - 05-03-2026

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:
  • bench_and_int_challenge.dll
  • bench_and_int_challenge.dat
Then open kload.cfg and after your DLL list add
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 module
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
This 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.

Serie A bench
Mostrar Contenido
 
International Challenge full roster. Normally with 18 players the list would end with "Saha".
Mostrar Contenido
 
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

Mostrar Contenido

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: 001_smile.gif]


RE: Kitserver Bench and International Challenge Module v1.0.0 - Pato_Lucas18 - 05-04-2026

Excelente modulo y detalle amigo


RE: Kitserver Bench and International Challenge Module v1.0.0 - Leite - 05-04-2026

(05-04-2026, 12:06 AM)Pato_Lucas18 escribió: Excelente modulo y detalle amigo

Gracias Smile


RE: Bench and International Challenge Module v1.0.0 - Leite - 05-04-2026

UPDATE: v1.0.1 released. Bug in CUP mode fixed.


RE: Bench and International Challenge Module v1.0.1 - danilo - 05-04-2026

Excelente amigo, muy buenoo


RE: Bench and International Challenge Module v1.0.1 - Cahr's79 - 05-05-2026

Enrome aporte  Heart


RE: Bench and International Challenge Module v1.1.0 - substitutions customization added - Leite - 05-24-2026

UPDATE: v1.1.0 released. Minor fix + substitutions customization added.


RE: Bench and International Challenge Module v1.1.0 - substitutions customization added - daffi - 06-25-2026

Hola. Me preguntaba si usando esta herramienta sería posible jugar los partidos con menos de 11 jugadores. Como en el entrenamiento, que se pueden activar y desactivar, sería interesante para jugar fútbol indoor así como en fifa98.


RE: Bench and International Challenge Module v1.1.0 - substitutions customization added - Leite - 06-25-2026

(06-25-2026, 07:29 AM)daffi escribió: Hola. Me preguntaba si usando esta herramienta sería posible jugar los partidos con menos de 11 jugadores. Como en el entrenamiento, que se pueden activar y desactivar, sería interesante para jugar fútbol indoor así como en fifa98.

Hi!
No, this is just for the bench


RE: Bench and International Challenge Module v1.1.0 - substitutions customization added - daffi - 07-06-2026

Hello, I love what this module does "in theory". I mean, it works well in the menu, but when I play a match, my game always crashes. No matter what I do, everytime this module is enabled, the game will crash. What am I doing wrong?