Foro PES Retro
Kitserver Lineup Numbers Module v1.0.0 - 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 Lineup Numbers Module v1.0.0 (/thread-13959.html)



Lineup Numbers Module v1.0.0 - Leite - 05-27-2026

Hi!
 
This is a new module for pes6 which will allow you to assign shirt numbers from 1 to 11 to the teams you want by filling in the dat file.
 
How it works:
You need to download lineup_numbers.zip and place in your kitserver main folder the following files:
  • lineup_numbers.dll
  • lineup_numbers.dat
Then open kload.cfg and after your DLL list add
Cita:DLL.XX = "kitserver\lineup_numbers.dll"
 
where XX is the next number in your DLL list.
 
In the dat file you just need to indicate the teams for whom you want 1-11 shirt numbers. I think this module is pretty usefull for historical mods since until decades ago there were no numbers assigned to the players, as well as for mods with classic teams, such as the default classic national teams.
 
In the default dat I put 0 and 1 which are Austria and Belgium ids.
Cita:#set to 0 to disable the module
enabled = 1
0
1
 
This will make that before starting the match you'll have:
Mostrar Contenido
 
you can of course change the players and after submitting the formation you'll have 1-11 numbering:
Mostrar Contenido
 
When scoring a goal the popup with the scorer that appears before replays was modified it was showing the default number of the player so I had to blank that information and this is the result:
Mostrar Contenido
 
You can choose 1-11 numbering for any team you want. You just need to put its id a new line of the dat file.
 
My suggestion is to use this module with a specific gdb folder, since when 1-11 numbering was the standard there was no players name on shirts, and putting
Cita:name.location = off
in each config.txt of the teams you're assigning 1-11 numbering.
 
I tried with classic netherland and this is the final output.
Mostrar Contenido


Download the module:


Download source code:



NOTE: I'm sharing the source code inside lineup_numbers-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: Lineup Numbers Module v1.0.0 - daffi - 05-28-2026

This is great!! Everything you have been doing lately regarding the old football is great. Actually tis module is something I was thinking a out for a long time, and thought it was impossible.

I will enjoy it for sure!