Pes 6 Preset Face List May 2026

To implement a "PES 6 Preset Face Lookup" feature (for PES 6 editing tools, Option File editors, or a fan database), you need to consider the game’s specific internal face structure.

Frontend (simple HTML/JS)

<input type="number" id="faceId" placeholder="Face ID (e.g. 2012)">
<button onclick="lookupFace()">Lookup</button>
<div id="result"></div>
def is_preset(self, face_id):
    return str(face_id) in self.face_data

6. Where to get the complete list

Since I cannot distribute copyrighted game assets, search for: pes 6 preset face list