PCSX2 Cheat Framework: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Created tool article)
 
(Update name and description)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
}}
}}


'''PCSX2 Menu Trainer Development Kit''' is an SDK for creating advanced cheats for PCSX2. It can be used to hook the rendering API to add custom overlays and menus to the game.
'''PCSX2 Cheat Framework''' is an SDK for creating advanced cheats for PCSX2. It can intercept the execution of a function to change the value in a register, allowing for advanced memory manipulation. It can also be used to hook the PCSX2 rendering API to add custom overlays and menus to the game.


{{Stub}}
{{Stub}}

Latest revision as of 23:36, 5 May 2024

PCSX2 Cheat Framework
Tool
CreatorNightFyre
GitHubNightFyre/PCSX2-CheatFramework

PCSX2 Cheat Framework is an SDK for creating advanced cheats for PCSX2. It can intercept the execution of a function to change the value in a register, allowing for advanced memory manipulation. It can also be used to hook the PCSX2 rendering API to add custom overlays and menus to the game.