CwCheat Support
|
10-06-2015, 08:37 PM
Post: #1002
|
|||
|
|||
RE: CwCheat Support
@Sanji Himura you forgot one 0 at the end of 0xFF88010000 that's why your results were soo weird.
I saw you searching it two times, instead of what you got, it should be: 0xFF88522060 - 0xFF88010000 = 0x512060 0xFF891EE6FD - 0xFF88010000 = 0x11DE6FD Soo an example simple write cheat would look like _C0 cheat name _L 0x10512060 0x00002710 where first 0x1 is actually a code type which means 0x0 - 8 bit value, 0x1 - 16 bit value, 0x2 - 32 bit value followed by 7 digit address and another number which is value you want to write, 0x2710 = 10000, change to any you want. Also note - PPSSPP detects mistake with simple code types and corrects them, so you can just be lazy and use 0x0 for the code type even for much larger values. Just a question, you searched different thing the second time or it was exactly same thing? I ask, because it looked as if you searched exactly same thing, and the address was different. If it was different thing, then don't worry about it. However if it was same thing and you didn't restarted ppsspp, chances are this game probably uses dynamic memory allocation ie it's internal addresses inside psp memory will be different each time you reload game, just like psp memory is in different place whenever you restart ppsspp, except games does not have a fancy debug log that would show you pointers and you have to find or create them. That's unfortunately only easy if you look at it yourself and know mips assembly which I would say is not something you can learn from a guide and you might give up on this game and try on something simpler instead. If you just want to change some points in this game which might be a problem for you to do cwc for, you can simply edit them in cheat engine directly, you know how to do that? In case you don't as you didn't tried to change it even to confirm you found correct address - just add the result to cheat table(by double clicking it on the result list) and then double click the value you see there to edit it, set it to some high value and you'll not need cwc. 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 »
|