Before diving into the tool itself, a quick primer on PES 2017 file architecture is essential.
PES 2017 stores its game assets (textures, 3D models, sounds, and database files) inside containers known as CPK files (CRI Packed File). These files are compressed archives created using CRIWARE, a middleware technology. By default, the game uses files like dt30_win.cpk or dt40_win.cpk. pes 2017 cri packed file maker v2.40.13
Modders cannot simply drop loose assets into the game folder. Instead, they must pack their custom textures and models into a .cpk file. This is where the CRi Packed File Maker comes in. Before diving into the tool itself, a quick
| Error Message | Likely Cause | Solution |
| :--- | :--- | :--- |
| "Failed to open source directory" | Path contains special characters or spaces. | Move source folder to C:\ModSource (no spaces). |
| CPK loads but game crashes at boot | Incorrect alignment or missing root folder. | Ensure your source folder starts exactly like the game’s root. No MyMod as the first folder; it should be common or stadium. |
| Textures appear pink/missing | Compression mismatch. | Repack with No Compression for texture-heavy mods. |
| Tool won’t launch on Windows 11 | Missing VC++ Redistributables. | Install Visual C++ 2015-2022 x86/x64. | | Error Message | Likely Cause | Solution
A CPK file is useless unless the game knows to load it. Use DpFileList Generator (by Baris) to add your new .cpk to the DpFileList.bin. Select your new file, generate the list, and save.