Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CWCheats not working
05-31-2016, 02:20 AM
Post: #4
RE: CWCheats not working
@tivo98 those aren't cwcheats, their name entries are same hence PPSSPP will read those, but they will all be empty. There's no way list of those cheats would affect anything even when used in wrong game, so don't really think your crash was related to it, at least I can't reproduce such crash.

Most of those cheats looks like would be easily converted into CWC by just changing _M to _L, subtracting 0x08800000 from the address then changing it's first digit to 2, for example:
Code:
_M 0x08C706BC 0x05F5E0FF
into
Code:
_L 0x204706BC 0x05F5E0FF

Creating cheats requires lots of self learning and at least basic knowledge how games work, some programming experience, especially low level helps a lot as that's ultimately what you deal with when creating more advanced cheats, mods or other hacks.

For starters I would recommend learning how to cheat PC games first since PC have big constantly active communities with quite a few people who actually know what they're doing, plus lots of well made cheats for almost every pc game which is really good study material.
Passing built-in tutorial from "Cheat Engine"(free, open source cheating tool for pc/windows), seems like an easy start, much better than theory, might even be enough to start creating some basic cheats.
For ppsspp specific info, you could just search this forum, or even use my cheat table which for basic cheats makes the process very automatic.

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 


Messages In This Thread
CWCheats not working - ramunirani - 05-29-2016, 06:23 AM
RE: CWCheats not working - LunaMoo - 05-29-2016, 10:58 AM
RE: CWCheats not working - tivo98 - 05-30-2016, 02:20 PM
RE: CWCheats not working - LunaMoo - 05-31-2016 02:20 AM
RE: CWCheats not working - tivo98 - 06-01-2016, 08:41 AM

Forum Jump: