What You Can Customize

  • Club & player names
  • Logos (clubs & competitions)
  • Stadium names
  • Competition names
  • Trophies
  • Adboards

Start Here: Choose a Template and Get IDs

Before building your datapack, you need to choose a template and gather the correct IDs for clubs, players, competitions, etc.

➡️ Step-by-step:

  1. Visit the Templates Index.
  2. Select a template (e.g. default or 1998).
  3. To find Club and Player IDs: Choose a country from the list.
  4. Select a club to view its ClubID and all associated PlayerIDs.
  5. To find Competition IDs: Go to the “Competitions” section of the template. Each competition entry lists its CompetitionID and name.

You'll use these IDs in your customization CSV files explained below and to name image files like logos, trophies, and adboards.

1. Folder Structure

Your datapack should follow this precise structure:

/
├── clubs.csv
├── players.csv
├── stadiums.csv
├── competitions.csv
├── settings.csv
├── adboards/
│   ├── generic/
│   │   ├── ad1.webp
│   │   └── ad2.webp
│   ├── competition-ECL/
│   │   ├── ad1.webp
│   │   └── ad2.webp
│   └── country-TUR/
│       ├── ad1.webp
│       └── ad2.webp
├── club_logos/
│   ├── 1.webp
│   └── 2.webp
├── competition_logos/
│   ├── 1.webp
│   └── 2.webp
└── trophy_images/
    ├── 1.webp
    └── 2.webp

2. CSV Formats

clubs.csv

This file is used to rename clubs in the game. Each line must contain a ClubID and the new club name you want to use.

1,Real Fun FC
2,Legend United
players.csv

This file is used to override the names of individual players for each club. Each line must contain a PlayerID and the new name you want to assign.

1001,Carlos Swift
1002,Luca Storm
stadiums.csv

This file allows you to rename stadiums. Each line must contain a StadiumID and the new stadium name.

101,Thunder Park
102,Skyline Arena
competitions.csv

This file allows you to rename competitions. Each line must contain a CompetitionID and the new competition name.

201,Champions Elite
202,Global Cup
settings.csv

This file defines metadata about your datapack. It must include the following keys:

DataPackID,custom_datapack_001 (DataPack unique ID, can be anything)
TemplateName,default (or 1998)
DataPackAuthor,Author Name (e.g., John Doe)
DataPackNotes,Data pack created by ...

TemplateName can be one of:

default clubs are updated to the latest national competitions
1998 clubs reflect historical status as in 1998

3. Image File Naming

All images must be in .webp format and follow specific naming conventions:

club_logos/

Use the Club ID as the filename:

1.webp    (for Club ID 1)
2.webp    (for Club ID 2)
150.webp  (for Club ID 150)
competition_logos/

Use the Competition ID as the filename:

201.webp  (for Competition ID 201)
202.webp  (for Competition ID 202)
350.webp  (for Competition ID 350)
trophy_images/

Use the Competition ID as the filename:

201.webp  (trophy for Competition ID 201)
202.webp  (trophy for Competition ID 202)
350.webp  (trophy for Competition ID 350)

Important: The IDs must match exactly with those used in your CSV files. If a Club ID is 42 in clubs.csv, the logo must be named 42.webp.

4. Adboard Customization

Place generic adboards (shown behind the goal) inside adboards/generic using .webp format and a size of 512x64 px.

You can also override adboards by competition, continent or country:

adboards/competition-ECL where ECL is the competition ID (e.g. European Champions League)
adboards/country-TUR where TUR is the 3-letter ISO code for the country (e.g. Turkey)
adboards/continent-4 where 4 is the game code for the continent (e.g. 4 - South America)

Replace ECL or TUR with the actual competition or country ID you're targeting. The game will automatically use the most specific match available.

Continent codes: 1 - Asia, 2 - Afica, 3 - North America, 4 - South America, 5 - Oceania, 6 - Europe.

5. Hosting Your Datapack

Zip the full folder and upload to a direct link host:

  • Google Drive (use link converter for direct download)
  • Microsoft OneDrive
  • Dropbox (set file link to public)
  • Other direct-link hosting platforms

6. Load in Game

  1. Open World Soccer Champs
  2. Create a new career. On the datapack selection screen, click on the button Import
  3. Paste your download link and confirm

Popular Community Data Packs (Ready to Use)

Looking for inspiration or a quick start? These community-created datapacks are ready to play or customize.

🧠 This list shows only the most downloaded datapacks for each available template (e.g. default, 1998, etc.).

Name Template Size Download
Pro Data Pack default 25.42 MiB Download
Retro Legends 1998 1998 16.98 MiB Download

⚠️ These packs are created and shared by the community. Monkey I-Brow Studios does not review or control their content. Use them at your own discretion.