• 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

qasar80

Youth Team
Aranaktu, is there something wrong with the latest version of cheat engine that live editor needs version 681?
 

Aranaktu

Club Supporter
Aranaktu, is there something wrong with the latest version of cheat engine that live editor needs version 681?
CE 7.0 is not supported because of this bug

Is it possible to assign minifaces with the editor?
You can only change miniface of these players which have been generated by the game (playerid above 28000 and below 30999)
For them, miniface will change if you edit headtypecode or haircolorcode or skintonecode.
 

Marvelous

Club Supporter
Hello, can I edit a player's face ID without going into career mode and editing players? I had trouble entering player editing mode (my game stopped working) I tried changing the ID and it worked but it didn't save it. When I started the game again the ID went back to like Original :( Thanks
 

Déco

Club Supporter
Hello, @Aranaktu . I can't change the color of the boot, I change the numbers in shoecolorcode1 and nothing happens, it stays the same color, could you take a look at that? thanks
 

wackorine

Club Supporter
with this tool can i change the player position and work rate .. ?! .. little complicated for me to handle it ..
 

Cassio1301

Club Supporter
Hi, guys. I wanna know if its possible to edit the player attributes in player career mode, because i changed some things like prefered position ST to CF and the work rates but when i return to the save the changes disappear.
 

Aranaktu

Club Supporter
with this tool can i change the player position and work rate .. ?! .. little complicated for me to handle it ..
Hi, guys. I wanna know if its possible to edit the player attributes in player career mode, because i changed some things like prefered position ST to CF and the work rates but when i return to the save the changes disappear.
https://github.com/xAranaktu/FIFA-20-Live-Editor/wiki/Editing-Player
https://github.com/xAranaktu/FIFA-20-Live-Editor/wiki/Editing-Player
 

qasar80

Youth Team
Aranaktu, do you have any idea why user lua scripts work only on the free agents and not on the players that are in a club? Scripts like untuck shirts, medium socklenght or randomise shoe models...
 

Aranaktu

Club Supporter
Aranaktu, do you have any idea why user lua scripts work only on the free agents and not on the players that are in a club? Scripts like untuck shirts, medium socklenght or randomise shoe models...
Script is iterating over all players in players table until it finds a player with playerid == 0. So the only reason that comes to my mind why it stops it's that you have a gap in your players table like that:


If you have a gap like that then I guess the only possible solution is to open your save in RDBM and order the players by playerid in descending order. Dunno if it's safe to do.

Otherwise, I'll need your save to take a look. But probably I'll not be able to fix it anytime soon as I don't have access to my PC. :(
 

qasar80

Youth Team
Yup, that was exactly the problem...one id with the value 0 inserted into the players tab.
And yes, it is safe to delete all the 0 values from a career save game.
Thanks.
 

qasar80

Youth Team
I tried to set to true for randomizing all shoes, but when running the script, I get this error
Script Error:[string "--- This script will edit players shoes...."]:1: unexpected symbol near '<\239>'
 

Aranaktu

Club Supporter
I tried to set to true for randomizing all shoes, but when running the script, I get this error
Script Error:[string "--- This script will edit players shoes...."]:1: unexpected symbol near '<\239>'
Show the full script. Looks like you have added something extra to the script. Because in the one I've written there isn't any line that contains <\239>


Or try this one:
https://pastebin.com/raw/CpkdAnLV
 

qasar80

Youth Team
Same error with your script, did not changed anything, just pasted it.
But only occurs if: local randomize_all = true
 

Attachments

  • New Text Document.txt
    20.3 KB · Views: 340


Top