Page 20 of 32

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Wed May 27, 2020 6:57 pm
by RealSteelTR
How do we transfer ourselves to another team

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Wed Jun 03, 2020 11:21 pm
by OzbyBray
i keep getting an error "Error:[string "---------------------------------------------..."]:151: attempt to index a nil value (global 'compactmenuitem')"

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Thu Jun 04, 2020 1:18 pm
by naigaxeon
i have tips for who manage team win almost 99% with current squad,

active periodic script --> manager club --> active Set Match Condition/Fitness to Max for Club (Run every 60s)



you can change script

------------------------------------------------------------

{$lua}

if syntaxcheck then return end



[ENABLE]

local _updateFunc = function()

local club = getPersonClub(getPersonFromPlayer(getManagerPtr()))



forEachPlayerInClub(club, function(k, playerPtr)

writeSmallInteger(playerPtr+0x150+8, 25000)

writeSmallInteger(playerPtr+0x14C+8, 25000)

-- some users claim jadedness < 0 increase injuries so set to 0 for now

if readSignedShortInteger(playerPtr+0x14E+8) > 0 then

writeSmallInteger(playerPtr+0x14E+8, 0)

end

end)

end



local _currec = memrec

local t = createTimer()

t.Interval = 1 -- run fast first time

t.onTimer = function()

if t == nil or not _currec.Active then

t.Enabled = false

t.destroy()

t = nil

elseif _updateFunc ~= nil then

_updateFunc()

t.Interval = 1 -- slow down

end

end

t.Enabled = true



[DISABLE]

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Fri Jun 05, 2020 12:14 am
by tfigment
[QUOTE="OzbyBray, post: 138133, member: 5116"]

i keep getting an error "Error:[string "---------------------------------------------..."]:151: attempt to index a nil value (global 'compactmenuitem')"

[/QUOTE]

Usually it complains about something else first. This happens when it tries to undo the compact upper half of table without ever compacting in first place. This usually happens if you have not attached process or attached to wrong process or version doesn't match all of which will bring up message box explaining error.

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Fri Jun 12, 2020 3:44 pm
by MATTTT
[QUOTE="MATTTT, post: 127315, member: 37965"]

If you can edit the values of these two rules (i think they are europe wide) that would be great, i have tried all sorts but cannot find the value!



[IMG]https://i.postimg.cc/0Qx4Pz8K/Capture.png[/IMG]

[/QUOTE]



has anyone figured how to change this with cheat engine?

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Wed Jun 17, 2020 1:08 pm
by kalemtras
hi.. i used last version on xbox pc version and it works very well but now i m using fm20 with crack version (mkdev).. with this crack version cheat table did not work .. ( "Error:[string "---------------------------------------------..."]:151: attempt to index a nil value (global 'compactmenuitem')" )



crack version uses fmMP.exe not fm.exe.. first i changed all fm.exe to fmMP.exe in script.. but when i start it, it gives that error.. can anyone help about this ??

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Thu Jun 18, 2020 3:11 pm
by MOHAMD455
Hello sir please is there a compatible version mkdev crack please :)

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Thu Jun 18, 2020 4:10 pm
by MikeyM
Whenever I run it I get the following error:

'warning - expected process'



Any ideas?

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Thu Jun 18, 2020 4:18 pm
by mefazzal
i can't use xbox game pass version any ideas?



I open the table but won't let me tick update button

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Thu Jun 18, 2020 7:33 pm
by duv96
how to use fitness how all squad?

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Fri Jun 19, 2020 7:13 am
by adrianyujs
[QUOTE="tfigment, post: 128702, member: 2321"]

[LIST=1]

[*]CE: Connect to Game. Select Computer icon in upper left. Pick Football Manager 2020

[*]CE: Check box to left of "[X] <- Football Manager 2020 ..."

[*]CE: Check box to left of "[X] <----- Update On Focus Change or Hover Tooltip (Club, Nation, Competition, Person)"

[*]FM: Goto Squad

[*]FM: Either Hover over (i) icon or select player to edit

[*]CE: Check box to left of "Person ->"

[*]CE: Expand "Club Contract ->". Edit whatever you want. I guess End Date and Weekly Wage are most interesting.

[*]CE: Expand "Player Data ->". Edit whatever you want. "Physical Attributes", "Mental Attributes", "Technical Attributes" are the more interesting ones.

[/LIST]

Person Label will update with player name that is being edited so you know who you are editing. Hopefully that is simple enough.



Many Attributes scale to 100 but only show as max 25 in game. Divide number by 5 to see what game will show.



Note that game will re-balance the attributes every 2-3 months for players. Not every player is done at same time. If you increase values to much game may lower them later. There is a "Helper Scripts -> Code Modification Scripts -> Prevent Club Player Attribute Decreases" script to prevent this for most attributes.

[/QUOTE]



So what is the max attributes for all?

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Fri Jun 19, 2020 5:46 pm
by Sidd
[QUOTE="MikeyM, post: 139971, member: 43299"]

Whenever I run it I get the following error:

'warning - expected process'



Any ideas?

[/QUOTE]

getting same error

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Sat Jun 20, 2020 2:31 am
by ninty
You guys are probably using MKDEV version.

The table is expecting a different process name because it's for a different version.



And even if this was fixed, the aobs are still wrong so the table won't work anyway, need an update.

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Sat Jun 20, 2020 12:38 pm
by Rossaaa
I can get the error with the steam version, by choosing Fm.exe from applications, but if I choose FM.exe in the process list, it worked.



edit: Actually, also happened the other way around. It seems like the error happens the first time regardless, but if you reselect the FM.exe, reload the table (no merge), it does work.

Football Manager 2020 | 20.4.1 | 27-Mar-2020

Posted: Sat Jun 20, 2020 2:39 pm
by ulala
Please update trainer to work for MKDEV version. Thanks