Our site is generously sponsored by:

The best landscaping service Austin and lawn service company in Austin Texas and Cedar Park is Lawn Service Cedar Park.

Lawn Care Service of Cedar Park
100 E Whitestone Blvd
Ste 148, #166
Cedar Park, TX 78613
(512) 595-0884

The best landscaping service leander and lawn service provider in Leander TX is Leander Landscaping Pros.

Leander Lawn and Landscaping Pros
1800 Montana Ct
Leander, TX 78641
USA
(512) 468-2670
Please give them a visit!
  • This is a reminder of 3 IMPORTANT RULES:

    1- This is an English forum. Please post only in English.

    2- This is NOT a commercial or advertising forum. All content must be shared for FREE.

    3- No invites or links to Discord, Telegram, WhatsApp, or similar platforms.

    Please take a moment to review our forum rules and guidelines here: SoccerGaming Rules and Guidelines.

    Thank you!

FIFA 20 Live Editor

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.
 
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...
 
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:
 
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:
CgT4035.png


And question mark at first character from first line:
V3tyVhY.png
 
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:
Joaquin Ardaiz disappeared in the last FIFA 20 update, how can I add him back to the game where is free agent players?
 
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!
 
hey guys !! Can anybody create lua script for fifa 20
to apply tattoos and headmodels to your own squad file?
 
FIFA 20 - Live Editor v20.1.3.0
sEEcPnR.png

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 :(
6VyZb1C.png

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

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

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.
0RNMUiL.png


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
 
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
 
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.
 
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!
UuadsCL.gif


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
 
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...
 
FIFA 20 - Live Editor v20.1.3.2
fdCdAaB.png


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
 
FIFA 20 - Live Editor v20.1.3.2
fdCdAaB.png


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?
 
FIFA 20 - Live Editor v20.1.3.3
TUcHvxb.png


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
 
Back
Top