Pro Evolution Soccer 2016 remains a fan favorite for its fluid gameplay, but its aging roster and limited licenses make mods essential. To use these mods—like new kits, stadiums, or face packs—you need the DpFileList Generator.
This tool is the gatekeeper for all custom content in PES 2016. What is DpFileList Generator?
The DpFileList Generator is a small but powerful utility that organizes and activates .cpk files. CPK Files: These are the data containers for mods. DpFileList.bin: This is the game's index file.
The Problem: PES 2016 won't recognize new CPK files unless they are listed in that .bin index.
The Solution: This tool automates the indexing process so you don't have to code it manually. Key Features
Easy Interface: Simple drag-and-drop or click-to-check functionality.
DLC Support: Compatible with all official Data Packs (DLC 1.0 to 4.0). download dp file list generator pes 2016
Automatic Sorting: Helps ensure mods load in the correct priority.
Offline Use: No internet connection required once downloaded. How to Download and Install
Find a Source: Search for "PES 2016 DpFileList Generator by Baris" (the most trusted creator). Extract Files: Use WinRAR or 7-Zip to extract the folder.
Run as Admin: Right-click the .exe and select "Run as Administrator" to avoid permission errors. How to Use the Generator
Set Paths: Point the "CPK Path" to your PES 2016 download folder.
Select DLC: Choose the DLC version currently installed on your game. Pro Evolution Soccer 2016 remains a fan favorite
Check Mods: Tick the boxes for the CPK files you want to activate. Generate: Click "Generate DpFileList.bin." Play: Launch the game and enjoy your new content. 💡 Pro Tip
Always place your most important mods (like major patches) at the bottom of the list. The generator reads files from top to bottom, meaning the files at the end of the list take priority if there are any conflicts. To help you get your game running perfectly: Tell me which DLC version you are currently using.
Mention if you need help finding reputable sites for the latest PES 2016 patches.
In the world of PES 2016 modding, .dp files are like encrypted treasure chests. They contain everything from player faces and stadium models to kits, ball physics, and menu graphics. Konami used this format to bundle assets efficiently, but for modders, accessing the contents is the first step toward customization.
Our protagonist, Alex, wanted to generate a file list — a simple text inventory of what’s inside each .dp file — to keep mods organized and avoid conflicts. Here’s how Alex did it, step by step.
download folder (to avoid accidental deletion). Desktop is fine.The most stable version of the DP File List Generator for PES 2016 was created by a modder known as "Devil Cold" or "Baris". While many mirrors exist, here is the safest way to get it: The Modder’s Quest: Unpacking the Mystery of PES 2016’s
File Name: DpFileList Generator PES 2016 by Baris v1.9 (or later)
File Size: Approximately 1.2 MB
Step-by-Step Download Instructions:
.zip or .rar archive.Method A — Using DP File Explorer (GUI):
.dp file (e.g., dt30.cpk or a patch’s face.dp)..txt or .csv. This generated a clean inventory of every asset path.Method B — Using Command Line (CriPakTool): For batch processing, Alex opened a terminal and used:
CriPakTool.exe -l path\to\file.dp > filelist.txt
The -l flag lists contents; > redirects output to a text file. To scan all .dp files in a folder, a simple loop did the trick:
for %f in (*.dp) do CriPakTool.exe -l "%f" >> combined_list.txt
To understand the generator, you must first understand the file. In PES 2016, Konami introduced a new file management system. The game uses a file called DpFileList.bin. This file acts as a master index or a "table of contents" for all the .cpk (CRI Packed File) files that the game loads.
Every mod you install—whether it’s a faces pack, a boots pack, a stadium server, or a full option file—comes as a .cpk file. For the game to recognize and load these files, their names must be listed inside the DpFileList.bin.
The generator requires:
.jar version