• 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

Aranaktu

Club Supporter
Well, I don't know. For me, the code I've sent to you is working (CE 6.8.1 & Live Editor v20.1.2.9).
The file you have send is I guess copied output from the lua engine console, after I remove the junk I run it successfully.
 

qasar80

Youth Team
By junk you mean the last line, with the error code?
Anyway, not such a big deal anyway, at least the default script is working...
 

qasar80

Youth Team
Oh, wait, what the hell, again those 0 values in the save game in players tab....don't tell me that is the reason. I just removed them and they are back again.:mad:
 

Aranaktu

Club Supporter
The file from you got actually the same script twice. Check it :P So, I have removed the one script.
Then these four lines with error:


And question mark at first character from first line:
 

qasar80

Youth Team
That was indeed the output but the script is the same as the one you uploaded it. If it is false, it's all good but if it's true it gives that output with the error at it's end.
I hate it when something that simple refuses to collaborate but I'll get over it.:\
Edit: but guess what? If I manually input true into the lua. engine itself, it works. But id I input true in the script, before loading into the engine, it does not...strange are the ways of modding.
 
Last edited:

Boresma7

Reserve Team
Joaquin Ardaiz disappeared in the last FIFA 20 update, how can I add him back to the game where is free agent players?
 

Thiego-BR

Club Supporter
Joaquin Ardaiz disappeared in the last FIFA 20 update, how can I add him back to the game where is free agent players?
friend i'm also wanting to learn how to put removed players on free walkways, there's even a tutorial right here that can help you!
 

Kenan

Club Supporter
hey guys !! Can anybody create lua script for fifa 20
to apply tattoos and headmodels to your own squad file?
 

Aranaktu

Club Supporter
FIFA 20 - Live Editor v20.1.3.0

My PC is fixed, so it's time for a new update! :)

Most important feature is probably Teams Editor added to the GUI. It allows you to change the formation of any team. Unfourutanely, currently, you can't change the starting 11 :(

To the live editor settings I've added two new options:

Hide Players Potential will display HIDDEN in the potential field in Players Editor.

Cache Players Data is currently responsible for assigning names, heads etc. to the players on first run. It's turned off by default because it's very slow. On my PC it takes around 20 seconds.


Code:
v20.1.3.0:
    - Added to GUI:
        - Teams Editor
    - Added an option to hide players potential in Players Editor
    - Added recently added head models to "update_player_headmodels.lua" script.
    - Added "custom_headassetid_to_playerid.lua" (users lua scripts directory in folder with live editor)
    - Added "custom_tattoos_to_playerid.lua" (users lua scripts directory in folder with live editor)
    - Fixed in match-fixing:
        - Should now work properly if you have defined more than one favourite team
    - Fixed OVR calculation for LWB/RWB
    - Fixed creating config.ini in Documents diretory in .zip version. 
    - Fixed Access violation error during loading FUT cards bg.
    - Fixed allow tranfer approach script. You can now start negotiations with player that has less than 6 months contract length.
    - Club Finances -> Transfer Budget will now show your budget value by default. (if activated inside career mode)

Download:
Patreon
GitHub
 

TOJICT9IK

Club Supporter
Hi Aranaktu. Please tell me Is it possible to change the name of the team, for example Piemonte Calcio to Juventus and where the logos of the teams are located
 

Aranaktu

Club Supporter
Hi Aranaktu. Please tell me Is it possible to change the name of the team, for example Piemonte Calcio to Juventus and where the logos of the teams are located
To edit team name you need to edit your loc database. It's not possible with this tool. You need Frosty+DB Master. For example, if you have English version of the game you need to change all Piemonte Calcio to Juventus in eng_us.db.

Crests are located in Legacy Explorer -> data -> ui -> imgAssets -> crest/crest16x16/crest32x32 etc.
 

Aranaktu

Club Supporter
FIFA 20 - Live Editor v20.1.3.1
Added "Find Player" button allowing you to search for players by name.

Cache Players Data settings must be enabled!


Also, fixed problem with activating "Gameplay" & "Generate new report" scripts (and probably a few others).

Code:
v20.1.3.1:
    - Fixed problem with activating "Gameplay" & "Generate new report" scripts
    - Added "Find Player" button to the Players Editor. Allows to search for players by name.

Download:
Patreon
GitHub
 

menten

Club Supporter
I have a problem with the 20.1.3.0 and 20.1.3.1 versions. Nothing happens when you click on "Scripts" in the table...
 

Aranaktu

Club Supporter
FIFA 20 - Live Editor v20.1.3.2


Added 23 new faces added in last game update to "update_player_headmodels.lua" script.
Added team colors and option to edit manager through GUI.
Also, new lua script - "1ovr_99pot.lua" - which will set all players attributes on 1 and potential on 99

Code:
v20.1.3.2:
    - Added 23 new faces added in last game update to "update_player_headmodels.lua" script.
    - Added "1ovr_99pot.lua" (users lua scripts directory in folder with live editor)
    - Changes in GUI->Teams Editor:
        - Added Team Colors to Team Info
        - Added Manager Tab

Download:
Patreon
GitHub
 

perisic44

Club Supporter
FIFA 20 - Live Editor v20.1.3.2


Added 23 new faces added in last game update to "update_player_headmodels.lua" script.
Added team colors and option to edit manager through GUI.
Also, new lua script - "1ovr_99pot.lua" - which will set all players attributes on 1 and potential on 99

Code:
v20.1.3.2:
    - Added 23 new faces added in last game update to "update_player_headmodels.lua" script.
    - Added "1ovr_99pot.lua" (users lua scripts directory in folder with live editor)
    - Changes in GUI->Teams Editor:
        - Added Team Colors to Team Info
        - Added Manager Tab

Download:
Patreon
GitHub
Hey Aranaktu,
I sent you messege on inbox.
and i have another question, How i can put miniface to a custom player that i create?
 

Aranaktu

Club Supporter
FIFA 20 - Live Editor v20.1.3.3


In this update I've added data from teamkits & competitionkits into GUI. Also, you can now clone prime icon moments from FUT.

The bad news is that I still didn't managed to fix editing team formations. It's more complicated than I initially thought. I'll try to make something with it in next update, sorry. :(

Code:
v20.1.3.3:
    - Fixed cloning Prime Icon Moments.
    - Fixed editing board expectations through Teams Editor
    - Reduced Teams Editor window size on smaller screens.
    - Added to GUI->Teams Editor:
        - Kits (Data from teamkits & competitionkits database tables)

Download:
Patreon
GitHub
 


Top