Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ppsspp doesnt support this CWcheat ? 0x2
09-09-2014, 07:54 AM
Post: #4
RE: ppsspp doesnt support this CWcheat ? 0x2
So this basically is part of the large asm script which is changed by joker code.
To be fast as it is PPSSPP uses JIT = Just-In-Time compilation and the game code is not recompiled when CW cheats change something except when leaving cheat menu. So basically as it is, the cheat does work, but game has no chance to see changes made by it.

There are 3 solutions for that from quick to slow as follows:
- disable JIT(it's the first option under system settings->developer tools),
- modify the cheat to do different things through cheat menu instead of key presses which basically means removing joker code and setting lines under it as separate cheat,
- ask the person that made the code to modify it in a way for asm script to be always same and do different things based on variables changed by joker code instead of changing asm by joker code.

Well, good luck.

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: ppsspp doesnt support this CWcheat ? 0x2 - LunaMoo - 09-09-2014 07:54 AM

Forum Jump: