Creating icons in career - xAranaktu/FIFA-20-Live-Editor GitHub Wiki

Video version of this guide is available here

To create icon player in career mode with live editor is very simple. All we need to do is create player with the same playerid as icon has and copy his all other attributes from FUT game mode. However, if you want to add all icons then you probably should download squadfile with them, in example this one.

Generating player with custom playerid

To have original icon miniface, headmodel in game and also his unique set of animations (if he have any) we need to generate a player with specified playerid. Icon player ids can be found in "cards_ng_db.db" or in FIFA 20 IDs sheet (playerid is the same as his head model id)

Let's say we want to create Ronaldinho, his playerid is 28130 (I grabbed it from FIFA 20 IDs sheet).

Ronaldinho

Now we need to generate player with id 28130 in the game with Live Editor tool.

WARNING

This may cause game crashes. Make sure you have:

  • Backup of your game save
  • Your career mode save is loaded
  • You have at least one scout on an mission
  • Playerid isn't duplicated. It must be unique, for example, you can't have two players with id 28130

To generate player with custom playerid:

  1. Load your game save and run Live Editor
  2. Send youth academy scout on a mission. If you already have a scout on a mission the make sure you have free slots for new players
  3. Activate "Generate players with custom ID" script

Activate script

  1. Set value of "PlayerID 1" to "28130"

28130

  1. Activate "Generate new report"

new report

  1. One of the players in youth academy scout report should have Ronaldinho miniface

r10

  1. Sign the player and promote him to your senior squad. If he is too young then edit his age.

Copy attributes from FUT

Next step is to copy player attributes from FUT card.

  1. Open "Player Editor" in GUI and search for player by id (28130)

Find player by id

  1. Open "Clone" Tab
  2. Find "Ronaldinho" Card
  3. (optional) You may want to check "Adjust Potential" (potential will be the same as ovr) and "Don't Copy Age"
  4. Press "Copy!" button to load data from card to GUI
  5. Press "Apply Changes" to save the changes in game

Copy card

Edit player name

Now the last thing is missing is icon name. Whole process of changing player name is described here