Mlp logo.png Congratulations /mlp/! Mlp logo.png
Winners of the 2024 4chan Spring Babby Cup

Difference between revisions of "Pro Evolution Soccer 2015/Kits"

From Rigged Wiki
Jump to navigation Jump to search
m
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Pes2015 TOC}}
{{Template:Pes2015 TOC}}


''This page is slowly being updated and filled.''
New:
=Introduction=
=Introduction=
This page will try to explain how to make kits and how to set them up in PES15. The first section after the Introduction will explain what textures are there in PES15 and how to make all these textures. The second section will explain how to install these kits in PES15, including both the Kit Config Files and the UniColor.bin. The Notes and Help section will contain various tips and tricks to keep in mind as well as some troubleshooting. The Tools section will contain links to almost every tool mentioned on this page.
This page will try to explain how to make kits and how to set them up in PES15. The first section after the Introduction will explain what textures are there in PES15 and how to make all these textures. The second section will explain how to install these kits in PES15, including both the Kit Config Files and the UniColor.bin. The Notes and Help section will contain various tips and tricks to keep in mind as well as some troubleshooting. The Tools section will contain links to almost every tool mentioned on this page.
<br>
<br>
=Kit textures=
=Kit textures=
This section will explain what textures are needed for a complete and working kit and how they can be made. The first section will explain what textures are needed and the second section will explain how these are made.
This section will explain what textures are needed for a complete and working kit and how they can be made. The first section will explain what textures are needed and the second section will explain how these are made. The third section will explain how the kit textures are named.
<br>
<br>
==Required textures==
==Required textures==
Line 36: Line 33:
<br>
<br>
==Making textures==
==Making textures==
This section will help you make all the kit textures. It is divided in 4 sections corresponding with all 4 different kit textures (the 3 number textures are combined). Making a good kit may require some trail and error so you will have to put the kit into DLC several times to test and retry until you have something you like.
This section will help you make all the kit textures. It is divided in 4 sections corresponding with all 4 different kit textures (the 3 number textures are combined). Making a good kit may require some trial and error so you will have to put the kit into DLC several times to test and retry until you have something you like.
<br>
<br>
All textures have to be saved as DDS as explained above. Several programs can save as DDS including but not limited to Photoshop (requires plugin), GIMP and Paint.net. There are online tools that will also convert textures to DDS, but make sure they have the right settings. In the worst case you can always ask someone else to do it for you.
All textures have to be saved as DDS as explained above. Several programs can save as DDS including but not limited to Photoshop (requires plugin), GIMP and Paint.net. There are online tools that will also convert textures to DDS, but make sure they have the right settings. In the worst case you can always ask someone else to do it for you.
Line 44: Line 41:
<br>
<br>
[[File:Kit template.png|thumbnail|none|A PES15 kit template]]
[[File:Kit template.png|thumbnail|none|A PES15 kit template]]
<br>
====Blender preview====
Should you have Blender installed then you can use sxsxsx' Blender 3D kit model to preview your kits textures in Blender instead of PES2015. Download it from under Tools, unpack it and open ''pes15_kitmodel_by_suatcagdas.blend''. This download will also contain a picture with which image link you need to change to have Blender use your kit texture. It however lacks all the short models PES2015 has and the shorts of this preview are not perfect. You cannot test the kit mask with this either.
<br>
<br>
===Kit mask===
===Kit mask===
Line 54: Line 54:
Each kit has 3 number textures, namely the chest, back and legs. The chest and leg kit numbers textures are 1024*64 DXT5 interpolated alpha DDS textures and is used for respectively the numbers on the front of the shirt and the numbers on the shorts. The back number texture is a 2048*128 DXT5 interpolated alpha DDS texture and is used for the number on the back of the shirt. Obviously the game has a fixed UV map for these texture and each number, however these exact UV maps are unknown. Therefore it is recommended to look at existing number textures and use those as base for your kit number textures. Like all the other kit textures these can be found in ''dt34.cpk\common\character0\model\character\uniform\texture''.
Each kit has 3 number textures, namely the chest, back and legs. The chest and leg kit numbers textures are 1024*64 DXT5 interpolated alpha DDS textures and is used for respectively the numbers on the front of the shirt and the numbers on the shorts. The back number texture is a 2048*128 DXT5 interpolated alpha DDS texture and is used for the number on the back of the shirt. Obviously the game has a fixed UV map for these texture and each number, however these exact UV maps are unknown. Therefore it is recommended to look at existing number textures and use those as base for your kit number textures. Like all the other kit textures these can be found in ''dt34.cpk\common\character0\model\character\uniform\texture''.
<br>
<br>
=Configuring kits=
==Naming textures==
While the kit textures can be named anything you want as long as the same names are in the kit config files, the 4cc will use the same system as PES15 itself uses to minimize the possibilities of name clashes. The name, mask and number textures are named the same as the main kit texture but with their own addition. Therefore this part will use the main kit texture as base and use /4ccc/ (team ID: 1330) as example.
u1330p1.dds
*The <u>u</u> defines the kit type. A 'u' means the kit is a default competition kit, a 'c' means it's a Champions League kit, an 'l' means it's a Libertadores kit, an 'a' means it's an AFC Champions League kit and an 's' means it's a Copa Sudamericana kit. For the 4cc we will only use the default, so 'u'.
*The <u>1330</u> is the team ID. This is always 4 numbers. A team with a team ID will have an extra 0 in front. So for example /mlp/ with team ID 118 will be '0118'.
*The <u>p</u> defines whether the kit is for an outfield player (p) or for the goalkeeper (g).
*The <u>1</u> defines whether the kit is the first (1), second (2), third (3), fourth (4) up to nine (9).
*The <u>.dds</u> is obviously the file format.


<br>
As stated before the mask, name and numbers texture will use the main kit texture as base.
==Kit config file==
*The mask texture will have a '_mask' suffix.
*The (back) name texture will have a '_name' suffix.
*The leg (shorts) number texture will have a '_leg' suffix.
*The back number texture will have a '_back' suffix.
*The front number texture will have a '_chest' suffix.


<br>
So in the end you will have the following names for your kit textures, using /4ccc/ (team ID: 1330) first player kit as an example.
==UniColor.bin==
u1330p1.dds
u1330p1_mask.dds
u1330p1_name.dds
u1330p1_leg.dds
u1330p1_back.dds
u1330p1_chest.dds


Or something like the example kit texture set image under Required Textures on this page.
<br>
<br>
==Installing kit config files and UniColor.bin==
=Configuring kits=
 
Besides just the textures each kit also requires a kit config file that contains various settings, like the collar model and back name size. This will be explained in the first section. Each kit also requires an entry in the UniColor.bin. The game uses this to determine what kits each team has in the game as well as the colors for various things.
<br>
<br>
=Notes and help=
==Kit config file==
* Standard PES15 kit textures can be found in ''dt34.cpk\common\character0\model\character\uniform\texture''.
It is near impossible to make nor modify existing kit config files by hand/hex editor. Luckily 2 persons in the PES modding community made tools to modify this file with great ease. These 2 tools are Julian Cames' Kit Configurator and GOAL's Kit Manager PES2015. Both these programs can be downloaded from Tools at the bottom of this page. This guide however will use GOAL's tool because it's a whole lot more complete than Julian Cames' tool, although sometimes JC's tool has superior previews.
* The standard PES15 kit config files can be found in ''dt34.cpk\common\character0\model\character\uniform\team'' or downloaded under Tools (these will be uploaded soon).
* UniColor.bin can also be found in ''dt34.cpk\common\character0\model\character\uniform\team''.
* It is possible to assign kits to teams without licensed kits, but this is not explained on this page.
* Forgot your team ID? Check it here: [[Pro Evolution Soccer 2015/Team IDs]].
* Although it is possible to assign Champions League kits to all the teams, we will only use the normal kits (u''xxxx''p1.dds).
<br>
<br>
=Tools=
So download Kit Manager, unpack it anywhere, run ''KitManagerPes2015v12.exe'' and if done correctly you should get the following window.
* PES15 .PSD kit template: https://mega.co.nz/#!OMMgAZIT!MtZE7JqYZlLiTTR8XL4Clm9huXOGZiEcy-Gew_rvGdg
 
<br><br>
 
 
 
 
 
 
----
 
 
 
 
Old:
==Kit Config File==
As name already implies the kit config files (KCF) contain the data to set up each kit in PES14, like the collar model, the specific kit textures and back number size. This section will explain how you can make, mod and install these KCFs. This part is slightly dependent on the next part, UniColor.bin. Where necessary it will refer to that part.  
<br>
<br>
===Making the Kit Config File===
[[File:km15-1.png|none]]
While it is possible to use an existing KCF, you can make a completely new one with the help of two kit configuration tools. These tools are ''PES 2014 Kit Set Manager'' and ''Cames Kit Configurator for PES2014''. However only ''Cames Kit Configurator for PES2014'' allows you to make KCF for all teams, while ''PES 2014 Kit Set Manager'' is limited to fake leagues in PES14. Both tools can be downloaded under Tools on this page.
Unlike the PES14 kit config file configurators neither of the 2 PES15 tools can make new kit config files so you'll have to use an existing one as base. Under Tools you can download original kit config files for your team. For this guide we will use /4ccc/ (Team ID: 1330) as example again. So if we want to modify the first player kit we'll browse to ''common\character0\model\character\uniform\team\1330'' and open ''1330_DEF_1st_realUni.bin''. This should lead to:
<br>
<br>
Download and extract ''Cames Kit Configurator for PES2014''. Then just run ''Cames Kit Configurator.exe'', you should get the following window now.
[[File:yay.png|none]]
and
<br>
<br>
[[File:CKC14.png]]
[[File:km15-2.png|none]]
Now you can edit all settings you want. When you're done and happy with your new settings just go to File and press Save (as).
<br>
<br>
Then to make a new KCF, go to File -> New Config File . You should now get this window.
Julian Cames' Kit Configurator almost works the same way as Kit Manager. Download it from under Tools, extract it anywhere and run ''CamesKitConfigurator_V2.exe''. Then go to file and open your kit config file. You should get something like the following window:
<br>
<br>
[[File:CKC14_2.png]]
[[File:kc15-1.png|none]]
Now you can edit all settings you want again. When you're done and happy with your new settings just go to File and press Save (as).
<br><br>
Below are several sections that contain more (and sometimes important) info about each setting in Kit Manager. Not all settings have been properly tested yet. It will refer to Kit Configurator where necessary.
<br>
<br>
Then look for your team ID, if you do not know your PES14 team ID, please check the page under Notes and Help. Also stick with the (u) Default competition and pick the correct kit type and number. While this number goes up to 9, you only have 1 GK kit and 4 outfield kits. Then press OK. If done correctly you should get a window like this.
===Shirt model===
Although the tool gives 256 possible shirt models, only shirt models 144 and 160 work. So it's advised to just never change this number when you load a kit config file. The only reason why you would want to change this is because you want special Long Sleeves and Short Sleeves Types who only work with Shirt model 144. This is explained again later.
===(Winter) Collar===
Here you can select the special collar you want for your kit. The winter collar is used when you play with the Winter stadium setting (this might require some player specific uniform appearance settings). The Kit Manager tool gives previews of the collars when you select either one of them. If you want close-ups and better previews of the collar models use Julian Cames' Kit Configurator. When you use a special collar the template as given under 'Making kits' can slightly change because of extra parts like buttons. If you want to find kits that have the same collar so you can use those textures as examples and references, please check the Pastebin below tools for all kits that have the same collar or use the Blender previews explained above. Keep in mind that changing the collar in Julian Cames' Kit Configurator will only change the main collar and not the winter collar.
===Tightness===
This setting should be obvious, either enable or disable tightness for your kit. Both tools have previews for this.
===Shirt pattern===
This setting should also be obvious because of its previews, choose from 12 different shirt patterns for your kit. This option is not present in Julian Cames' Kit Configurator.
===Short model===
This setting should also be obvious because of its previews, choose from 17 different short models for your kit. Both tools have previews for this.
===Name===
*Name: Will either toggle it on or off. You can also remove the name texture file on the right to disable it.
*Name Shape: Choose from 4 different styles for the back name, comes with previews. Unavailable in JC's Kit Configurator.
*Name Y: Will move the name up or down on the uniform. A higher value means a higher position.
*Name Size: Changes the size of the name on the back. A higher value means a bigger size.
===Back number===
*Back Number Y: Will move the back number up or down on the uniform. A higher value means a higher position.
*Back Number Size: Changes the size of the number on the back. A higher value means a bigger size.
*Back Number Spacing: Determines the spacing between double digit numbers on the back of the kit. Comes with previews.
===Chest number===
*Chest Number X: Will move the chest number horizontally on the uniform. A low value means it's more to the left (as seen from the front), 7 is in the middle, and a high value means it's more to the right.
*Chest Number Y: Will move the chest number up or down on the uniform. A higher value means a higher position.
*Chest Number Size: Changes the size of the number on the chest. A higher value means a bigger size.
===Short number===
*Short Number Side: Determines whether the number will appear on the left or right leg as seen from the back. So a left setting will make the number appear on the right short seen from the front.
*Short Number X: Will move the number horizontally on the shorts. A low value means it's more to the the front (so towards the d) and a high value means it's more to the sides.
*Short Number Y: Will move the number up or down on the shorts. A higher value means a higher position.
*Short Number Size: Changes the size of the number on the shorts. A higher value means a bigger size.
===Texture file names===
*Kit File: Determines what texture is used for the main kit.
*Back File: Determines what texture is used for the back number.
*Chest File: Determines what texture is used for the chest number.
*Leg File: Determines what texture is used for the shorts number.
*Name File: Determines what texture is used for the back name.
This is the reason why the kit textures had to be named properly as explained earlier. When a file has nothing assigned to it, it will not be used. So if the Chest File is empty as above, the kit will have no number on the chest. And if 'u1330p1_name' gets removed the kit will no longer have a name on the back. There is also no assignment for the kit mask texture, this is because the kit mask texture is always used and depends on the main kit file. The kit mask file used is the main kit file name with '_mask' as suffix. So should you change the kit file name to 'example.dds' for example, the game will look for and use 'example_mask.dds'.
===Kit colors===
*Shirt1: Unknown what it exactly does, just make sure it matches the shirt's primary color to be safe.
*Shirt2: Unknown what it exactly does, just make sure it matches the shirt's secondary color to be safe.
*Undershirt: Determines the color of the undershirt and turtleneck.
*Short: Determines the color of the undershorts.
*Socks: Unknown what it exactly does, just make sure it matches the socks' color to be safe.
Colors can only be properly changed via the Insert function. It inserts the color HEX code from your clipboard into the right format. For more information on how to use JCPicker, please go to Help -> About and read that.
===Sleeve badge===
These settings determine the position of the league and/or cup badge on each sleeve. The long sleeve settings only are available when the Long Sleeves Type is set to 'Normal & U-Shirt'. Keep in mind that the Y range for both sleeve lengths are different. Short will go from 0 to 14 and Long will go from 0 to 29.
*X: Will move the sleeve badge horizontally on the sleeve. A lower value means it's more to the back, 7 is on the middle of the sleeve and a higher value means it's more to the front of the kit.
*Y: Will move the sleeve badge vertically up and down the sleeve. A lower value means it's more to the top and a higher value means it's more to the bottom. Watch out not to put it too low or the Captain's armband will cover it.
===Sleeves===
*Long Sleeves Type: Choose from 2 different long sleeve types. Only works with shirt model 144. Comes with previews. JC's Kit Configurator contains different previews and names. 'Classic' is the same as 'Normal & U-Shirt' and 'Short' is the same as 'Only Undershirt'.
*Short Sleeves Type: Choose from 2 different short sleeve types. Only works with shirt model 144. Comes with previews.  
==Naming kit config files==
While the kit textures have some freedoms regarding their names, the kit config files need to be named in a very specific way to have the game recognize them. Just like the kit textures this part will use /4ccc/ (team ID: 1330) as example.
<br>
<br>
[[File:CKC14_3.png]]
First of all the kit config files are sorted in folders by team ID in ''\common\character0\model\character\uniform\team\'', so /4ccc/'s kit config files can be found in ''\common\character0\model\character\uniform\team\1330''.
<br>
<br>
You can now save it before editing it. While you can save the file with any name, you will have to use the name made by the tool to have it be read by PES 2014. An explanation on what all the other settings mean can be found in the next section below.
1330_DEF_1st_realUni.bin
*The <u>1330</u> is the team ID. Unlike the kit textures this does not have be 4 numbers. So for example /mlp/ with team ID 118 will be '118'.
*The <u>DEF</u> defines the kit type. 'DEF' means the kit is a default competition kit, 'CL' means it's a Champions League kit, 'LB' means it's a Libertadores kit, 'ACL' means it's an AFC Champions League kit, 'SDA' and 'SDN' mean it's a Copa Sudamericana (2014) kit. For the 4cc we will only use the default, so 'DEF'.
*The <u>1st</u> refers to whether the kit is the first (1st), second (2nd), third (3rd), fourth (4th), fifth (5th), sixth (6th), seventh (7th), eighth (8th) or ninth (9th) kit.
*The <u>realUni</u> means that the kit is a licensed kit. If this part is missing it's an unlicensed kit and the contents will also be different, therefore we'll always use 'realUni'.
*The <u>.bin</u> is obviously the file format.
The goalkeeper kit config file has a 'GK' prefix before the kit number. So the goalkeeper kit config file will be named:
1330_DEF_GK1st_realUni.bin
So in the end you will have the following names for your kit config files, using /4ccc/ (team ID: 1330) as an example with 9 outfield kits and 1 GK kit.
1330_DEF_1st_realUni.bin
1330_DEF_2nd_realUni.bin
1330_DEF_3rd_realUni.bin
1330_DEF_4th_realUni.bin
1330_DEF_5th_realUni.bin
1330_DEF_6th_realUni.bin
1330_DEF_7th_realUni.bin
1330_DEF_8th_realUni.bin
1330_DEF_9th_realUni.bin
1330_DEF_GK1st_realUni.bin
And these files will go in: ''\common\character0\model\character\uniform\team\1330''.<br>
==UniColor.bin==
At the moment there are 2 tools for modifying the UniColor.bin, namely Julian Cames' Kit Allocator and zlac's PES 2015 Kit Studio. While both have their functionalities Julian Cames' is a whole lot easier in use than zlac's. However this guide will use zlac's PES 2015 Kit Studio (Kit Studio) as it allows to set up to 9 outfield kits and can be downloaded under tools.
<br>
<br>
===Editing the Kit Config File===
Unpack Kit Studio anywhere on your computer, run ''Kit Studio.exe'', go to file and select 'Open files'. You'll then be asked to locate a Team.bin file  and then to select the ''UniColor.bin'' you want to edit (both files can be found in the same download for the tool). You should then get something like this:
As explained in the section above there are 2 KCF editors: ''PES 2014 Kit Set Manager'' and ''Cames Kit Configurator for PES2014''. However both have their own settings they can change and some settings are still missing in both, these have to be hex-edited in. Below are various settings explained which might not be that obvious, require special attention or can only be hex-edited in.
<br>
<br>
Because ''Cames Kit Configurator for PES2014'' likes to fuck up several settings it is advised to do the first settings with this editor. You can load existing KCFs via File -> Load config file... .  
[[File:kitstudio15.png|none]]
<br>
<br>
[[File:CKC14_4.png]]
Now use the list on the left to find the team you want to edit. Now you can assign exactly the amount of kits and what kind of kits each team has. For the 4cc we will only use the Default KitType. So if your team for example has 3 normal kits and 1 GK kit change the first 3 KitTypes to ''Player_1'', ''Player_2'', ''Player_3'' and change the fourth to ''GK_1''. Then make the other 6 slots all ''Unused'' and '''make sure no CL Kit Types are left behind for your team.'''
<br>
<br>
Now you can edit the collar and shorts type. The chest number, short number and name can be turned on or off. It is also possible to remove the back, chest and leg number and name by just removing the names yourself in the File names box. The kit colors are used by the game to determine the least clashing home, away and referee kits for each game, these do not show up anywhere in game, but it is still advised to set them up. All other remaining settings in ''Cames Kit Configurator for PES2014'' should be fairly obvious. However as stated it likes to fuck up several settings like the name and back number position. After you're done you can save the KCF before you open it with ''PES 2014 Kit Set Manager''.
You can then change the Kit icon to the one below that matches your kit the best. In the image below red is ''Color 1'' and the gray ''Color 2''. At this moment this icon only shows up at the lineup during the CL (elite) entrances.
<br>
<br>
Download ''PES 2014 Kit Set Manager'' under Tools on this page, extract it and just run it by pressing ''PES 2014 Kit Set Manager.exe''. You can now open the KCF via File -> Open kit config Bin file... . If done correctly you should get this window.
[[File:kiticons.png|none]]
<br>
<br>
[[File:KSM14.png]]
Then you can change the colors to your 1 or 2 dominant color(s) on your kit. These colors will be used at several locations of the game like in the kit selection screen, as the player icon in the tactics view and the Kit Icon mentioned above. While setting up the colors, changing the alpha (A) will not affect anything, so just leave this at 255 / FF.
There is no need to use the ''Unlicensed UniColor entries'', ''Misc'' and ''CSV Export/Import'' functions and thus will not be explained. When you're done changing and updating all the teams just use Save under File.
<br>
<br>
You can now also change the shorts and collar models again. But now it is also possible to change the shirt model, however your players will break if this is changed, it always needs to be 144. But it is possible to enable tightness now. The sleeve patch settings determine the position of the cup logo appears on each sleeve.
Apparently PES15 does not ever use the second goalkeeper kits, so don't bother setting it up.
<br>
Just like in ''Cames Kit Configurator for PES2014'' all settings should be fairly obvious, but keep in mind that sometimes a too high or low number can break it and the game will do the opposite instead. It is advised to trial and error until you find the settings you like. When you're done, just press Apply in the bottom right to save everything. To test the KCF, please read the Installing the KCF section below.
<br>
As explained above you can also convert Kitloader .png kits to .dds files with ''PES 2014 Kit Set Manager''. When you have a new window with no KCF loaded you can open each texture. When you have all textures loaded you can build the kit set, this will convert everything into .dds but also generate a KCF. You can discard this KCF and you will have to rename all files afterwards to the correct team ID yourself. While this tool does not have an option for the chest number texture, you can covert it by putting it in the leg number texture and rename it properly afterwards.
<br>
====Hex editing the KCF====
While both KCF tools have their options, neither have the ability to change the kit icon that appears on the tactics screen. To change this you'll have to open the KCF with any hex editor: [[Working with a hex editor]]. A KCF with a hex editor will look like this:
<br>
[[File:XVIkit.png]]
<br>
In this case the kit icon byte is already highlighted. In the image below are all available kit icons in PES14, where red is the primary color of the UniColor.bin and white the secondary color. This UniColor.bin is explained below. To change this icon just replace this byte by the hex code of the icon below. So if you want icon 12 you replace the 05 above with 0C.
<br>
[[File:Kit_icons.png]]
<br>
If you used an existing KCF and want to remove for example the back number texture, just make the entire name of the leg number texture blank (replacing it with 00 bytes).
<br>
===Installing the Kit Config File===
After you're done editing the KCF you can install and test it by putting it in ''pes14_win_dat\common\character0\model\character\appearance\uniform''. Make sure all the kit textures are in ''pes14_win_dat\common\character0\model\character\uniform\texture''. Also make sure there is an entry for the kit in ''UniColor.bin'' as explained in the next part.
<br>
If you want to test the new KCF via KitLoader, make a new folder for the kit and change the names to ''back.dds'', ''chest.dds'', ''kit.dds'', ''leg.dds'', ''mask.dds'' and/or ''name.dds''. Change the name of the KCF to ''config.bin'', put it in this folder as well and make sure there is no ''config.txt'' in the folder.
<br>
<br>


==UniColor.bin==
=Installing kit textures, kit config files and UniColor.bin=
UniColor.bin is the file in PES2014 that stores the allocation of kits and their associated colors. These colors will show up at various locations in the game. Because it's pretty hard to try to mod UniColor.bin with a Hex Editor we'll use Julian Cames' Kit Allocator (JCKA) to modify the UniColor.bin (can be downloaded under tools).
To test your new kits and config files you will have to put them into a .cpk-file. Please read [[Pro Evolution Soccer 2015/DLC]] on how to exactly do this. When rebuilding the folder tree use the following paths for the following files:
* PES15 kit textures go in ''common\character0\model\character\uniform\texture''.
* PES15 kit config files go in ''common\character0\model\character\uniform\team\<team ID>''.
* UniColor.bin goes in ''common\character0\model\character\uniform\team''.
 
For more information on how to deliver your kits for a cup, please read [[Pro Evolution Soccer 2015/AET]].
<br>
<br>
There is no need to install anything after unpacking, just start ''Cames Kit Allocator.exe''. Before you can do anything you will have to load the zlibbed UniColor.bin, this can be downloaded under Tools or extracted from the cup DLC. If you try to load an already unzlibbed UniColor.bin, JCKA will give an error. So if someone gave you an unzlibbed file, just zlib it yourself with the PES 2013 Decrypter under Tools.
=Notes and help=
<br>
* Standard PES15 kit textures can be found in ''dt34.cpk\common\character0\model\character\uniform\texture''.
If you've loaded the UniColor.bin correctly you should get this window:
* The standard PES15 kit config files can be found in ''dt34.cpk\common\character0\model\character\uniform\team'' or downloaded under Tools (these will be uploaded soon).
<br>
* UniColor.bin can also be found in ''dt34.cpk\common\character0\model\character\uniform\team'', but it is advised to check all the DLC for the newest UniColor.bin.
[[File:Jcka.png]]
<br>
We'll use this window to explain various things of this tool. The first is the team ID, use the drop-down list to find to select your team. If you do not know your team's ID, use the page with the PES14 team IDs under Notes and Help. While it is easily possible to modify the team names, it was not really necessary since you use team IDs to search for your team anyway.
<br>
The first real function of the tool is the modify the amount of kits a team has, modifying this amount will unlock or lock kit slots on the right. Always make sure this number corresponds with the amount of kits you have, where outfield and GK kits are counted as separate. So if you have 3 outfield kits and 1 GK kit, this number will be 4.
<br>
The second real function of the tool in the Kits section is the modify exactly what kits each team has and their colors. These colors for each kit are the ones that were mentioned in the first paragraph of this part and will be explained later on.
<br>
With the Kit Code you can choose exactly what kits you want for your team. While there is a long list to choose from, we'll only use ''Default_p1st'' (00 xx range), ''Default_p2nd'' (01 xx range), ''Default_p3rd'' (02 xx range), ''Default_p4th'' (03 xx range) and ''Default_g1st''. At this moment we don't know what the second hex value means, so just to be safe we'll only use the xx 00 kit codes. If a kit of your team doesn't have a xx 00 kit code to begin with, don't change it. It is also not known at this moment what ''Other'' does. The Libert, AFC and Euro are codes for kits to work in respectively (and only these will appear and no longer the default) the Copa Libertadores, AFC and Champions League.
<br>
If you have an European team like Manchester United, Ajax Amsterdam or Paris Saint-Germain and they no longer have an Euro kit assigned to them they'll use their default kits in the Champions League instead. The same applies to the Copa Libertadores and the AFC.
<br>
Each kit also has 2 colors assigned to them. The primary color will be used in the kit selection menu, during the match in the radar view and below both team names in some game modes and in the icons on the Gameplan/Tactics screen. The secondary color is only used for icons with 2 colours on the Gameplan/Tactics screen. This icon is explained in more detail under Kit Config File.
<br>
When you're done with a team, just press Apply before you go to your next team you need to work on. Use Save at the end to save everything and have JCKA zlib the UniColor.bin again. To test it put the UniColor.bin in ''pes14_win_dat\common\character0\model\character\appearance\uniform''
 
=Notes and Help=
* Standard PES14 kit textures can be found in ''dt32.cpk\pes14_win_dat\common\character0\model\character\uniform\texture''.
* The standard PES14 kit config files can be found in ''dt32.cpk\pes14_win_dat\common\character0\model\character\appearance\uniform'' or downloaded under Tools.
* UniColor.bin can be found in ''dt32.cpk\pes14_win_dat\common\character0\model\character\appearance\uniform''.
* It is possible to assign kits to teams without licensed kits, but this is not explained on this page.
* It is possible to assign kits to teams without licensed kits, but this is not explained on this page.
* Forgot your team ID? Check it here: [[Pro Evolution Soccer 2014/Team IDs]].
* Forgot your team ID? Check it here: [[Pro Evolution Soccer 2015/Team IDs]].
* Opening dt32.cpk with Jenkey's File Explorer can take a while, or not at all. If you want the original kit config files for your team, please use the link under tools.
* Although it is possible to assign Champions League kits to all the teams, we will only use the normal kits (u''xxxx''p1.dds).
* Only Shirt Models 144 and 160 work, anything else will break the kit.
* PES14 kit config files are incompatible with PES15.
<br>
<br>
=Tools=
=Tools=
* Original kit config files for all teams in the cup: https://drive.google.com/folderview?id=0B0TwHGHvKz8TYmp1ME1uNEV0S0E&usp=sharing
* PES15 .PSD kit template: https://drive.google.com/file/d/0B0TwHGHvKz8TanlJMTZPc3ItckE/view?usp=sharing
* PES 2014 Kit Set Manager: https://drive.google.com/file/d/0B0TwHGHvKz8TRHpxUGgxQzBlek0/view?usp=sharing
* Cames Kit Configurator for PES2014: https://drive.google.com/file/d/0B0TwHGHvKz8TMmZTcG5XQzVWclU/view?usp=sharing
* Julian Cames Kit Allocator: https://drive.google.com/file/d/0B0TwHGHvKz8TUUhUSUlYSHJyLTA/view?usp=sharing
* DLC 2.00 UniColor.bin (zlibbed): https://drive.google.com/file/d/0B0TwHGHvKz8TRU5UUHpwR3Mzelk/view?usp=sharing
* Latest UniColor.bin: Coming some time during the [[2015 4chan Winter Cup]]
* PES 2013 Decrypter: https://drive.google.com/file/d/0B0TwHGHvKz8TcG5tb1cwZFpLUGs/view?usp=sharing
* PES 2013 Decrypter: https://drive.google.com/file/d/0B0TwHGHvKz8TcG5tb1cwZFpLUGs/view?usp=sharing
* Original kit config files for all teams in the cup: https://mega.co.nz/#F!fA0xBTxa!Bl4Wf2NjS0rSZg9P-Yv3xA
* Original DLC 3.00 UniColor.bin: https://mega.co.nz/#!jYFA0DbS!i2PZVohP677rEhfGP7AFevkzl49MVaTDjX7hKEUyKyE
* Julian Cames Kit Allocator: https://mega.co.nz/#!zEMkCQLT!HdHyJcaEI4jLhO26vaf9j8deVKOzykPIYtsBbEHa7fg
* zlac's PES 2015 Kit Studio: https://drive.google.com/file/d/0B0TwHGHvKz8TVUQ1UUpEU2lzYmM/view?usp=sharing
* GOAL's Kit Manager PES2015 v12: https://drive.google.com/file/d/0B0TwHGHvKz8TVmFpSjh6MkVhSVk/view?usp=sharing
* Julian Cames Kit Configurator: https://drive.google.com/file/d/0B0TwHGHvKz8Ta01NN3JDTXFycE0/view?usp=sharing
* sxsxsx Blender kit previews: https://drive.google.com/file/d/0B0TwHGHvKz8TMVRpZWs2aG9kY2c/view?usp=sharing
* Collars and kits in PES 2015: http://pastebin.com/28Ek0EX8
[[Category:Pro Evolution Soccer 2015]]

Latest revision as of 00:19, 6 December 2015

2014 4chanlogo.png
Pro Evolution Soccer 2015
Game Installation · File List
Rules Rules · Aesthetic Exports · Auto-ATF
Info Team IDs · Tactical · FAQ
Modding Save Editor · DLC · Hex-editing · Managers · Stadiums · Faces · Kits · Boots · GK Gloves · Adboards · Team Colors · Strings · zlib · Aesthetics

Introduction

This page will try to explain how to make kits and how to set them up in PES15. The first section after the Introduction will explain what textures are there in PES15 and how to make all these textures. The second section will explain how to install these kits in PES15, including both the Kit Config Files and the UniColor.bin. The Notes and Help section will contain various tips and tricks to keep in mind as well as some troubleshooting. The Tools section will contain links to almost every tool mentioned on this page.

Kit textures

This section will explain what textures are needed for a complete and working kit and how they can be made. The first section will explain what textures are needed and the second section will explain how these are made. The third section will explain how the kit textures are named.

Required textures

A complete normal kit set will consist of somewhere between 6 textures, although only 2 are really mandatory. These 6 textures are:

  • The kit itself, this texture always needs to be there or else the kit will just be completely white (this texture is required)
  • The kit mask, this texture defines some graphical effects on the kit, for example make logos have a different lighting effect compared to normal clothing (this texture is required)
  • The name texture, the game uses this texture to spell the name on the back of the shirt (this texture is not required)
  • The back number texture, the game uses this texture to texture the player number on the back of the shirt (this texture is not required)
  • The chest number texture, the game uses this texture to texture the player number on the chest of the shirt (this texture is not required)
  • The leg number texture, the game uses this texture to texture the player number on the shorts (this texture is not required)

A complete example kit set will look like this without the config file:

Kitset.png


As one can see all the textures are in the DDS format, this is the only format PES15 will recognize for kit texture. However, there are multiple DDS settings when saving and choosing the wrong ones can make your kit or your game crash. In the list below the best (and/or smallest) DDS settings are listed for each texture (note: all textures below require MIP maps).

  • The kit itself: DXT1 - No Alpha
  • The kit mask: DXT1 - No Alpha
  • The name texture: DXT5 - Interpolated Alpha
  • The back number texture: DXT5 - Interpolated Alpha
  • The chest number texture: DXT5 - Interpolated Alpha
  • The leg number texture: DXT5 - Interpolated Alpha


While it is possible to use completely different names for the kits and textures than the system PES15 uses, we will still use this format for the kits in the 4cc. So for example the name texture of /4ccc/'s (ID 1330) first outfield kit will be u1330p1_name.dds. This will be explained in further detail later on.
All the kit textures are saved in \common\character0\model\character\uniform\texture.

Making textures

This section will help you make all the kit textures. It is divided in 4 sections corresponding with all 4 different kit textures (the 3 number textures are combined). Making a good kit may require some trial and error so you will have to put the kit into DLC several times to test and retry until you have something you like.
All textures have to be saved as DDS as explained above. Several programs can save as DDS including but not limited to Photoshop (requires plugin), GIMP and Paint.net. There are online tools that will also convert textures to DDS, but make sure they have the right settings. In the worst case you can always ask someone else to do it for you.

Main kit texture

The main kit texture is a 2048*2048 DXT1 no alpha DDS. It is advised to get a more extensive image editing program to make these kit textures. A PES15 kit template is given below to give you an idea where everything is. You can also check out some existing kit textures in the dt34.cpk\common\character0\model\character\uniform\texture with Jenkey's File Explorer or search online for examples. Under Tools a kit template in the Photoshop .PSD format is linked.

A PES15 kit template


Blender preview

Should you have Blender installed then you can use sxsxsx' Blender 3D kit model to preview your kits textures in Blender instead of PES2015. Download it from under Tools, unpack it and open pes15_kitmodel_by_suatcagdas.blend. This download will also contain a picture with which image link you need to change to have Blender use your kit texture. It however lacks all the short models PES2015 has and the shorts of this preview are not perfect. You cannot test the kit mask with this either.

Kit mask

The kit mask texture is a 2048*2048 DXT1 no alpha DDS and allows you to give special shader effects to your kit. This texture is a bit harder to explain so I advise you to look at existing kit masks in dt34.cpk\common\character0\model\character\uniform\texture and see what it does in the game. If you want a part of a kit to not have any special effects just use the RGB color '151 130 0' (mustard like). Reflective parts like the crest get the RGB color '151 130 255' (purple). Elastic parts like the captain's armband get the RGB color '48 220 255' (light blue). If you want no special effects just fill the entire image with the RGB color '151 130 0'.

Name

The kit name texture is a 128*512 DXT5 interpolated alpha DDS texture and is used for the name on the back of the shirt. You can up the size of this texture to 256*1024 if you have a large name setting and want that extra detail in your texture. Obviously the game has a fixed UV map for this texture and each letter, however these exact UV maps are unknown. Therefore it is recommended to look at existing name textures and use those as base for your kit name textures. Like all the other kit textures these can be found in dt34.cpk\common\character0\model\character\uniform\texture.

Numbers

Each kit has 3 number textures, namely the chest, back and legs. The chest and leg kit numbers textures are 1024*64 DXT5 interpolated alpha DDS textures and is used for respectively the numbers on the front of the shirt and the numbers on the shorts. The back number texture is a 2048*128 DXT5 interpolated alpha DDS texture and is used for the number on the back of the shirt. Obviously the game has a fixed UV map for these texture and each number, however these exact UV maps are unknown. Therefore it is recommended to look at existing number textures and use those as base for your kit number textures. Like all the other kit textures these can be found in dt34.cpk\common\character0\model\character\uniform\texture.

Naming textures

While the kit textures can be named anything you want as long as the same names are in the kit config files, the 4cc will use the same system as PES15 itself uses to minimize the possibilities of name clashes. The name, mask and number textures are named the same as the main kit texture but with their own addition. Therefore this part will use the main kit texture as base and use /4ccc/ (team ID: 1330) as example.

u1330p1.dds
  • The u defines the kit type. A 'u' means the kit is a default competition kit, a 'c' means it's a Champions League kit, an 'l' means it's a Libertadores kit, an 'a' means it's an AFC Champions League kit and an 's' means it's a Copa Sudamericana kit. For the 4cc we will only use the default, so 'u'.
  • The 1330 is the team ID. This is always 4 numbers. A team with a team ID will have an extra 0 in front. So for example /mlp/ with team ID 118 will be '0118'.
  • The p defines whether the kit is for an outfield player (p) or for the goalkeeper (g).
  • The 1 defines whether the kit is the first (1), second (2), third (3), fourth (4) up to nine (9).
  • The .dds is obviously the file format.

As stated before the mask, name and numbers texture will use the main kit texture as base.

  • The mask texture will have a '_mask' suffix.
  • The (back) name texture will have a '_name' suffix.
  • The leg (shorts) number texture will have a '_leg' suffix.
  • The back number texture will have a '_back' suffix.
  • The front number texture will have a '_chest' suffix.

So in the end you will have the following names for your kit textures, using /4ccc/ (team ID: 1330) first player kit as an example.

u1330p1.dds
u1330p1_mask.dds
u1330p1_name.dds
u1330p1_leg.dds
u1330p1_back.dds
u1330p1_chest.dds

Or something like the example kit texture set image under Required Textures on this page.

Configuring kits

Besides just the textures each kit also requires a kit config file that contains various settings, like the collar model and back name size. This will be explained in the first section. Each kit also requires an entry in the UniColor.bin. The game uses this to determine what kits each team has in the game as well as the colors for various things.

Kit config file

It is near impossible to make nor modify existing kit config files by hand/hex editor. Luckily 2 persons in the PES modding community made tools to modify this file with great ease. These 2 tools are Julian Cames' Kit Configurator and GOAL's Kit Manager PES2015. Both these programs can be downloaded from Tools at the bottom of this page. This guide however will use GOAL's tool because it's a whole lot more complete than Julian Cames' tool, although sometimes JC's tool has superior previews.
So download Kit Manager, unpack it anywhere, run KitManagerPes2015v12.exe and if done correctly you should get the following window.

Km15-1.png

Unlike the PES14 kit config file configurators neither of the 2 PES15 tools can make new kit config files so you'll have to use an existing one as base. Under Tools you can download original kit config files for your team. For this guide we will use /4ccc/ (Team ID: 1330) as example again. So if we want to modify the first player kit we'll browse to common\character0\model\character\uniform\team\1330 and open 1330_DEF_1st_realUni.bin. This should lead to:

Yay.png

and

Km15-2.png

Now you can edit all settings you want. When you're done and happy with your new settings just go to File and press Save (as).
Julian Cames' Kit Configurator almost works the same way as Kit Manager. Download it from under Tools, extract it anywhere and run CamesKitConfigurator_V2.exe. Then go to file and open your kit config file. You should get something like the following window:

Kc15-1.png

Now you can edit all settings you want again. When you're done and happy with your new settings just go to File and press Save (as).

Below are several sections that contain more (and sometimes important) info about each setting in Kit Manager. Not all settings have been properly tested yet. It will refer to Kit Configurator where necessary.

Shirt model

Although the tool gives 256 possible shirt models, only shirt models 144 and 160 work. So it's advised to just never change this number when you load a kit config file. The only reason why you would want to change this is because you want special Long Sleeves and Short Sleeves Types who only work with Shirt model 144. This is explained again later.

(Winter) Collar

Here you can select the special collar you want for your kit. The winter collar is used when you play with the Winter stadium setting (this might require some player specific uniform appearance settings). The Kit Manager tool gives previews of the collars when you select either one of them. If you want close-ups and better previews of the collar models use Julian Cames' Kit Configurator. When you use a special collar the template as given under 'Making kits' can slightly change because of extra parts like buttons. If you want to find kits that have the same collar so you can use those textures as examples and references, please check the Pastebin below tools for all kits that have the same collar or use the Blender previews explained above. Keep in mind that changing the collar in Julian Cames' Kit Configurator will only change the main collar and not the winter collar.

Tightness

This setting should be obvious, either enable or disable tightness for your kit. Both tools have previews for this.

Shirt pattern

This setting should also be obvious because of its previews, choose from 12 different shirt patterns for your kit. This option is not present in Julian Cames' Kit Configurator.

Short model

This setting should also be obvious because of its previews, choose from 17 different short models for your kit. Both tools have previews for this.

Name

  • Name: Will either toggle it on or off. You can also remove the name texture file on the right to disable it.
  • Name Shape: Choose from 4 different styles for the back name, comes with previews. Unavailable in JC's Kit Configurator.
  • Name Y: Will move the name up or down on the uniform. A higher value means a higher position.
  • Name Size: Changes the size of the name on the back. A higher value means a bigger size.

Back number

  • Back Number Y: Will move the back number up or down on the uniform. A higher value means a higher position.
  • Back Number Size: Changes the size of the number on the back. A higher value means a bigger size.
  • Back Number Spacing: Determines the spacing between double digit numbers on the back of the kit. Comes with previews.

Chest number

  • Chest Number X: Will move the chest number horizontally on the uniform. A low value means it's more to the left (as seen from the front), 7 is in the middle, and a high value means it's more to the right.
  • Chest Number Y: Will move the chest number up or down on the uniform. A higher value means a higher position.
  • Chest Number Size: Changes the size of the number on the chest. A higher value means a bigger size.

Short number

  • Short Number Side: Determines whether the number will appear on the left or right leg as seen from the back. So a left setting will make the number appear on the right short seen from the front.
  • Short Number X: Will move the number horizontally on the shorts. A low value means it's more to the the front (so towards the d) and a high value means it's more to the sides.
  • Short Number Y: Will move the number up or down on the shorts. A higher value means a higher position.
  • Short Number Size: Changes the size of the number on the shorts. A higher value means a bigger size.

Texture file names

  • Kit File: Determines what texture is used for the main kit.
  • Back File: Determines what texture is used for the back number.
  • Chest File: Determines what texture is used for the chest number.
  • Leg File: Determines what texture is used for the shorts number.
  • Name File: Determines what texture is used for the back name.

This is the reason why the kit textures had to be named properly as explained earlier. When a file has nothing assigned to it, it will not be used. So if the Chest File is empty as above, the kit will have no number on the chest. And if 'u1330p1_name' gets removed the kit will no longer have a name on the back. There is also no assignment for the kit mask texture, this is because the kit mask texture is always used and depends on the main kit file. The kit mask file used is the main kit file name with '_mask' as suffix. So should you change the kit file name to 'example.dds' for example, the game will look for and use 'example_mask.dds'.

Kit colors

  • Shirt1: Unknown what it exactly does, just make sure it matches the shirt's primary color to be safe.
  • Shirt2: Unknown what it exactly does, just make sure it matches the shirt's secondary color to be safe.
  • Undershirt: Determines the color of the undershirt and turtleneck.
  • Short: Determines the color of the undershorts.
  • Socks: Unknown what it exactly does, just make sure it matches the socks' color to be safe.

Colors can only be properly changed via the Insert function. It inserts the color HEX code from your clipboard into the right format. For more information on how to use JCPicker, please go to Help -> About and read that.

Sleeve badge

These settings determine the position of the league and/or cup badge on each sleeve. The long sleeve settings only are available when the Long Sleeves Type is set to 'Normal & U-Shirt'. Keep in mind that the Y range for both sleeve lengths are different. Short will go from 0 to 14 and Long will go from 0 to 29.

  • X: Will move the sleeve badge horizontally on the sleeve. A lower value means it's more to the back, 7 is on the middle of the sleeve and a higher value means it's more to the front of the kit.
  • Y: Will move the sleeve badge vertically up and down the sleeve. A lower value means it's more to the top and a higher value means it's more to the bottom. Watch out not to put it too low or the Captain's armband will cover it.

Sleeves

  • Long Sleeves Type: Choose from 2 different long sleeve types. Only works with shirt model 144. Comes with previews. JC's Kit Configurator contains different previews and names. 'Classic' is the same as 'Normal & U-Shirt' and 'Short' is the same as 'Only Undershirt'.
  • Short Sleeves Type: Choose from 2 different short sleeve types. Only works with shirt model 144. Comes with previews.

Naming kit config files

While the kit textures have some freedoms regarding their names, the kit config files need to be named in a very specific way to have the game recognize them. Just like the kit textures this part will use /4ccc/ (team ID: 1330) as example.
First of all the kit config files are sorted in folders by team ID in \common\character0\model\character\uniform\team\, so /4ccc/'s kit config files can be found in \common\character0\model\character\uniform\team\1330.

1330_DEF_1st_realUni.bin
  • The 1330 is the team ID. Unlike the kit textures this does not have be 4 numbers. So for example /mlp/ with team ID 118 will be '118'.
  • The DEF defines the kit type. 'DEF' means the kit is a default competition kit, 'CL' means it's a Champions League kit, 'LB' means it's a Libertadores kit, 'ACL' means it's an AFC Champions League kit, 'SDA' and 'SDN' mean it's a Copa Sudamericana (2014) kit. For the 4cc we will only use the default, so 'DEF'.
  • The 1st refers to whether the kit is the first (1st), second (2nd), third (3rd), fourth (4th), fifth (5th), sixth (6th), seventh (7th), eighth (8th) or ninth (9th) kit.
  • The realUni means that the kit is a licensed kit. If this part is missing it's an unlicensed kit and the contents will also be different, therefore we'll always use 'realUni'.
  • The .bin is obviously the file format.

The goalkeeper kit config file has a 'GK' prefix before the kit number. So the goalkeeper kit config file will be named:

1330_DEF_GK1st_realUni.bin

So in the end you will have the following names for your kit config files, using /4ccc/ (team ID: 1330) as an example with 9 outfield kits and 1 GK kit.

1330_DEF_1st_realUni.bin
1330_DEF_2nd_realUni.bin
1330_DEF_3rd_realUni.bin
1330_DEF_4th_realUni.bin
1330_DEF_5th_realUni.bin
1330_DEF_6th_realUni.bin
1330_DEF_7th_realUni.bin
1330_DEF_8th_realUni.bin
1330_DEF_9th_realUni.bin
1330_DEF_GK1st_realUni.bin

And these files will go in: \common\character0\model\character\uniform\team\1330.

UniColor.bin

At the moment there are 2 tools for modifying the UniColor.bin, namely Julian Cames' Kit Allocator and zlac's PES 2015 Kit Studio. While both have their functionalities Julian Cames' is a whole lot easier in use than zlac's. However this guide will use zlac's PES 2015 Kit Studio (Kit Studio) as it allows to set up to 9 outfield kits and can be downloaded under tools.
Unpack Kit Studio anywhere on your computer, run Kit Studio.exe, go to file and select 'Open files'. You'll then be asked to locate a Team.bin file and then to select the UniColor.bin you want to edit (both files can be found in the same download for the tool). You should then get something like this:

Kitstudio15.png


Now use the list on the left to find the team you want to edit. Now you can assign exactly the amount of kits and what kind of kits each team has. For the 4cc we will only use the Default KitType. So if your team for example has 3 normal kits and 1 GK kit change the first 3 KitTypes to Player_1, Player_2, Player_3 and change the fourth to GK_1. Then make the other 6 slots all Unused and make sure no CL Kit Types are left behind for your team.
You can then change the Kit icon to the one below that matches your kit the best. In the image below red is Color 1 and the gray Color 2. At this moment this icon only shows up at the lineup during the CL (elite) entrances.

Kiticons.png


Then you can change the colors to your 1 or 2 dominant color(s) on your kit. These colors will be used at several locations of the game like in the kit selection screen, as the player icon in the tactics view and the Kit Icon mentioned above. While setting up the colors, changing the alpha (A) will not affect anything, so just leave this at 255 / FF. There is no need to use the Unlicensed UniColor entries, Misc and CSV Export/Import functions and thus will not be explained. When you're done changing and updating all the teams just use Save under File.
Apparently PES15 does not ever use the second goalkeeper kits, so don't bother setting it up.

Installing kit textures, kit config files and UniColor.bin

To test your new kits and config files you will have to put them into a .cpk-file. Please read Pro Evolution Soccer 2015/DLC on how to exactly do this. When rebuilding the folder tree use the following paths for the following files:

  • PES15 kit textures go in common\character0\model\character\uniform\texture.
  • PES15 kit config files go in common\character0\model\character\uniform\team\<team ID>.
  • UniColor.bin goes in common\character0\model\character\uniform\team.

For more information on how to deliver your kits for a cup, please read Pro Evolution Soccer 2015/AET.

Notes and help

  • Standard PES15 kit textures can be found in dt34.cpk\common\character0\model\character\uniform\texture.
  • The standard PES15 kit config files can be found in dt34.cpk\common\character0\model\character\uniform\team or downloaded under Tools (these will be uploaded soon).
  • UniColor.bin can also be found in dt34.cpk\common\character0\model\character\uniform\team, but it is advised to check all the DLC for the newest UniColor.bin.
  • It is possible to assign kits to teams without licensed kits, but this is not explained on this page.
  • Forgot your team ID? Check it here: Pro Evolution Soccer 2015/Team IDs.
  • Although it is possible to assign Champions League kits to all the teams, we will only use the normal kits (uxxxxp1.dds).
  • Only Shirt Models 144 and 160 work, anything else will break the kit.
  • PES14 kit config files are incompatible with PES15.


Tools