Page 17 of 18

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 12:29 am
by Scheimann
tdg6661 wrote:
Thu Nov 10, 2022 12:09 am
Can you post the outpout codes by Update VTables Address?

It should be like this
define(vtbXxxxx, fm+xxxxx) // xxxxxxx
Sure.

This is the (strange?) output.

Code: Select all

define(vtbAgreement,           	vtbAgreement) // db::AGREEMENT
define(vtbAward,               	vtbAward) // db::AWARD
define(vtbCity,                	vtbCity) // db::CITY
define(vtbClub,                	vtbClub) // db::CLUB
define(vtbCompetition,         	vtbCompetition) // db::COMP
define(vtbContinent,           	vtbContinent) // db::CONTINENT
define(vtbDerby,               	vtbDerby) // db::DERBY
define(vtbNation,              	vtbNation) // db::NATION
define(vtbNationalTeam,        	vtbNationalTeam) // db::NATIONAL_TEAM
define(vtbNonPlayer,           	vtbNonPlayer) // db::ACTUAL_NON_PLAYER
define(vtbPlayer,              	vtbPlayer) // db::ACTUAL_PLAYER
define(vtbPlayerStaff,         	vtbPlayerStaff) // db::ACTUAL_PLAYER_AND_NON_PLAYER
define(vtbRegion,              	vtbRegion) // db::REGION
define(vtbStadium,             	vtbStadium) // db::STADIUM
define(vtbTeam,                	vtbTeam) // db::TEAM
define(vtbHumanNonPlayer,      	vtbHumanNonPlayer) // db::HUMAN_NON_PLAYER
define(vtbRetiredPerson,       	vtbRetiredPerson) // db::RETIRED_PERSON_NAME_POINTERS
define(vtbPlaceholderPerson,   	vtbPlaceholderPerson) // db::VIRTUAL_PLAYER
define(vtbBClubMoveOffer,      	vtbBClubMoveOffer) // B_CLUB_MOVE_OFFER
define(vtbEnquiryOffer,        	vtbEnquiryOffer) // ENQUIRY_OFFER
define(vtbFullTransferOffer,   	vtbFullTransferOffer) // FULL_TRANSFER_OFFER
define(vtbLoanOffer,           	vtbLoanOffer) // LOAN_OFFER
define(vtbTrialOffer,          	vtbTrialOffer) // TRIAL_OFFER
define(vtbLeagueStage,         	vtbLeagueStage)
Edit: doing this a second time give me these values:

Code: Select all

define(vtbAgreement,           	fm.exe+4761918) // db::AGREEMENT
define(vtbAward,               	fm.exe+431ED58) // db::AWARD
define(vtbCity,                	fm.exe+4758FF8) // db::CITY
define(vtbClub,                	fm.exe+4759428) // db::CLUB
define(vtbCompetition,         	fm.exe+475BF68) // db::COMP
define(vtbContinent,           	fm.exe+475CF18) // db::CONTINENT
define(vtbDerby,               	fm.exe+4764C78) // db::DERBY
define(vtbNation,              	fm.exe+476BE58) // db::NATION
define(vtbNationalTeam,        	fm.exe+476C598) // db::NATIONAL_TEAM
define(vtbNonPlayer,           	fm.exe+4751C78) // db::ACTUAL_NON_PLAYER
define(vtbPlayer,              	fm.exe+4754718) // db::ACTUAL_PLAYER
define(vtbPlayerStaff,         	fm.exe+47565E8) // db::ACTUAL_PLAYER_AND_NON_PLAYER
define(vtbRegion,              	fm.exe+4764AC8) // db::REGION
define(vtbStadium,             	fm.exe+4774688) // db::STADIUM
define(vtbTeam,                	fm.exe+4775988) // db::TEAM
define(vtbHumanNonPlayer,      	fm.exe+4769B08) // db::HUMAN_NON_PLAYER
define(vtbRetiredPerson,       	fm.exe+476EEA8) // db::RETIRED_PERSON_NAME_POINTERS
define(vtbPlaceholderPerson,   	fm.exe+4779D88) // db::VIRTUAL_PLAYER
define(vtbBClubMoveOffer,      	fm.exe+433BB58) // B_CLUB_MOVE_OFFER
define(vtbEnquiryOffer,        	fm.exe+434F988) // ENQUIRY_OFFER
define(vtbFullTransferOffer,   	fm.exe+43DE558) // FULL_TRANSFER_OFFER
define(vtbLoanOffer,           	fm.exe+434ED28) // LOAN_OFFER
define(vtbTrialOffer,          	fm.exe+434F588) // TRIAL_OFFER
define(vtbLeagueStage,         	fm.exe+4747FE8)
And then everything is working like intended (i guess)

Edit 2: Just to clarify my steps.

1. Loaded the game and the "main table"
2. I did all the steps following the original post
3. I pasted and saved with the odd/incomplete values
4. Without closing the table, I repeated the steps from the original post
5. New values appeared, I replaced them and saved the table

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 12:35 am
by tdg6661
Scheimann wrote:
Thu Nov 10, 2022 12:29 am
tdg6661 wrote:
Thu Nov 10, 2022 12:09 am
Can you post the outpout codes by Update VTables Address?

It should be like this
define(vtbXxxxx, fm+xxxxx) // xxxxxxx
Sure.

This is the (strange?) output.

Code: Select all

define(vtbAgreement,           	vtbAgreement) // db::AGREEMENT
define(vtbAward,               	vtbAward) // db::AWARD
define(vtbCity,                	vtbCity) // db::CITY
define(vtbClub,                	vtbClub) // db::CLUB
define(vtbCompetition,         	vtbCompetition) // db::COMP
define(vtbContinent,           	vtbContinent) // db::CONTINENT
define(vtbDerby,               	vtbDerby) // db::DERBY
define(vtbNation,              	vtbNation) // db::NATION
define(vtbNationalTeam,        	vtbNationalTeam) // db::NATIONAL_TEAM
define(vtbNonPlayer,           	vtbNonPlayer) // db::ACTUAL_NON_PLAYER
define(vtbPlayer,              	vtbPlayer) // db::ACTUAL_PLAYER
define(vtbPlayerStaff,         	vtbPlayerStaff) // db::ACTUAL_PLAYER_AND_NON_PLAYER
define(vtbRegion,              	vtbRegion) // db::REGION
define(vtbStadium,             	vtbStadium) // db::STADIUM
define(vtbTeam,                	vtbTeam) // db::TEAM
define(vtbHumanNonPlayer,      	vtbHumanNonPlayer) // db::HUMAN_NON_PLAYER
define(vtbRetiredPerson,       	vtbRetiredPerson) // db::RETIRED_PERSON_NAME_POINTERS
define(vtbPlaceholderPerson,   	vtbPlaceholderPerson) // db::VIRTUAL_PLAYER
define(vtbBClubMoveOffer,      	vtbBClubMoveOffer) // B_CLUB_MOVE_OFFER
define(vtbEnquiryOffer,        	vtbEnquiryOffer) // ENQUIRY_OFFER
define(vtbFullTransferOffer,   	vtbFullTransferOffer) // FULL_TRANSFER_OFFER
define(vtbLoanOffer,           	vtbLoanOffer) // LOAN_OFFER
define(vtbTrialOffer,          	vtbTrialOffer) // TRIAL_OFFER
define(vtbLeagueStage,         	vtbLeagueStage)
Well this is matched with the new pointer you've saved.

You said you get nil result on this?

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 12:43 am
by tdg6661
Scheimann wrote:
Thu Nov 10, 2022 12:29 am
tdg6661 wrote:
Thu Nov 10, 2022 12:09 am
Can you post the outpout codes by Update VTables Address?

It should be like this
define(vtbXxxxx, fm+xxxxx) // xxxxxxx
Sure.

This is the (strange?) output.

Code: Select all

define(vtbAgreement,           	vtbAgreement) // db::AGREEMENT
define(vtbAward,               	vtbAward) // db::AWARD
define(vtbCity,                	vtbCity) // db::CITY
define(vtbClub,                	vtbClub) // db::CLUB
define(vtbCompetition,         	vtbCompetition) // db::COMP
define(vtbContinent,           	vtbContinent) // db::CONTINENT
define(vtbDerby,               	vtbDerby) // db::DERBY
define(vtbNation,              	vtbNation) // db::NATION
define(vtbNationalTeam,        	vtbNationalTeam) // db::NATIONAL_TEAM
define(vtbNonPlayer,           	vtbNonPlayer) // db::ACTUAL_NON_PLAYER
define(vtbPlayer,              	vtbPlayer) // db::ACTUAL_PLAYER
define(vtbPlayerStaff,         	vtbPlayerStaff) // db::ACTUAL_PLAYER_AND_NON_PLAYER
define(vtbRegion,              	vtbRegion) // db::REGION
define(vtbStadium,             	vtbStadium) // db::STADIUM
define(vtbTeam,                	vtbTeam) // db::TEAM
define(vtbHumanNonPlayer,      	vtbHumanNonPlayer) // db::HUMAN_NON_PLAYER
define(vtbRetiredPerson,       	vtbRetiredPerson) // db::RETIRED_PERSON_NAME_POINTERS
define(vtbPlaceholderPerson,   	vtbPlaceholderPerson) // db::VIRTUAL_PLAYER
define(vtbBClubMoveOffer,      	vtbBClubMoveOffer) // B_CLUB_MOVE_OFFER
define(vtbEnquiryOffer,        	vtbEnquiryOffer) // ENQUIRY_OFFER
define(vtbFullTransferOffer,   	vtbFullTransferOffer) // FULL_TRANSFER_OFFER
define(vtbLoanOffer,           	vtbLoanOffer) // LOAN_OFFER
define(vtbTrialOffer,          	vtbTrialOffer) // TRIAL_OFFER
define(vtbLeagueStage,         	vtbLeagueStage)
Edit: doing this a second time give me these values:

Code: Select all

define(vtbAgreement,           	fm.exe+4761918) // db::AGREEMENT
define(vtbAward,               	fm.exe+431ED58) // db::AWARD
define(vtbCity,                	fm.exe+4758FF8) // db::CITY
define(vtbClub,                	fm.exe+4759428) // db::CLUB
define(vtbCompetition,         	fm.exe+475BF68) // db::COMP
define(vtbContinent,           	fm.exe+475CF18) // db::CONTINENT
define(vtbDerby,               	fm.exe+4764C78) // db::DERBY
define(vtbNation,              	fm.exe+476BE58) // db::NATION
define(vtbNationalTeam,        	fm.exe+476C598) // db::NATIONAL_TEAM
define(vtbNonPlayer,           	fm.exe+4751C78) // db::ACTUAL_NON_PLAYER
define(vtbPlayer,              	fm.exe+4754718) // db::ACTUAL_PLAYER
define(vtbPlayerStaff,         	fm.exe+47565E8) // db::ACTUAL_PLAYER_AND_NON_PLAYER
define(vtbRegion,              	fm.exe+4764AC8) // db::REGION
define(vtbStadium,             	fm.exe+4774688) // db::STADIUM
define(vtbTeam,                	fm.exe+4775988) // db::TEAM
define(vtbHumanNonPlayer,      	fm.exe+4769B08) // db::HUMAN_NON_PLAYER
define(vtbRetiredPerson,       	fm.exe+476EEA8) // db::RETIRED_PERSON_NAME_POINTERS
define(vtbPlaceholderPerson,   	fm.exe+4779D88) // db::VIRTUAL_PLAYER
define(vtbBClubMoveOffer,      	fm.exe+433BB58) // B_CLUB_MOVE_OFFER
define(vtbEnquiryOffer,        	fm.exe+434F988) // ENQUIRY_OFFER
define(vtbFullTransferOffer,   	fm.exe+43DE558) // FULL_TRANSFER_OFFER
define(vtbLoanOffer,           	fm.exe+434ED28) // LOAN_OFFER
define(vtbTrialOffer,          	fm.exe+434F588) // TRIAL_OFFER
define(vtbLeagueStage,         	fm.exe+4747FE8)
And then everything is working like intended (i guess)

Edit 2: Just to clarify my steps.

1. Loaded the game and the "main table"
2. I did all the steps following the original post
3. I pasted and saved with the odd/incomplete values
4. Without closing the table, I repeated the steps from the original post
5. New values appeared, I replaced them and saved the table
Alright then.

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 9:10 am
by tdg6661
I've been thinking of making this table automatically with all platforms (Windows), but that will cost the table's performance.

What do you think?

Image

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 1:53 pm
by Darkedone02
bugs will be ironed out when discovered and reported anyways, it's up to you really.

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Nov 10, 2022 3:53 pm
by tdg6661
FM23 Cheat Table is out!
viewtopic.php?f=4&t=21979

Re: Football Manager 2022 | Steam 22.4.0

Posted: Thu Dec 08, 2022 11:14 pm
by bkinnart
Is there any way to transfer a player to your club?

Re: Football Manager 2022 | Steam 22.4.0

Posted: Wed Dec 21, 2022 6:35 pm
by epitqvist
tdg6661 wrote:
Fri Jun 17, 2022 1:44 pm
FOOTBALL MANAGER 2022 Cheat Table

Table is expected to run on Win 10, on CE 7.4 or later, and on FM22 (22.4.1) Steam. See Read Me! for more information.

This table can be adapted to non-Steam platforms by following these steps:
HOW TO ADAPT THE TABLE TO OTHER PLATFORMS
  1. Run the table with a game loaded.
  2. Go to Table Settings -> Debug ->.
  3. Run Update VTables Address, a window will appear, wait some minutes until the process is done.
  4. Copy the codes from that window.
  5. Now turn off all scripts.
  6. Open Run Table script (press Enter).
  7. Select line 134 - 157 then replace with copied codes before.
  8. Click OK, then save the table.
  9. All done! Now it should be worked.
✨ FEATURES ✨
  • Award Editor.
  • Club Editor.
  • Competition Editor.
  • Continent Editor.
  • Nation Editor.
  • Person (Player / Staff / Manager) Editor.
  • Stadium Editor.
  • Advanced Rules Editor.
  • Work Permit Rules Editor.
  • Unlockables (from FM Touch) for manager.
    • All Players Interested.
    • Unlimited Scouting.
    • Attribute Masking.
    • That Job Is Mine.
  • Mass edit.
  • Legend Players clone preset.
  • Most features from IGE are included.
  • Useful tools like Comparison GUI and Mini Scouting Tool.
  • Support multi-languages (English, Chinese, French, German, Korean, Russian, Spanish).
  • Support multi-currency types (ARS $, AUD $, BRL R$, CNY ¥, EUR €, IDR Rp, GBP £, HKD $, JPY ¥, KRW ₩, KWD KD, MXN $, PHP ₱, RUB руб, SGD $, THB ฿, TRY TL, USD $, UYU $, VND ₫)
✨ TIPS & BUGS ✨
  • Always make a backup to your game, which many bugs are not yet known.
  • Values are not immediately updated after editing, you need to Continue the game to see the result.
  • Editing Attributes will require adjustment on CA/PA, make sure select Calculate CA after editing.
  • RCA is not 100% accurate (Only consider player's Natural Position).
  • It's not recommended to have over 5 items in Freezer, which will affect CPU's performance.
  • Sometimes Remove Unhappiness (Club Preset) can crash the game.
  • Do not use Terminate Contract to yourself or the game will crash on Continue.
✨ SPECIAL THANKS ✨
  • Dark Byte
  • FRF Forum
  • tfigment
  • mece
  • EpicBirdi
  • aSwedishMagyar
  • and all FM trainer makers.
✨ SUPPORT & DONATION ✨

If you like this table and would like to support me, you can buy me some coffee by donating. So I can spare more time and motivation into this, although I can't offer too much aside from table and features request as I want to keep this table free of charge.
  • PayPal - [Link]
  • Saweria (Indonesia) - [Link]
CHANGELOG
Update 7 - Last Update for FM22
  • Added Search bar.
  • Added script: Add Club Affiliation to Club presets (Experimental / May crash your save game, so make a backup).
  • Added script: Add Club Sponsor to Club presets.
  • Added script: Add EU Rules to Nation presets (Experimental / May crash your save game, so make a backup).
  • Added script: Add Foreign Rules to Nation presets (Experimental / May crash your save game, so make a backup).
  • Fixed Search feature.
  • Fixed not working on date change on Club Sponsors.
  • Fixed not working on pointer change on Nation Foreign Rules.
  • Fully implemented FM Date custom type in the table.
  • Removed MD5 checksum.
  • Improved performance.
Update 6 - Unexpected Update
  • Improved print view of Talented Regens
  • Added script: Accelerate All Player Development.
  • Added script: Ignore Player Retirement.
  • Added script: Player Always Agree on Negotiation Terms.
  • Added script: Auto Increase / Decrease Selection Rules Value.
  • Added Derby.
  • Added RCA to Person -> Player Data section.
  • Added Agent Fees to Person -> Full Contract section.
  • Added Future Playing Time to Person -> Full Contract section.
  • Added Fixture Rules to Continent section.
  • Added script to work with other platforms.
  • Fixed Remove All Unhappiness script.
Update 5 - Really Final Update for FM22
  • Currencies type now support large number (over 1 trillion).
  • Optimize Change Currencies method.
  • Optimize Change Languages method.
  • Removed some Languages.
  • Rewrote and optimize Preset scripts.
  • Fixed error related to some scripts.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Added Status Panel.
  • Introducing a new UI.
Update 4 - Final Update for FM22
  • Added Mini Scouting Tool (Person -> Presets -> Player)
  • Added a new config item, Table.UpdateTime.
  • Added a new memory record legend, Black (#0F0F0F). Means it's WIP or Not Available.
  • Added a new section, Print List.
  • Added dynamic Sample Color records to all Color sections.
  • Added more Income items.
  • Added more Loan Contract items.
  • Added presets, Add Other Nationality (Person), Register Players (Club/Player), Lifetime Contract (Club/Person), Change Name (Club/Comp/Stadium), Force Quick Development (Global).
  • Change 'Improve Player Development' to 'Hack Team Professionalism'.
  • Change Boost Bank Balance method, now addding value instead change it to a specific value.
  • Change Player Comparison GUI config (showInTaskbar: stAlways).
  • Change Dynamic List, Add Drop Down List Item method.
  • Change most of offsets into variables.
  • Fixed error related to some scripts.
  • Fixed error when selecting Virtual Player.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Most of existing presets are now corrected and working.
  • Rearranged Relationship section, now split into 3 parts (Eligibility/Relationships/Status).
Update 3
  • Fixed crash issue related to Cancel All Transfer.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Redesign Player Comparison GUI UI.
Update 2
  • Added Player Comparison GUI (Person -> Presets -> Player)
Update 1
  • Change startup method.
  • Remove DRM protection from table.
where is download?

Re: Football Manager 2022 | Steam 22.4.0

Posted: Wed Dec 21, 2022 7:31 pm
by tdg6661
epitqvist wrote:
Wed Dec 21, 2022 6:35 pm
tdg6661 wrote:
Fri Jun 17, 2022 1:44 pm
FOOTBALL MANAGER 2022 Cheat Table

Table is expected to run on Win 10, on CE 7.4 or later, and on FM22 (22.4.1) Steam. See Read Me! for more information.

This table can be adapted to non-Steam platforms by following these steps:
HOW TO ADAPT THE TABLE TO OTHER PLATFORMS
  1. Run the table with a game loaded.
  2. Go to Table Settings -> Debug ->.
  3. Run Update VTables Address, a window will appear, wait some minutes until the process is done.
  4. Copy the codes from that window.
  5. Now turn off all scripts.
  6. Open Run Table script (press Enter).
  7. Select line 134 - 157 then replace with copied codes before.
  8. Click OK, then save the table.
  9. All done! Now it should be worked.
✨ FEATURES ✨
  • Award Editor.
  • Club Editor.
  • Competition Editor.
  • Continent Editor.
  • Nation Editor.
  • Person (Player / Staff / Manager) Editor.
  • Stadium Editor.
  • Advanced Rules Editor.
  • Work Permit Rules Editor.
  • Unlockables (from FM Touch) for manager.
    • All Players Interested.
    • Unlimited Scouting.
    • Attribute Masking.
    • That Job Is Mine.
  • Mass edit.
  • Legend Players clone preset.
  • Most features from IGE are included.
  • Useful tools like Comparison GUI and Mini Scouting Tool.
  • Support multi-languages (English, Chinese, French, German, Korean, Russian, Spanish).
  • Support multi-currency types (ARS $, AUD $, BRL R$, CNY ¥, EUR €, IDR Rp, GBP £, HKD $, JPY ¥, KRW ₩, KWD KD, MXN $, PHP ₱, RUB руб, SGD $, THB ฿, TRY TL, USD $, UYU $, VND ₫)
✨ TIPS & BUGS ✨
  • Always make a backup to your game, which many bugs are not yet known.
  • Values are not immediately updated after editing, you need to Continue the game to see the result.
  • Editing Attributes will require adjustment on CA/PA, make sure select Calculate CA after editing.
  • RCA is not 100% accurate (Only consider player's Natural Position).
  • It's not recommended to have over 5 items in Freezer, which will affect CPU's performance.
  • Sometimes Remove Unhappiness (Club Preset) can crash the game.
  • Do not use Terminate Contract to yourself or the game will crash on Continue.
✨ SPECIAL THANKS ✨
  • Dark Byte
  • FRF Forum
  • tfigment
  • mece
  • EpicBirdi
  • aSwedishMagyar
  • and all FM trainer makers.
✨ SUPPORT & DONATION ✨

If you like this table and would like to support me, you can buy me some coffee by donating. So I can spare more time and motivation into this, although I can't offer too much aside from table and features request as I want to keep this table free of charge.
  • PayPal - [Link]
  • Saweria (Indonesia) - [Link]
CHANGELOG
Update 7 - Last Update for FM22
  • Added Search bar.
  • Added script: Add Club Affiliation to Club presets (Experimental / May crash your save game, so make a backup).
  • Added script: Add Club Sponsor to Club presets.
  • Added script: Add EU Rules to Nation presets (Experimental / May crash your save game, so make a backup).
  • Added script: Add Foreign Rules to Nation presets (Experimental / May crash your save game, so make a backup).
  • Fixed Search feature.
  • Fixed not working on date change on Club Sponsors.
  • Fixed not working on pointer change on Nation Foreign Rules.
  • Fully implemented FM Date custom type in the table.
  • Removed MD5 checksum.
  • Improved performance.
Update 6 - Unexpected Update
  • Improved print view of Talented Regens
  • Added script: Accelerate All Player Development.
  • Added script: Ignore Player Retirement.
  • Added script: Player Always Agree on Negotiation Terms.
  • Added script: Auto Increase / Decrease Selection Rules Value.
  • Added Derby.
  • Added RCA to Person -> Player Data section.
  • Added Agent Fees to Person -> Full Contract section.
  • Added Future Playing Time to Person -> Full Contract section.
  • Added Fixture Rules to Continent section.
  • Added script to work with other platforms.
  • Fixed Remove All Unhappiness script.
Update 5 - Really Final Update for FM22
  • Currencies type now support large number (over 1 trillion).
  • Optimize Change Currencies method.
  • Optimize Change Languages method.
  • Removed some Languages.
  • Rewrote and optimize Preset scripts.
  • Fixed error related to some scripts.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Added Status Panel.
  • Introducing a new UI.
Update 4 - Final Update for FM22
  • Added Mini Scouting Tool (Person -> Presets -> Player)
  • Added a new config item, Table.UpdateTime.
  • Added a new memory record legend, Black (#0F0F0F). Means it's WIP or Not Available.
  • Added a new section, Print List.
  • Added dynamic Sample Color records to all Color sections.
  • Added more Income items.
  • Added more Loan Contract items.
  • Added presets, Add Other Nationality (Person), Register Players (Club/Player), Lifetime Contract (Club/Person), Change Name (Club/Comp/Stadium), Force Quick Development (Global).
  • Change 'Improve Player Development' to 'Hack Team Professionalism'.
  • Change Boost Bank Balance method, now addding value instead change it to a specific value.
  • Change Player Comparison GUI config (showInTaskbar: stAlways).
  • Change Dynamic List, Add Drop Down List Item method.
  • Change most of offsets into variables.
  • Fixed error related to some scripts.
  • Fixed error when selecting Virtual Player.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Most of existing presets are now corrected and working.
  • Rearranged Relationship section, now split into 3 parts (Eligibility/Relationships/Status).
Update 3
  • Fixed crash issue related to Cancel All Transfer.
  • Fixed minor bugs (offsets correction, ui correction, etc).
  • Redesign Player Comparison GUI UI.
Update 2
  • Added Player Comparison GUI (Person -> Presets -> Player)
Update 1
  • Change startup method.
  • Remove DRM protection from table.
where is download?
So sorry I have to remove that for personal reason, but you can search on Google, there are several sites providing this table.

Re: Football Manager 2022 | Steam 22.4.0

Posted: Mon Feb 13, 2023 4:59 pm
by Klepkko
Hello is there a way to change/add prize money to a league that doesn't have prize money? I've tried copying the prize money group to the league I want (the portuguese league) but it doesn't copy the lines inside the prize money group. I also tried to copy only the lines (to edit afterwards) but I can't paste it inside the prize money group nor drag it. Any help?

Re: Football Manager 2022 | Steam 22.4.0

Posted: Mon Feb 13, 2023 9:27 pm
by tdg6661
Klepkko wrote:
Mon Feb 13, 2023 4:59 pm
Hello is there a way to change/add prize money to a league that doesn't have prize money? I've tried copying the prize money group to the league I want (the portuguese league) but it doesn't copy the lines inside the prize money group. I also tried to copy only the lines (to edit afterwards) but I can't paste it inside the prize money group nor drag it. Any help?
You can only edit the existing records; I tried to copy the pointer into another league, and it made my game crash at some point.

Re: Football Manager 2022 | Steam 22.4.0

Posted: Sun Apr 02, 2023 8:09 pm
by Umidah
Someone still have the update 7 of the tdg cheat table for fm22? I searched in others pages but they only have the update 5

Re: Football Manager 2022 | Steam 22.4.0

Posted: Fri May 12, 2023 11:34 am
by rxhunter
if you dont mind to answer. How does accelerated developments work? is there a value around player structure that represent this value of developments? I tried to look around dissect data on tfigment table but i cant find it.

Re: Football Manager 2022 | Steam 22.4.0

Posted: Mon Jun 05, 2023 7:30 pm
by Kupy
Hello everyone,
I'm new to the forum. I've been using Cheat Engine for a while, although I was unaware of this helpful table. From what I can gather, it works somewhat like the editor, but there are some parameters that I'm not sure can be changed.
Those parameters are "Profit" and "This Season." They are important because if there are too many losses, there will be a penalty for the Champions.

[Link]

I also want to ask, if someone knows, if I can change also that values:

[Link]

Thank you very much in advance!

Re: Football Manager 2022 | Steam 22.4.0

Posted: Tue Jun 06, 2023 3:54 am
by tdg6661
Kupy wrote:
Mon Jun 05, 2023 7:30 pm
Hello everyone,
I'm new to the forum. I've been using Cheat Engine for a while, although I was unaware of this helpful table. From what I can gather, it works somewhat like the editor, but there are some parameters that I'm not sure can be changed.
Those parameters are "Profit" and "This Season." They are important because if there are too many losses, there will be a penalty for the Champions.

[Link]

I also want to ask, if someone knows, if I can change also that values:

[Link]

Thank you very much in advance!
First of all, use per week wage to get the financial value. And for profit/loss, it's calculated value, you can't find it, so you need to edit any expenditures to 0 to reduce it.