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:
- Visit the Templates Index.
- Select a template (e.g.
default
or1998
). - To find Club and Player IDs: Choose a country from the list.
-
Select a club to view its
ClubID
and all associatedPlayerID
s. -
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
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
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
This file allows you to rename stadiums. Each line must contain a StadiumID and the new stadium name.
101,Thunder Park
102,Skyline Arena
This file allows you to rename competitions. Each line must contain a CompetitionID and the new competition name.
201,Champions Elite
202,Global Cup
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:
3. Image File Naming
All images must be in .webp
format and follow specific naming conventions:
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)
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)
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:
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
- Open World Soccer Champs
- Create a new career. On the datapack selection screen, click on the button Import
- 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.