File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Kitserver 6 HISTORY notes
22=========================
33
44
5+ 2021-04-22
6+ ----------
7+ v6.8.2
8+ - skinserver: new module to assign individual skins to players
9+ - window mode play: full control over window size, position, and decoration
10+
11+
5122020-05-05
613----------
714v6.8.1
Original file line number Diff line number Diff line change @@ -1378,8 +1378,7 @@ <h3>8.2 How to use</h3>
13781378< p > However, < b > Alegor</ b > and his team were able to create new 3D models for PES6 with new UV map, which maps left and right
13791379arms, left and right legs to their own areas in the texture, so that you can have have different tattoos on each
13801380side. With those new models, real player tattoos < span style ="color:#360 "> < b > can be accurately represented!</ b > </ span > </ p >
1381- < p > Follow Alegor's thread on Evo-Web for more information:< br />
1382- < a href ="https://evo-web.co.uk/threads/alegor%C2%B4s-faces-hakim-ziyech.38632/#post-914591 "> https://evo-web.co.uk/threads/alegor%C2%B4s-faces-hakim-ziyech.38632/#post-914591</ a >
1381+ < p > Follow Alegor on Evo-Web ( < a href ="https://evo-web.co.uk/ "> https://evo-web.co.uk/</ a > ) for more information.
13831382</ p >
13841383
13851384
Original file line number Diff line number Diff line change 66#else
77#define SETUP_WINDOW_TITLE "KitServer 6 Setup (debug build)"
88#endif
9- #define CREDITS "About: v6.8.0 (04/2020 ) by Juce and Robbie."
9+ #define CREDITS "About: v6.8.2 (04/2021 ) by Juce and Robbie."
1010
1111#define LOG (f ,x ) if (f != NULL) fprintf x
1212
Original file line number Diff line number Diff line change 11#include "windows.h"
22
33VS_VERSION_INFO VERSIONINFO
4- FILEVERSION 6,8,0 ,0
5- PRODUCTVERSION 6,8,0 ,0
4+ FILEVERSION 6,8,2 ,0
5+ PRODUCTVERSION 6,8,2 ,0
66 FILEFLAGSMASK 0x3fL
77#ifdef _DEBUG
88 FILEFLAGS 0x1L
1818 BLOCK "040904b0"
1919 BEGIN
2020 VALUE "FileDescription", "KitServer 6 Installer\0"
21- VALUE "FileVersion", "6.8.0 \0"
22- VALUE "LegalCopyright", "Copyright � 2005-2020 Juce, Robbie\0"
21+ VALUE "FileVersion", "6.8.2 \0"
22+ VALUE "LegalCopyright", "Copyright � 2005-2021 Juce, Robbie\0"
2323 VALUE "Comments", "Installs KitServer 6 to PES6 or WE:PES2007\0"
2424 END
2525 END
You can’t perform that action at this time.
0 commit comments