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.
<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
Since I cannot distribute copyrighted game assets, search for: pes 6 preset face list