Editing Player - xAranaktu/FIFA-22-Live-Editor GitHub Wiki

The FIFA Live Editor tool is designed to work in Manager Career Mode. Some features may not work in player career mode or tournament mode

It won't work in online game modes like Pro Clubs/Volta/FUT

Make Backups!

Before you edit anything, you should make a backup of your save. Simply save your career on any other slot. If something will go wrong with your edits you will be able to restore your career at the point before you edited the player at any time.

Player Career Mode

If you are playing player career mode and you want to use created player, please use the player created before you start the career and while starting career choose "use real player". If you pick "Create Your Pro" you won't be able to edit permanently many things, like workrates, tattoos or even attributes because of the Player Growth Tree any many other things.

Even better if you will use real player that's not created, because you can't change the headmodel and appearance of the created player.

In-game screen

The common mistake is that people are editing their players while they are in "Edit Player" screen in-game. Don't do that! Any changes you made in the tool will be overwritten with old player data when you exit the "edit player" screen. You can be in squad hub or central or office. Literally anywhere except "Edit Player".

Editing players in Squad File

Yes, you can use this to edit players in squad file. Edit the player as the described below. After players are edited, in-game go to Customize -> Profiles -> Save Squads

Now whenever you will want to use this squad in your career, go to Customize -> Profiles -> Load Squads and load your save squad.

Then when starting new career pick "Use Current Squads"

Open Player Editor

To open player editor:

  • Run the FIFA 22 Live Editor. (Getting Started Guide)
  • Load the game mode where you want to edit player
  • Press F11 on your keyboard to open the menu
  • Press Players Editor button to open the players editor window
  • Wait a moment until the tool load the players

  • Find player by entering his name or id in the search box.

  • You can now edit the player.

Editing attributes

To edit player attributes:

  1. Click on "Attributes" on the right
  2. Change attributes as you want
  3. Apply Changes

Changing Head Model

This won't work for created player

If you want to change headmodel of one of your players to Messi head model for example you will need his head model ID. Head Model IDs are the same as the playerids. You can find the IDs in this Google Spreadsheet So, Messi headmodel is is 158023.

In players editor:

  1. Click on "Appearance" on the right
  2. Change Has High Quality Head to "Yes"
  3. Change Head Class to "0"
  4. Change Head Asset ID to the ID you want. 158023 for Messi in this case
  5. Apply Changes
  6. Find the player in squad hub/transfer hub to confirm the change

If you want to remove the head model simply do the opposite:

  1. Click on "Appearance" on the right
  2. Change Has High Quality Head to "No"
  3. Change Head Class to "1"
  4. Change Head Asset ID to "0"
  5. Apply Changes
  6. Find the player in squad hub/transfer hub to confirm the change

Saving changes

To save the changes:

  1. Press "Apply Changes" button in top right corner
  2. Press "Ok" when the "Player Edited" message pop up.
  3. To be able to see the changes in game you need to re-enter current screen. For example, if you are in squad hub you will need to exit squad hub and enter squad hub again to be able to see the changes.
  4. Save your career to make the changes permanently.

Mass Editing Players

What if you want to edit 100, 200 or even 1000 players at once? You can do that if you know lua programming language. If you don't know lua then I guess it's a good moment to learn it. :)

You can find the documentation of the LUA API here and examples of the scripts that I've written here