A fast, client-side desktop web application for searching, filtering, and comparing every player based on PES 2021 VirtuaRED.com Patch (v10). Designed for performance and ease of use, PESXplorer allows users to drill down into the database to find the perfect player using both general criteria and deep attribute analysis.
This project is a 100% static site (HTML, CSS, JS) that runs entirely in the browser.
You can access the live version here:
- Instant Name Search: Real-time filtering as you type.
- General Filters: Quickly filter by Club, Nationality, General Position (GK, DF, MF, FW), and Specific Position (e.g., CMF, RWF).
- OVR Range: Filter players based on their Overall Rating minimum and maximum values.
Take your scouting to the next level with the new Advanced Search modal:
- Physical Attributes: Filter by Age, Height, and Weight ranges.
- Player Details: Filter by Preferred Foot, Weak Foot Accuracy, Form, and Injury Resistance.
- Technical Criteria:
- Playing Styles: Search for specific roles like Build Up, Box-to-Box, or Creative Playmaker.
- Player Skills: Find players with specific traits like Knuckle Shot, One-touch Pass, or Man Marking.
- Specific Abilities: Filter players who meet a minimum stat threshold (e.g., Speed > 90, Kicking Power > 85).
- Side-by-Side View: Select a player and click the "VS" icon on another player to instantly compare their stats.
- Visual diffs: Easily spot strengths and weaknesses between two targets.
- Complete Player Profile: Click any player to view their full attribute list, including hidden stats.
- Data Visualization: Clean, color-coded UI to represent stat tiers (Red, Orange, Green, Teal).
After the initial data load, all filtering and searching is instantaneous, with no further network requests.
This project cannot be run by opening the index.html file directly from your filesystem (e.g., file:///...). The browser's security policy (CORS) will block the script from fetching the players.json file.
You must serve the files using a local web server. The easiest way is with the Live Server extension in VS Code.
- Clone the repository:
git clone https://github.com/xyzsteven/PESXplorer.git
- Open the folder in VS Code.
- Install the Live Server extension from the VS Code Marketplace.
- Right-click on
index.htmlin the VS Code Explorer. - Select "Open with Live Server".
Your browser will automatically open to http://127.0.0.1:5500 (or a similar port), and the application will be fully functional.
- All player data, team data, and attributes are sourced from the incredible VirtuaRED.com Patch Teams.
- All image assets (minifaces, emblems, flags) also originate from the VirtuaRED.com Patch.
This project is licensed under the MIT License. See the LICENSE file for more details.