• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

FIFA 20 Live Editor

Syphon-x

Reserves
FIFA 20 - Live Editor v20.1.0.8
Code:
v20.1.0.8:
    - Added to "Job Offers":
        - Club Team
    - Added to "Morale":
        - Disable Morale
        - Happier players
    - Added to "Form":
        - Disable players form (may not work at all this year)
    - Added to "Youth Academy":
        - 15 Players per report

Download:
Patreon
GitHub


Are you sure it's working? I mean, yea, it sounds like the easiest way, but only this change is not enough. "teamid" is primarykey in "manager" table. You need to provide subsitute for the removed manager and also remove your real manager. Otherwise it's asking for problems and most probably your game will just constantly crash.


I've recorded two videos showing how to use lua scripts to change manager head model:
- Changing Manager Head Model
- Real player as manager

Hi, I tried the method of both Video´s but I can´t get the LUA script to working. Everytime when I hit execute I become the message "something went wrong". I don´t know what I am doing wrong.
I also tried the method over Manager Table, but also it won´t work. Because I miss the field where "Head ID" is to choose, like in Fifa 19 or Fifa 18.
Can you please tell me how I can Change Manager head ID or what is the correct field to Change the Manager/Head ID? Everything else I have no Problems to apply or to Change, but this time I didn´t get it.
 

Aranaktu

Club Supporter
Hi, I tried the method of both Video´s but I can´t get the LUA script to working. Everytime when I hit execute I become the message "something went wrong". I don´t know what I am doing wrong.
I also tried the method over Manager Table, but also it won´t work. Because I miss the field where "Head ID" is to choose, like in Fifa 19 or Fifa 18.
Can you please tell me how I can Change Manager head ID or what is the correct field to Change the Manager/Head ID? Everything else I have no Problems to apply or to Change, but this time I didn´t get it.

There isn't "headid" in "manager" database table. EA has removed it because of new manager customization introduced in FIFA 20. This makes editing manager head model a little bit harder (that's why I've created lua scripts to do this automatically). I don't know which fields you need to edit exactly, lua script is editing these fields:
  • firstname
  • commonname
  • surname
  • skintypecode
  • bodytypecode
  • haircolorcode
  • facialhairtypecode
  • managerid
  • hairtypecode
  • headtypecode
  • height
  • seasonaloutfitid
  • weight
  • hashighqualityhead
  • gender
  • headassetid
  • ethnicity
  • faceposerpreset
  • teamid
  • eyebrowcode
  • eyecolorcode
  • personalityid
  • headclasscode
  • nationality
  • sideburnscode
  • headvariation
  • skintonecode
  • outfitid
  • hairstylecode
  • facialhaircolorcode
 

Hwoarang23

Club Supporter
Thanks, I now understand this way but is there a way that I can do it with Icons not current managers?

I mean Henry at Arsenal,Laudrup at Barcelona,Shevshenko at Milan and etc...
 

Syphon-x

Reserves
There isn't "headid" in "manager" database table. EA has removed it because of new manager customization introduced in FIFA 20. This makes editing manager head model a little bit harder (that's why I've created lua scripts to do this automatically). I don't know which fields you need to edit exactly, lua script is editing these fields:
  • firstname
  • commonname
  • surname
  • skintypecode
  • bodytypecode
  • haircolorcode
  • facialhairtypecode
  • managerid
  • hairtypecode
  • headtypecode
  • height
  • seasonaloutfitid
  • weight
  • hashighqualityhead
  • gender
  • headassetid
  • ethnicity
  • faceposerpreset
  • teamid
  • eyebrowcode
  • eyecolorcode
  • personalityid
  • headclasscode
  • nationality
  • sideburnscode
  • headvariation
  • skintonecode
  • outfitid
  • hairstylecode
  • facialhaircolorcode

Ahh, now I understand! The Point is the Manager customization. Thanks for explaining, I will try it with your LUA Scripts again, because the method with RDBM is not recommended I understand.
 

Raindog42

Youth Team
Thanks, I now understand this way but is there a way that I can do it with Icons not current managers?

I mean Henry at Arsenal,Laudrup at Barcelona,Shevshenko at Milan and etc...

I also like to do this, or use faces of totally unknown players for my managers. Is that still possible?
 

Aranaktu

Club Supporter
Thanks, I now understand this way but is there a way that I can do it with Icons not current managers?

I mean Henry at Arsenal,Laudrup at Barcelona,Shevshenko at Milan and etc...
Yes.
Thanks, I now understand this way but is there a way that I can do it with Icons not current managers?

I mean Henry at Arsenal,Laudrup at Barcelona,Shevshenko at Milan and etc...
I also like to do this, or use faces of totally unknown players for my managers. Is that still possible?
There is lua script for this too. "real_player_as_manager.lua"
 

Syphon-x

Reserves
Yes.


There is lua script for this too. "real_player_as_manager.lua"

Tonight I finally got it to work to Change Manager Appearance. I know it was something I didn´t do Right. :-)
For any other who have issues with this very awesome LUA script: YOu must make the changes to Team ID and Manager ID in the LUA script before loading the LUA Engine and execute it. I don´t know
Maybe I have sleeped while that was my error. Of Course I must do that before. I simply didn´t think of it. :D
Now Marcel Desailly is my Coach at Derby County.
The other LUA scripts working also like a Charme, All my Players now 16 years old, all they have medium socks hight and the randomization of the Boots/shoes works.
Thanks Aranaktu for this nice Live Editor!
 

Syphon-x

Reserves
But many, many Head Id´s and Manager Id´s are the same like in Fifa 19. As example I have taken Marcel Desailly´s ID from Fifa 19 Table. Also you could use Thierry Henry´s Fifa 19 ID, it´s the same like in FIfa 19 ;-)
 

dogfood09

Club Supporter
Getting error trying to use the player editor GUI , i get this everytime " No ptr for current date,Reload your CM save and try again " Any ideas?
 

Aranaktu

Club Supporter
FIFA 20 - Live Editor v20.1.0.9
Code:
v20.1.0.9:
    - Removed "Volta"
    - Added to "Editing Player -> Player Data"
        - First Name
        - Last Name
        - Known As
        - Kit Name

Download:
Patreon
GitHub

FIFA 20 - Live Editor v20.1.1.0
Code:
v20.1.1.0:
    - Added to "Youth Academy":
        - Generate new report
        - Generate players with custom ID
        - PRIMARY_ATTRIBUTES_RANGE
        - SECONDARY_ATTRIBUTES_RANGE
        - Min player age for promotion = 12
        - YOUTH_PLAYER_AGE_RANGE = [12, 16]
        - Youth Player Retire At Age = 30
        - 95 Potential
        - 100% chance for 5* weak foot
        - 100% chance for 5* skill moves

Download:
Patreon
GitHub
 

tonybaby38

Club Supporter
Good evening, I currently play in player mode and I would like to have an offer of Liverpool with edotor live. How should I do ? thank you
 

Attachments

  • Capture d’écran (12).png
    Capture d’écran (12).png
    29.1 KB · Views: 246


Top