Foro PES Retro
Kitserver Victory points Module v.1.1.1 - 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 Victory points Module v.1.1.1 (/thread-13786.html)



Victory points Module v.1.1.1 - Leite - 02-06-2026

Hi!
I'm happy to share the first kitserver6 module I ever did.
It allows you to edit the amount of points awarded for victory for every league/cup/competition and it's based on this discovery: https://evoweb.uk/threads/pes-6-hex-editing-2-points-win.95305/
 
How it works:
You need to download victorypoints.zip and place in your kitserver main folder the following files:
  • victorypoints.dll
  • victorypoints.dat
Then open kload.cfg and after your DLL list add
Cita:DLL.XX = "kitserver\victorypoints.dll"
 
where XX is the next number in your DLL list.
 
Open victorypoints.dat with a text editor and set the amount of points you want.
If you just want to have 2 victory points for every single competition just set
Cita:victory.points = 2
 
and comment the next lines with #
 
If you want to customize some league/cup/competition victory points, uncomment the proper line and put the value you want.
 
Example "2 victory points"
Mostrar Contenido
  
Download the module:
 

Download source code:



UPDATE: v1.1.1 released. Memory usage optimizations

NOTE: I'm sharing the source code inside victorypoints-source.zip. If anyone wants to improve my work feel free to do it. Just tag me if you do something cool


RE: Kitserver Victory points Module v.1.1.0 - Pato_Lucas18 - 02-08-2026

Muchas Gracias amigo!