02-06-2026, 05:16 PM
(Última modificación: 05-05-2026, 01:45 PM por Leite.
Razón: Corrected subject
)
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-edit...win.95305/
How it works:
You need to download victorypoints.zip and place in your kitserver main folder the following files:
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
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"
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
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-edit...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
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"
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


![[Imagen: victorypoint-screenshot.png]](https://i.ibb.co/C3mcMMHr/victorypoint-screenshot.png)