Monster Hunter Portable 3rd HD
|
07-29-2014, 10:50 PM
Post: #175
|
|||
|
|||
RE: Monster Hunter Portable 3rd HD
@liyalai two things
1 - you put "x" in the first code: _L 0xE0x30034 0x100A6FA0 - which is clearly wrong, in this case it should be: _L 0xE0180034 0x100A6FA0 - basically you have to add 0x15 to number of skills added, and also - "0x" is just a prefix used for hexadecimal values, you don't write it inside a code since it already has 0x before the whole number. You could even keep that line as _L 0xE0150034 0x100A6FA0 and not care to add skill lines it's only an anti-freeze check anyway, so that line doesn't really affect how the cheat works, just stops refreshing the cheat as ppsspp has problems doing that with longer cheats. 2 - you probably check armor skills and notice they are unchanged? If so then that's fine, because this cheat does NOT add skills, it directly add their effects so you'll not see them added in menus, but it will work. 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 »
|