CwCheat Support
|
10-06-2015, 06:05 AM
![]() |
|||
|
|||
RE: CwCheat Support
@Sanji Himura you messed things up a bit.
PSP memory is divided for Kernel(always first 8mb) and the rest is user memory which starts as 0x8800000 as you can see in PPSSPP and would be a 0x0 address for CWC. Depending on your PPSSPP system setting "psp model" total memory can be 32(psp-1000) or 64mb(psp-2000/3000). If you take info from ppsspp log where it shows an address where PSP memory got allocated, you add 8mb to find user memory address for CE since that's what we're interested in, you don't do that when using memory viewer since you're already looking at user memory. So if you have 0x0889A500 in PPSSPP, you decrease it by 0x8800000 and get 0x9A500 - that would be cwc address. The two addresses you found in CE 00517230, 017F35DC look like they were already calculated for CWC address, so you did it, or you actually got such addresses in CE? Because if you found them like that, they are certainly incorrect. Make note that CE will not find anything in PPSSPP by default, you have to go to edit->settings->scan settings and check "MEM_MAPPED" first. Sadly the only real guide someone made on this topic was for using CE with memory dumps which is the most inefficient and time consuming way to create cheats. It doesn't use any advantage of using emulator over real PSP and I don't recommend it. It's like trying to use copper tools to carve in stone, people did it at some point sure, but do we really have to do it that way nowadays? Absolutely not, it's masochism:|. If you have time and want to be helpful, maybe while solving issues you have, you could write your own guide "How to create cheats for dummies" as you experience the problems first hand and could explain it in an easy to digest language without resolving to ancient methods like memory dumps. 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 »
|