Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jokker command support suggestion for the cheats.
01-10-2015, 08:00 PM
Post: #7
RE: Jokker command support suggestion for the cheats.
Maybe I could guess it, if you didn't imply that it takes code type as part of address, which can only happen if you actually miss a digit:].

I don't know what exactly you do, but if you use CE you have to calculate the address either based on info where ppsspp allocates memory(that shows in the log when first game is ran) adding 8mb to it, or by your own aob scan/pointer since it'll be different every time you run ppsspp.
If you just open memory dumps from CE, then you probably start in CE from 0, but since you dump only user memory, it'll ofc start from 0x08800000 in memory viewer, althrough I'm not sure about those dumps, since using them is slow and removes all benefits from using emulator that runs game in real time, so I don't use such methods.

Also, no clue if your cheat changes just some variables or asm since it can be either from looking at it, but if it's the latter then when you use JIT the game will only see the change in the code when you leave cheat menu(that clears JIT), use savestates(which does same thing) or when game changes it's own code around it. So if you want to change asm by for example key combinations, while still using JIT, you have to write your own asm script that will branch based on variable change and change only that by the code.

Last but not least, if you use such code: _L 0xE1FE0001 0x0047EB95 it says to run 1FE lines when value at 47EB95 is equal to 0001 your cheat does not have such amount of lines, so it might skip or run other cheats you have on the list as well, possibly causing some of them to execute partially which is easy way for a crash. Generally ppsspp cw cheat implementation is very direct from the standard and does not assume person making cheats not keeping those standards.:]

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
RE: Jokker command support suggestion for the cheats. - LunaMoo - 01-10-2015 08:00 PM

Forum Jump: