You can customize your experience by creating your own data packs

Logos

Create your own logos data pack, include the clubs for the countries you want and then load it in the app.

Step 1: Get the club IDs

Visit the club IDs file to find the IDs of the clubs you want to use.

Step 2: Create a folder named club_logos and add logos

Create a folder and add your logo images. The filename of each image must be the club ID.

Restriction: The maximum size of each image is 25 KB.

Step 3: Create a folder with a fantasy name for your data pack, add the club_logos folder and zip it

Example packs:

Step 4: Create a download link with Google Drive

Upload your zip to Google Drive and get a direct download link.

If your file URL is: https://drive.google.com/file/d/ID_EXAMPLE/view?usp=sharing, use this as the download link: https://drive.google.com/uc?export=download&id=ID_EXAMPLE

Step 5: Load it in the app

Paste the download link in the app and press the download button.

Load logos in the app

Players

Create your own players data pack with squads for the countries and seasons you want, then load it in the app.

Step 1: Create a folder for your data pack

Create a root folder with any name you like, for example data_pack_example. This folder will contain all countries and seasons of your pack.

Step 2: Add a folder for each country

Decide which countries you want to include and create one folder per country inside your data pack folder. Each folder name must match exactly one of the available country names (uppercase, use underscores instead of spaces).

Step 3: Add a folder for each season (year)

Inside each country folder, create one folder per season you want to add. The folder name must be a numeric year with a maximum of 4 digits (for example 2024 or 98).

Example structure:

data_pack_example/
  ENGLAND/
    2024/
    2025/
  SPAIN/
    2023/

Step 4: Create the players_data file

Inside each season folder, create a CSV file named players_data (for example players_data.csv). Use semicolons (;) as separators. The first line is treated as a header and is skipped when loading.

Step 5: Get the club IDs

Use the club IDs file to find the team IDs for the clubs you want to add players to. Each club ID must belong to the same country as the folder you are editing.

Step 6: Add one line per player

Each player is one line with this format (semicolon-separated):

TEAM_ID;PLAYER_NAME;POSITION;NUMBER;GOAL;ASSIST;NATIONALITY;AGE

The last two fields (NATIONALITY and AGE) are optional. Example:

34;David Raya;GOALKEEPER;22;0;0;61;29
35;Nicolas Morgantini;RIGHT_BACK;24;10;15

Field rules:

  • TEAM_ID — Positive integer. Must be a valid club ID for that country (see the club IDs file).
  • PLAYER_NAME — Cannot be empty.
  • POSITION — Must be one of the app positions, for example: GOALKEEPER, DEFENDER, MIDFIELDER, FORWARD, CENTRE_BACK, LEFT_BACK, RIGHT_BACK, DEFENSIVE_MIDFIELD, CENTRAL_MIDFIELD, LEFT_MIDFIELD, RIGHT_MIDFIELD, ATTACKING_MIDFIELD, LEFT_WING, RIGHT_WING, CENTRE_FORWARD.
  • NUMBER — Cannot be empty. Maximum 3 characters (for example 10 or -).
  • GOAL — Integer from 0 to 99 (goal coefficient).
  • ASSIST — Integer from 0 to 99 (assist coefficient).
  • NATIONALITY (optional) — Numeric country ID. If provided, it must be a valid ID from the nationality reference file.
  • AGE (optional) — If provided, use fewer than 3 digits.

Squad size: Each team must have between 15 and 50 players per country and season file.

At least 6 fields are required per line. Lines with fewer fields are rejected as incomplete.

Step 7: Zip your data pack folder

Compress the root folder (for example data_pack_example) into a .zip file. The zip must contain your country folders at the top level inside the archive.

Step 8: Create a download link with Google Drive

Upload your zip to Google Drive and get a direct download link.

If your file URL is: https://drive.google.com/file/d/ID_EXAMPLE/view?usp=sharing, use this as the download link: https://drive.google.com/uc?export=download&id=ID_EXAMPLE

Step 9: Load it in the app

Open the Players data packs screen in the app, paste the download link, and press the download button to import your custom pack.

Contact