This tool converts different FIFA/PES boots textures into:
– FIFA 2005/FIFA 06/FIFA 07
– FIFA 08
– FIFA 09/FIFA 10
How to install & requirements:
– this tool can be installed on Windows 7/8/10, 32-bit or 64-bit
– install Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022 (if you have 64-bit system, install both x64 and x86 versions)
– install DirectX 9.0c End-User Runtimes (June 2010)
– unzip the folder with the tool, open BootsConverter.exe file to launch the tool
Adding new conversion models
New conversion models can be added in data/models.xml file.
Using BootsConverter for batch conversion
If you add -from and -to command-line parameters, the tool will run in batch mode.
Possible commands:
-from X - input layout. X is an ID of the model
-to X - target game. Ppossible values are: fifa2005, fifa06, fifa07, fifa08, fifa09, fifa10
-res X - output resolution. Possible values are: 64x64, 128x128, 256x256, 512x512. If not set, default resolution is used
-format X - output format. 0 for PNG, 1 for TGA
-i X - input path
-o X - output path
-batchMessage - show message at the end of batch process
BootsConverter.exe -i "C:\boots" -o out -from pes6 -to fifa10