Home
Help
About
Contact
Custom

Player customization tool


It's possible to modify and manually customize players in a game. With the tool below, it's possible to create players and copy or replace them in an exported game json file, in a text editor.

To ensure the modified game works correctly, make sure certain elements are consistent: a sufficient number of players per team (ideally 28 players), enough variety of player's positions per team, 3 goalkeepers is ideal, appropriate salaries, unique PlayerIDs, etc.

The modifications below are only for the Players section of the file. The Teams section can be manually edited directly.

If in doubt, don't hesitate to contact me here.



Data transformer for players

You can paste custom player(s) (see the data model below) in input and retrieve the result to copy into a game json file:



Data model for one player

You can use this model and change values, if there's more than one player, separate the different players with a comma and put it in the data transformer:

{
"poste": "AC",
"TeamID": 33,
"TeamName": "AC Ajaccio",
"LeagueID": 2,
"fname": "Maximiliano",
"lname": "Cena",
"nat": 50,
"age": 31,
"height": 187,
"weight": 75,
"mark": 37,
"dpla": 31,
"tacl": 26,
"dfiq": 23,
"stam": 52,
"spee": 58,
"lpas": 30,
"spas": 35,
"play": 27,
"cros": 16,
"drib": 32,
"fini": 33,
"lsho": 51,
"ctct": 4,
"sala": 16115,
"face": 939575168868,
"PlayerID": 924
}
-
"GK", "DC", "DL", "MD", "MC", "ML", "MO", "AI" or "AC"
-
-
TeamID, TeamName & LeagueID must be the same for each player of the same team, and match teams informations in the game json file
-
-
nationality - See list of corresponding codes below
between 15 & 35
height in cm, between 160 & 210
weight in kg, between 65 & 105
marking rating, between 0 & 100 - 0 for GK
deplacement rating, between 0 & 100
tacle rating, between 0 & 100 - 0 for GK
defensive IQ rating, between 0 & 100 - 0 for GK
stamina rating, between 0 & 100 - 0 for GK
speed rating, between 0 & 100
long pass rating, between 0 & 100
short pass rating, between 0 & 100
playmaking rating, between 0 & 100 - 0 for GK
cross rating, between 0 & 100 - 0 for GK
dribble rating, between 0 & 100 - 0 for GK
finishing rating, between 0 & 100 - 0 for GK
long shot rating, between 0 & 100 - 0 for GK
contract duration in years, between 1 & 5
salary per month in €, minimum 8000
face parts (see face creator below), put 0 to randomize
unique identifier
-


Player's face

You can chose your custom player face, copy the face code and use it in the data model:

skin hair color
hair beard
head body
neck eyebrows
eyes ears
mouth nose


Players postes

Players postes are unfortunately written in the game code in french, but displayed in english in the game. They are described in this table:

For custom files Displayed in-game Corresponding position
GK GK Goalkeeper
DC CB Center Back
DL FB Full Back
MD DM Defensive Midfielder
MC CM Central Midfielder
ML WM Wide Midfielder
MO AM Attacking Midfielder
AI WF Wing Forward
AC CF Centre Forward


Nationalities codification

country ID country name
1 France
3 Spain
5 England
7 Italy
9 Germany
11 Portugal
13 Netherlands
14 Belgium
15 Scotland
16 Austria
17 Serbia
18 Turkey
19 Switzerland
20 Ukraine
21 Czech Republic
22 Norway
23 Denmark
24 Croatia
25 Greece
26 Israel
27 Cyprus
28 Sweden
29 Poland
30 Hungary
31 Romania
32 Bulgaria
33 Slovakia
34 Azerbaidjan
35 Kazakhstan
36 Slovenia
37 Moldavia
38 Kosovo
39 Lichtenstein
40 Latvia
41 Ireland
42 Finland
43 Lithuania
44 Armenia
45 Bosnia & Herz.
46 Luxemburg
47 Faroe Islands
48 Northern Ireland
49 Brazil
50 Argentina
51 Senegal
52 Ivory Coast
53 Morocco
54 Nigeria
55 Uruguay
56 Colombia
57 Ghana
58 Japan
59 United States
60 Mali
61 Algeria
62 Cameroon
63 Albania
64 Angola
65 Wales
66 Guinea
67 South Korea
68 Qatar
69 Saudi Arabia
70 Iran
71 Irak
72 Australia
73 New Zealand
74 Mexico
75 Canada
76 Jamaica
77 Costa Rica
78 Panama
79 Peru
80 Ecuador
81 Chile
82 Egypt
83 Tunisia
84 South Africa
85 Georgia
86 Iceland