CwCheat Support
|
03-28-2024, 12:51 AM
Post: #1107
|
|||
|
|||
RE: CwCheat Support
0xE type cwcheat is an condition, just google it's syntax. Basically it's: "If last 2 bytes specified in the first word at the address from the second word is true, continue running the next number of lines specified in second byte of the first word".
It's commonly used to stop people breaking their games by patching different game version by checking the instruction the cheat wants to patch before patching it, if it doesn't match, cheat doesn't do anything, if you'd remove that line, such cheat would patch the game without checking and still work in correct game version, but break even a slightly different game version in a way that can't be predicted as cheats patching incorrect stuff in memory are common to cause anything from crashes to permanently corrupting savedata, be happy that people add such code types in their cheats for your safety and never try to force running cheat in wrong game version. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|