Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I create my own cheats?
08-10-2015, 12:58 AM
Post: #1
How do I create my own cheats?
Is there a way in PPSSPP to search for values in memory and create my own cheat codes like the cheat search options in VBA, FCEUX, and SNES9x?

The only topics I found are tutorials on how to load already existing CWCheat codes, with no information on how the CWCheat codes are created in the first place.
Find all posts by this user
Quote this message in a reply
08-10-2015, 03:51 AM
Post: #2
RE: How do I create my own cheats?
Nope, but ppsspp has lots of debugging features thanks to which you can make way cooler cheats and patches than "cheat making" features of those other emulators;p. Just need to know mips asm and a bit about how games work ~ or have access to internet to learn all of it through google or any other search engine.

You can also use a third party tools like Cheat Engine to find variables to patch althrough you will not be able to make any fun cheats without a bit of asm experience.

If you need a more detailed read I wrote some basics with different ways to get psp address from CE and other stuff replying to this thread.
If you create any cheat doesn't matter if you use disassembly or CE, you will also need to google for "CWC code types" to understand how to format your codes into cwcheats.

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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: