Editing Manager - xAranaktu/FC-24-Live-Editor GitHub Wiki

Editing Team Manager

You can edit team manager by opening Manager tab in the team editor

Editing Manager Name

It's very simple to change manager name. You can do it by putting new name in First Name, Surname & Common Name inputs and saving the changes

Manager Head Model

The process of changing manager head model is very simillar to changing player head model. To change the head model you need to know its ID, which you can find in in this Google Spreadsheet. For example Messi headmodel ID is 158023

To set Messi Head Model for Manager:

  1. Change Head Class to Specific
  2. Change Head Asset ID to 158023
  3. Change Has HQ. Head to Yes
  4. Save the changes

To set generic head model for manager:

  1. Change Head Class to Generic
  2. Change Head Asset ID to 0
  3. Change Has HQ. Head to No
  4. Save the changes

If the new head model don't show up then it's probably because you have created new manager when starting the career. This can be solved by deleting "created" headmodel for your manager.

This action can't be reversed

  1. Open Database Editor
  2. Find createplayer table. (yes, manager is using the same table as players)
  3. Find the record where create_playerid == 9999. This is your manager. If you didn't created any players then you should have only this record.
  4. Delete the record