• 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 21 Live Editor

Aranaktu

Club Supporter


My plans for Live Editor is to make all in one tool. Modding, editing game memory, editing database, API for developers and many other features that you never dreamed about.

For now this tool allows you to:
- Mod all legacy files

All kind of tutorials, getting started guide, FAQ on wiki

Download:
- From Patreon
- From Github
 

alimps

Club Supporter
I am not seeing the overlay in the game menus. DLL injection was successful as per the launcher but can't see any overlay.
 

Aranaktu

Club Supporter
I am not seeing the overlay in the game menus. DLL injection was successful as per the launcher but can't see any overlay.
Launcher doesn't handle injection errors. There might be also error after dll injected. Send log file. If you don't have log file then use other DLL injector (guide is on wiki)
 

alimps

Club Supporter
Launcher doesn't handle injection errors. There might be also error after dll injected. Send log file. If you don't have log file then use other DLL injector (guide is on wiki)
Hi @Aranaktu , PFA the log file as requested
 

Attachments

  • log_13-10-2020.txt
    28.4 KB · Views: 300

Aranaktu

Club Supporter
Hi @Aranaktu , PFA the log file as requested
Looks like tool is working, but overlay is not displayed because of "gameoverlayrenderer64.dll (C:\Program Files (x86)\Steam\gameoverlayrenderer64.dll)" which hooks DirectX functions. You need to turn it off if you want to be able to see the overlay.
 

alimps

Club Supporter
Looks like tool is working, but overlay is not displayed because of "gameoverlayrenderer64.dll (C:\Program Files (x86)\Steam\gameoverlayrenderer64.dll)" which hooks DirectX functions. You need to turn it off if you want to be able to see the overlay.
Unable to turn it off. Is it mandatory to have the overlay to be able to mod legacy files ?
Also, I can see the LiveEditorMods/root/legacy folder created.
 

alimps

Club Supporter
You need to wait for tools which will be able to do that.

Ohh. So compdata files cannot be edited through Live Editor ? Those files are also legacy files. I think the path is - LiveEditorMods/root/legacy/dlc/FootballCompEng/data/compdata
 

alimps

Club Supporter
Ohh. So compdata files cannot be edited through Live Editor ? Those files are also legacy files. I think the path is - LiveEditorMods/root/legacy/dlc/FootballCompEng/data/compdata
Hi @Aranaktu , I was able to edit compdata files through Live Editor. The path is: LiveEditorMods\root\legacy\dlc\dlc_FootballCompEng\dlc\FootballCompEng\data\compdata

Managed to get the original files thanks to @paulv2k4 's editor tool
 

JochemLFC2

Senior Squad
Could someone please explain me how I can change from club in career mode? Every time I tried it with RDBM20 my game crashes.
 

paul2008me123

Club Supporter
thanks mate,I found DDS file in Legacy/data/ui/imgAssets/crest/crest50×50/dark and light not working by Live Editor. but all other dds crest file is OK,dont know why
 

jlastur33

Youth Team
Hi, if a mod manager is used, is there a conflict with live editor?, ... in fifa 20 I had some problems with frosty's mod manager
 

Aranaktu

Club Supporter
FIFA 21 Live Editor v21.1.0.2

Code:
v21.1.0.2:
    - Added LUA Engine
    - Added Database Editor
    - Added Players Editor (some changes might be reverted, will be fixed later on)

Download:
Patreon
GitHub

FIFA 21 Live Editor v21.1.0.3

Code:
v21.1.0.3:
    - Editing player in Career Mode will also update the xp stored in Developement Plans (means attributes won't revert at Monday)

Download:
Patreon
GitHub

FIFA 21 Live Editor v21.1.0.4

Code:
v21.1.0.4:
    - Improved UI scaling
    - Added 3 new lua functions (Check DOC.MD for usage):
        - ReloadPlayersManager
        - PlayerHasDevelopementPlan
        - PlayerSetValueInDevelopementPlan

Download:
Patreon
GitHub
 

Aranaktu

Club Supporter
FIFA 21 Live Editor v21.1.0.5


In this update I've added the miniface generator. You can generate the miniface for any player except created players & homegrown talent. To generate single miniface you may need to wait around 2 seconds (depends on your PC specs). So, to generate 10 minifaces you will need to wait around 20 seconds.

Generating miniface for single player

1. Press F11 to open the menu
2. Open Players Editor
3. Find player for which you want to generate miniface
4. Press the "Generate miniface" button.

5. The Live Editor UI should disappear for a few seconds to generate the miniface
6. After the UI appears again it means that the process has finished.
7. The new miniface should now appear in game after you reload the screen and in the Live Editor UI after you press the "Reload" button in bottom left corner

Generating miniface for bunch of players
It's possible to generate minifaces for as many players as you want by writing lua scripts. Check the DOC.MD for usage of "AddMinifaceToGenerate" and "GenerateMinifaces" functions. There is also an example script in "lua/scripts/generate_minifaces.lua" that I've used for testing.

MOD
A few days ago I've generated 18989 minifaces. You can download the pack from the Live Editor discord and SoccerGaming forum.

Code:
v21.1.0.5:
    - Added "Generate miniface" button to Players Editor
    - Added 2 new lua functions (Check DOC.MD for usage):
        - AddMinifaceToGenerate
        - GenerateMinifaces

Download:
- Patreon
- GitHub

FIFA 21 Live Editor v21.1.0.6
Small update mostly for those who have problem with the F11 hotkey. Now you can just tick the checkbox to open to menu.

Code:
v21.1.0.6:
    - Added checkboxes as an alternative for hotkeys
    - Added new hotkey for opening the menu (HOME)
    - Added hotkey for hiding the UI (F9)
    - Fixed crashing on attempt to open the menu before core functionality has been initialized
    - Removed Eject DLL hotkey

Download:
- Patreon
- GitHub
 


Top