is there a way to pull players out of 'Exploring Options' or 'Leaving on a Free Transfer' with this table?
Also, bringing players back from Holiday or Unavailable?
is there a way to pull players out of 'Exploring Options' or 'Leaving on a Free Transfer' with this table?
Also, bringing players back from Holiday or Unavailable?
Not exactly. I think the best it can currently offer is to allow changing the end date of a contract which may prevent the free transfer since contract is not expiring immediately. Might be able to change terms of the contract as well to help. With some effort you can can mess with transfers to kill offers from other teams which might improve your chances but its not guaranteed and last minute offers may not show in the table before decision is made. Though if they are unhappy my experience is they tend to leave anyway.
Hi, thanks for the table, but I would like to know about one thing: is it possible to add a specific attribute to the periodic scripts section, for example, professionalism?
Hi, thanks for the table, but I would like to know about one thing: is it possible to add a specific attribute to the periodic scripts section, for example, professionalism?
You can do whatever you want to your own copy I will not feel offended. You can even post it back to the the thread. However I'm not updating the table beyond basic maintenance at the moment. My dream would be that people learn to do some of this by themselves so that its not on one person to fulfill everyone's requests for something given away for free.
The function would look something like this (untested/verified):
local club = getPersonClub(getPersonFromPlayer(getManagerPtr()))
forEachPlayerInClub(club, function(k, addr)
local playerPtr = getAddressSafe(addr)
local person = getPersonFromPlayer(playerPtr)
writeBytes(playerPtr+0x7c, 20)
end)
Hi, thanks for the table, but I would like to know about one thing: is it possible to add a specific attribute to the periodic scripts section, for example, professionalism?
You can do whatever you want to your own copy I will not feel offended. You can even post it back to the the thread. However I'm not updating the table beyond basic maintenance at the moment. My dream would be that people learn to do some of this by themselves so that its not on one person to fulfill everyone's requests for something given away for free.
The function would look something like this (untested/verified):
local club = getPersonClub(getPersonFromPlayer(getManagerPtr()))
forEachPlayerInClub(club, function(k, addr)
local playerPtr = getAddressSafe(addr)
local person = getPersonFromPlayer(playerPtr)
writeBytes(playerPtr+0x7c, 20)
end)
goodnight. Congratulations on the work, the table is fantastic.
But I have some doubts.
How do I load a player from my team?
Whenever I load the table it's on my manager profile, I can't change it, can you help me?
Thanks.
Last edited by dfsnts on Mon Apr 11, 2022 9:25 pm, edited 1 time in total.
Hi, thanks for the table, but I would like to know about one thing: is it possible to add a specific attribute to the periodic scripts section, for example, professionalism?
You can do whatever you want to your own copy I will not feel offended. You can even post it back to the the thread. However I'm not updating the table beyond basic maintenance at the moment. My dream would be that people learn to do some of this by themselves so that its not on one person to fulfill everyone's requests for something given away for free.
The function would look something like this (untested/verified):
local club = getPersonClub(getPersonFromPlayer(getManagerPtr()))
forEachPlayerInClub(club, function(k, addr)
local playerPtr = getAddressSafe(addr)
local person = getPersonFromPlayer(playerPtr)
writeBytes(playerPtr+0x7c, 20)
end)
Any recommendation on the best resource/website/tutorial on making a cheat table for Football Manager?
goodnight. Congratulations on the work, the table is fantastic.
But I have some doubts.
How do I load a player from my team?
Whenever I load the table it's on my manager profile, I can't change it, can you help me?
Typically you just visit the player overview screen. Or mouseover the the tooltip next to player name. Make sure you are using correct version of the table as the first post only works on steam. There are other versions that work on gamepass. If its not actually updating its because it is a different version of the game and it doesn't know what to do so to stays on the default which is the manager.