Giter VIP home page Giter VIP logo

fifa-22-live-editor's People

Contributors

clearstorm1 avatar xaranaktu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fifa-22-live-editor's Issues

Free kick and penalty ID's.

Hello Aranaktu!

Just wanted to start by saying thank you for making this menu, it is amazing and has really helped me enjoy career mode more than I would have without it!

I just wanted to ask if you could possibly add a way to edit free kick and penalty styles? There is an option to edit the free kick and penalty start position, but not the actual styles, if that makes any sense? I forgot to change my player's free kick style before going into the career, so he has the basic free kick and penalty style. Is it possible to add a way to change the styles, and maybe even to add the David Beckham free kick style? Thanks in advance!

FIFA 22 crashes when I try to edit a player.

Hi Aranaktu,

Thank you for making this live editor, I forward to using it! Unforunately I don't use discord so I can't post the issue there but when I try to edit a player in my manager career mode, the game crashes when I select a player.

I go into my save, go into my team sheet and open the player editor. As soon as I select any player from the list, no information loads and my FIFA 22 game just closes.

Am I doing something wrong?

Thank you and any help is appreciated.

  • LouieJ93

Unable to edit a players injury via Live Editor

When my player got injured in CM, I opened the live editor to remove the injury (it was like 8 months)
On other players it allows me to use a dropdown box to change if they are injured or not, and when I open my teams player there is no dropdown to change this.
image

Commentary Name

Hello There

I don't know if I'm too stupid or if it just doesnt work but how can I edit a youth player to have a certain commentary name?
If its not possible will you add it in the future?

"-dataPath" argument

Hi,

Have you found a way for FIFA to read "\Data..." and "\Patch..." directories stored in a directory other than the main one?

I ask because FIFA Mod Manager will not successfully launch the game, and I wondered if there was a cheat in Cheat Engine that allows modified files to be read (without using the "-dataPath" argument) like how the Live Editor read files directly from the disk.

Player editing not working properly

The Editor does not seem to apply editied values.
In the editor the modified values show.
In game they do show for a single game and then return back to unmodified values.

After being transferred by the transfer function, players are here, but not really

I transfered players using the lua function.
Players are in the database of the team, but I can't find them in the team.
I search for them using the search feature, they are in my team, but when I click on "find them in transfer hub" (or smt like that, my game isn't in english), it leads to squad hub without the players.
I recieve transfer offers for them in the mail, but no actual offers come in.
What do I do ?

local taille_equipe = 18
ReloadDB()
local rows_list = GetDBTableRows("players")
for rows in ipairs(rows_list) do
    local row = rows_list[rows]
    local potential = tonumber(row["potential"]["value"])
    local player_id = tonumber(row["playerid"]["value"])
    local player_age = tonumber(row["birthdate"]["value"])

    if potential >= 93 then
        if player_age <= 151835 then
            Log(player_id)
            Log(potential)
            TransferPlayer(player_id, 1792, 1000, 100, 60)
        end
    end
end
ReloadPlayersManager()
ReloadDB()

Generating goalkeeper minifaces

I am currently using the Live Editor to generate the minifaces for my custom created team, to which I applied custom kits.

It works well, however, when generating the goalkeepers minifaces, it uses the home kit, instead of the GK kit

Squad max size

How to make minimum and maximum squad size, bigger or smaller ?
I know you could a few years ago with cheat engine, but idk how to do it (if it's possible) now

Game crashes on startup after update.

After an update that was released today, my game always crashes on startup if I had previously launched the Live Editor.
When I start the game without Live Editor, it starts normally.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.