2.1 The GDB Architecture
Unlike the proprietary, packed archives used by Konami (.img files), the GDB system is a file-system-based approach. It utilizes a specific folder hierarchy where assets are stored in standard formats (e.g., .bin textures, .bmp or .png images).
2.2 The Role of Player GDB Manager Player GDB Manager acts as an interface to manipulate these configuration files. Instead of manually typing paths into a text file, the software provides a visual list of all players in the database. It automates the linking process:
2.3 Overwriting vs. Assigning The primary technical function of the manager is "assignment." In the native PES 6 engine, a generic player uses a generic face model. The GDB Manager allows the user to override this by assigning a high-fidelity 3D model and texture to a specific ID. The tool manages the hex values and file paths, effectively creating a patch that is loaded into memory upon game startup.
Let’s get practical. Here is how to use the new Player GDB Manager to create a fresh, modern player for PES 6.
What you need:
Step 1: Install and Link
Download the latest Player GDB Manager (look for versions labeled "Reloaded" or "Next-Gen"). Install it to your main PES 6 root folder (where pes6.exe lives). Open the tool and point it to your Option File location. player gdb manager pes 6 new
Step 2: Create a New Player via the Wizard
Click File > New Player GDB. A modern wizard appears:
Step 3: Apply Auto-Stats Instead of guessing, use the "Smart Stats" slider. The new tool has preset "Archetypes." Set Bellingham to "Box-to-Box Engine (Modern)". The tool automatically populates:
You can manually tweak any value—the interface shows real-time OVR calculation.
Step 4: Appearance via Face Preview
Unlike the old days of trial-and-error, the new manager has a built-in 3D face preview (using a lightweight OpenGL renderer). Drag a frontal photo of the player. The tool generates a base .cfg face string. Then link to a custom face.bin downloaded from a face pack.
Step 5: Export to GDB & Import to Option File
Click Export to GDB. The file is saved to Kitserver\GDB\Players\Bellingham\.
Now, click Import from GDB to Option File. The manager asks: "Replace existing player or add to Free Agents?" Choose "Add to Free Agents." PES 6 stores player data (names
Step 6: Register via Kitserver
Because you used the new Manager, it automatically updates the player_assign.txt in your Kitserver map. Launch PES 6, go to Edit Mode > Registration, and Bellingham is ready to sign for your Master League team.
Total time from idea to in-game: 4 minutes. Using the 2006 method? That took 40 minutes per player.
Scenario: Adding a new "Classic Player"
To understand the "new," we must first look at the old. Traditionally, PES 6 stores player data (names, stats, appearance, accessories) inside the Option File (.bin or .exe). If you wanted to add a missing legend or a current wonderkid, you had to overwrite an existing player or rebuild the file from scratch using tools like PesFan Editor.
Player GDB Manager changes the paradigm entirely. It allows you to manage players via GDB (Giant Database) folders—the same system used by the famous Kitserver for kits and faces. and even web-scraped data integration.
Instead of writing over players, you create a folder structure like this:
GDB\Players\[Player Name]\[Player_Name].cfg
The tool reads these text-based config files and imports them into your PES 6 save file without conflicts. The "new" versions of Player GDB Manager (2023-2026 releases) have modernized this process with drag-and-drop interfaces, batch processing, and even web-scraped data integration.
The killer feature: Auto-detection of face/hair files. If you drop a player folder containing face.bin and hair.bin, the new manager automatically writes the correct map to map_face.txt and links it in the player's .cfg file. No more manual hex editing.
The exact byte offsets for PES 6 player data are well documented in forums (PES Gaming, Evo-Web), but changes to the executable (exe) via patches (like Kitserver 6) can alter memory addresses. The tool must be adaptable.