Post Reply 
 
Thread Rating:
  • 13 Votes - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CwCheat Support
08-20-2014, 07:44 AM
Post: #886
RE: CwCheat Support
(08-20-2014 07:32 AM)swampzero Wrote:  (...)
How would a reverse cheat look like? I tried

Code:
_C0 One Hit Kill [Mechs]
_L 0x2001B764 0x2001B764
(...)

You only broke the code, making it not work, but doing it soo randomly could as well break the game even if you don't notice it instantly;p to create a disable cheat properly, you have to check what value should be under that address in clean game. But as with your edit:

(08-20-2014 07:32 AM)swampzero Wrote:  (...)
EDIT: WHat if i just in-game save right now, (post cheat) then restart? Will that give me a clean load?

The answer in 99% cases would be - yes, so you can just do that.:3 Then reset emulation with the cheat disabled and load that in-game save.

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
08-20-2014, 07:54 AM (This post was last modified: 08-20-2014 07:55 AM by swampzero.)
Post: #887
RE: CwCheat Support
I did that after all, making the ingame save, and everything works fine now, thanks for explaining how things work!
Find all posts by this user
Quote this message in a reply
08-22-2014, 06:50 PM
Post: #888
RE: CwCheat Support
My CWcheat doesn't seem to work, whenever I copy/paste the cheats in and load it up only the header shows up..For example:

_C0 No Random Encounters
_L 0x20210C28 0x1000001A
_L 0xD04048B4 0x00000001
_L 0x20210C28 0x00000000

After pasting this in, and going to the cheats menu, all I see is the title "No Random Encounters" enabled and nothing else? Also when I click on the edit option, all my proceeding lines of cheat under the title "_C0 No Random Encounters" are deleted and I am just left with this in the ini. What is happening?


_C0 No Random Encounters
Find all posts by this user
Quote this message in a reply
08-24-2014, 03:02 PM
Post: #889
RE: CwCheat Support
Where exactly do we download cheat files from?
Find all posts by this user
Quote this message in a reply
08-24-2014, 04:36 PM
Post: #890
RE: CwCheat Support
@kturcotte just use googleTongue. IMO easiest and most accurate way to find existing cheats is searching for game code in cw cheats formatting. For example if your game code is NPJH50443, just search for:
Code:
"_S NPJH-50443"
(with "")
From ppsspp you can find the game code in the titlebar or at the game info screen(the one you enter by right clicking or pressing and holding icon/name of the game in recent/games list).

It's quicker that searching for game name + cw cheat, since it filters out most sites that collect all cheats for game without thinking about region differences, it also allows to search for cheats on non english sites, which is especially usefull for fan translated games, but not only, since english part of the internet is not especially filled with decent psp cheats:].
Once you find those cheats, you can just paste those you want to your ini file, save and be happy, some games have lots of cheats, I would recommend getting only ones you will use, leaves cheat menu much cleaner and faster to activate/deactivate stuff.

You can also find "cheat.db" file and import cheats from it, someone even posted a big database like that somewhere around. Personally I wouldn't recommend using those files through, the bigger they are, the more useless/wrong region cheats they'll have that will only clutter cheat menu alot especially in more popular games and waste your time for testing all of that broken stuff:|.


Just an extra note, HD remastered games were released for PS3, meaning never had cw cheats until they were supported on ppsspp, so for those few games you'll faster find/request cheats on our forum than anywhere else.


===================
@Sunohara that's one weird bug you got, cannot reproduce it with cheat you posted, and it never happened to me either:|. _L lines should be only read, never modified by ppsspp cw cheat implementation, so no clue how they get removed for you:C.

Maybe it's some weird bug in cheat menu, you can try manually activating cheats by changing _C0 to _C1 and avoid using cheat menu completely.

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
08-24-2014, 04:40 PM
Post: #891
RE: CwCheat Support
My .ini file? How do I create one of those and where exactly do I put it (Android)?
Find all posts by this user
Quote this message in a reply
08-24-2014, 05:02 PM
Post: #892
RE: CwCheat Support
Ini files should be automatically created after running a game with cheats activated, they are stored in the PSP\Cheats folder(which on android should be in your SD card).

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
08-24-2014, 05:05 PM (This post was last modified: 08-24-2014 05:16 PM by kturcotte.)
Post: #893
RE: CwCheat Support
I have cheats enabled, but there aren't any files in my cheats folder (Completely empty).

Scratch them not being there. I uninstalled and reinstalled PPSSPP and now they're showing up. I can't seem to to edit them though. Well, I can using ES Note Editor, but it will only let me type, not paste. Any ideas?
Find all posts by this user
Quote this message in a reply
08-24-2014, 06:48 PM
Post: #894
RE: CwCheat Support
Dunno, apparently you need better text editor, I use smartphone mostly as normal phone so can't really recommend any apps, but knowing android there are certainly alot of them to choose from.

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
08-26-2014, 01:27 AM (This post was last modified: 08-26-2014 01:30 AM by jorgebueno.)
Post: #895
RE: CwCheat Support
(03-08-2014 04:25 AM)phireblast Wrote:  Various places on google that use the US version. The only working one I found was one hit killing on mechs which may be useful for peace walker 2, but I can't find any other working ones. I'm specifically looking for a working metal gear zeke completed code since all the ones I ran across didn't work.

Here's an example of what I run into:

Code:
_C0 All parts ZEKE
_L 0x603E77D4 0x0000000D
_L 0x00020001 0x000125B0
_L 0x603E77D4 0x00010000
_L 0x0002000D 0x00012748
_L 0x90000003 0x00000000
_L 0x603E77D4 0x00640101
_L 0x00020005 0x0001274C
_L 0x90000003 0x00000100
_L 0x603E77D4 0x00640102
_L 0x00020002 0x00012788
_L 0x90000003 0x00000100
_L 0x603E77D4 0x00640103
_L 0x00020003 0x000127A0
_L 0x90000003 0x00000001
_L 0x603E77D4 0x00640205
_L 0x0002000g3 0x000127C4
_L 0x90000003 0x00000100
I'll respond respectfully disrespectful not like some answers I usually watch,if u activate the all zeke parts cheats it will make ur mother base almost complete and it will unlock all the outer ops mission with a team echo deployed on all the missions and when u try to choose any of the missions the game will crash.i have the zeke option.. dont use it or u will not be able to finish the game since u will not be able to access the outer ops..
Find all posts by this user
Quote this message in a reply
08-26-2014, 01:56 AM
Post: #896
RE: CwCheat Support
I did manage to get them working on my phone. Some of the codes aren't working correctly, but I assume that's the codes themselves, not PPSSPP or my phone (The codes would do the exact same thing on an actual PSP)?
Find all posts by this user
Quote this message in a reply
08-29-2014, 03:50 AM (This post was last modified: 08-29-2014 04:16 AM by LPatamon.)
Post: #897
RE: CwCheat Support
I'm having problems with Metal Slug Anthology Europe (ULES00530).

The cheats appear on the menu (imported them from a cheatdb file and even searched to see if there are some different ones and found nothing other than the codes I have on the cheatdb file), they are enabled, I closed and loaded again the game and the cheats did nothing at all.

Cheats for other games I have on ppsspp do work.

   
   

Full Code list from the cheatdb file:

Code:
_S ULES-00530
_G Metal Slug Anthology [EU]
_C1 Metal Slug - Infinite Arms
_L 0x1101D662 0x0000FFFF
_C1 Metal Slug - Infinite Bombs
_L 0x0101D661 0x00000063
_C1 Metal Slug - Infinite Time
_L 0x01024032 0x00000063
_C1 Metal Slug 2 - Infinite Lives
_L 0x0111E417 0x00000063
_C1 Metal Slug 2 - Infinite Arms
_L 0x111294EC 0x0000FFFF
_C1 Metal Slug 3 - Infinite Lives
_L 0x0157D45A 0x00000064
_C1 Metal Slug 3 - Infinite Arms
_L 0x1158BC9A 0x0000FFFF
_C1 Metal Slug 3 - Infinite Bombs
_L 0x0158BC94 0x00000063
_C1 Metal Slug 3 - Infinite Time
_L 0x0158BF19 0x00000099
_C1 Metal Slug 4 - Infinite Lives
_L 0x0137DC28 0x00000064
_C1 Metal Slug 4 - Infinite Arms
_L 0x1138BF92 0x0000FFFF
_C1 Metal Slug 4 - Infinite Bombs
_L 0x0138BF8C 0x00000063
_C1 Metal Slug 4 - Infinite Time
_L 0x0138BEFD 0x00000099
_C1 Metal Slug 5 - Infinite Lives
_L 0x0131DBE0 0x00000064
_C1 Metal Slug 5 - Infinite Arms
_L 0x1132A5FC 0x0000FFFF
_C1 Metal Slug 5 - Infinite Bombs
_L 0x0132A5F6 0x00000063
_C1 Metal Slug 5 - Infinite Time
_L 0x0132A81F 0x00000099
_C1 Metal Slug 6 - Infinite Lives
_L 0x005E16E3 0x00000064
_C1 Metal Slug 6 - Infinite Arms
_L 0x105C0864 0x0000FFFF
_C1 Metal Slug 6 - Infinite Bombs
_L 0x005C0861 0x00000063
_C1 Metal Slug 6 - Infinite Time
_L 0x005C078F 0x00000099
_C1 Metal Slug X - Infinite Lives
_L 0x0143E529 0x00000063
_C1 Metal Slug X - Infinite Arms
_L 0x114499C4 0x0000FFFF
_C1 Metal Slug X - Infinite Bombs
_L 0x014499C1 0x00000063
_C1 Metal Slug X - Infinite Time
_L 0x0143E67F 0x00000063
_C1 Metal Slug - Invincibility
_L 0x0101D624 0x00000040
_C1 Metal Slug 2 - Invincibility
_L 0x0111E6B6 0x00000077
_C1 Metal Slug 3 - Invincibility
_L 0x0157D720 0x00000002
_C1 Metal Slug 4 - Invincibility
_L 0x0137DEB6 0x00000040
_C1 Metal Slug 5 - Invincibility
_L 0x0131DEE8 0x00000001
_C1 Metal Slug 6 - Invincibility
_L 0x005C0824 0x00000069
_C1 Metal Slug X - Invincibility
_L 0x0143E6E8 0x00000077

What could be wrong?

It is the first time this happens Sad
Find all posts by this user
Quote this message in a reply
08-30-2014, 12:05 AM
Post: #898
RE: CwCheat Support
(03-08-2014 09:42 PM)makotech222 Wrote:  Try this one i found:
Code:
_C0 ZEKE Parts 1/2
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012748
_L 0x6041F1E0 0x00640101
_L 0x00020001 0x0001274C
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012754
_L 0x6041F1E0 0x00640201
_L 0x00020001 0x00012758
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012760
_L 0x6041F1E0 0x00640301
_L 0x00020001 0x00012764
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x0001276C
_L 0x6041F1E0 0x00640401
_L 0x00020001 0x00012770
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012778
_L 0x6041F1E0 0x00640501
_L 0x00020001 0x0001277C
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012784
_L 0x6041F1E0 0x00640102
_L 0x00020001 0x00012788
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x00012790
_L 0x6041F1E0 0x00640202
_L 0x00020001 0x00012794
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x0001279C
_C0 ZEKE Parts 2/2
_L 0x6041F1E0 0x00640103
_L 0x00020001 0x000127A0
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x000127A8
_L 0x6041F1E0 0x00640104
_L 0x00020001 0x000127AC
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x000127B4
_L 0x6041F1E0 0x00640105
_L 0x00020001 0x000127B8
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x000127C0
_L 0x6041F1E0 0x00640205
_L 0x00020001 0x000127C4
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x000127CC
_L 0x6041F1E0 0x00640305
_L 0x00020001 0x000127D0
_L 0x6041F1E0 0x00010000
_L 0x00020001 0x000127D8
_L 0x6041F1E0 0x00640405
_L 0x00020001 0x000127DC
_L 0x6041F1E0 0x0000000D
_L 0x00020001 0x000125B0

Edit: Whoops, nevermind. That code is for Japan. Sorry, I don't have one for USA. You just have to live without it i guess.

comic thanks
Find all posts by this user
Quote this message in a reply
09-05-2014, 08:55 AM
Post: #899
RE: CwCheat Support
the final fantasy iii (EU) it is working cheats 100% but I and II region europe not perfect.
Find all posts by this user
Quote this message in a reply
09-16-2014, 03:11 PM (This post was last modified: 09-16-2014 03:14 PM by Lexus.)
Post: #900
How to cheat?
Can someone teach me?

I'm using Android.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: