Post Reply 
 
Thread Rating:
  • 13 Votes - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CwCheat Support
06-11-2015, 01:59 AM
Post: #946
RE: CwCheat Support
(06-10-2015 02:35 AM)王动字别情 Wrote:  I found (at least)3 bugs about codes' functions in ppsspp's CWcheat;



Bug1-----------duplication of pointer codes-------------------
The codes like this form:
_L 0x6aaaaaaa 0xbbbbbbbb
_L 0xqqq00002 0xcccccccc
_L 0x1sssssss 0x00000000 (Please pay attention to the red characters)
The code up there is a kind of duplication function between one potiner and another in psp's CWcheat.
But it comes out as a different effect in PPSSPP .
The effect seems as same sa a compressed multilevel pointer code.
But a correct compressed multilevel pointer code suppose to be written like this:
_L 0x6aaaaaa 0x000000 bb
_L 0xqqqDnnnn 0xcccccccc
_L 0x9sssssss 0x000000dd (Please pay attention to the blue characters,the combination form is different from the red's above there)





Bug2-----------about "_L 0x00000000 0x00000000"-------------------
When the code "_L 0x00000000 0x00000000" is under a condition code (such as _L 0xE1150000 0x3170005A)
And there are some codes below that but also under the condition
In this situation,the latter ones will all out of the limit (from the condition up there)

Maybe some cheating softwares in psp do have this function(0x00000000 0x00000000 can cancel all condition above it).
But in the case of ppsspp,it will get chaos with other similar codes.
for example:
_L 0x41700010 0x00060004
_L 0x00000000 0x00000000
The codes up there should make characters in some addresses all become 00000000.
But in ppsspp,it also makes the codes below that "0x00000000 0x00000000" out of the limited they should in
I think that's a big reason that why so many ordinary codes can not run correctly
In my opinion, cancel a condition is not a quite useful function,without it seems better




Bug3----------- compare codes-------------------
Codes like this form:
_L 0xDaaaaaaa 0xbbbbbbbb
_L 0xnnnnnnnn 0x0000000R
are invalid.
This is a kind of condition code,means when the number at adress aaaaaaaa (4-equal to\5-not equal to\6-less than\7-more than\) at bbbbbbbb,next nnnnnnnn codes will be activated.
R means compare the 2 addresses by 0-single byte\1-double byte \2-four byte.
Codes like these can only be written by this form


-------------------





I think my English is not good enough.
Does anybody understand what I'm saying?
I see you understand of codes agree with you, could you help me with these codes
_S ULUS-10077
_G Metal Gear AC! D 2 [US]
_C0 Venus has 900 HP
_L 0x10EF7150 0x00000384
_C0 Snake has 1000 HP
_L 0x10EB8280 0x000003e8
Snake _C0 Infinite Health
_L 0x10CE01C6 0x000003e8
_L 0x10CE01CE 0x000003e8
_L 0x10D09C40 0x000003e8
Cost Per _C0 Turn Snake 0
_L 0x00CBE51E 0x00000000
Snake _C0 never runs out of turns
_L 0x00C8B89D 0x00000000
Snake _C0 always has 6 cards
_L 0x00CDC528 0x00000006
probe all the methods I know but I can not make them work, a greeting
Find all posts by this user
Quote this message in a reply
06-11-2015, 02:36 AM (This post was last modified: 06-11-2015 06:45 AM by 王动字别情.)
Post: #947
RE: CwCheat Support
(06-11-2015 01:59 AM)jorgebueno Wrote:  I see you understand of codes agree with you, could you help me with these codes
_S ULUS-10077
_G Metal Gear AC! D 2 [US]
_C0 Venus has 900 HP
_L 0x10EF7150 0x00000384
_C0 Snake has 1000 HP
_L 0x10EB8280 0x000003e8
Snake _C0 Infinite Health
_L 0x10CE01C6 0x000003e8
_L 0x10CE01CE 0x000003e8
_L 0x10D09C40 0x000003e8
Cost Per _C0 Turn Snake 0
_L 0x00CBE51E 0x00000000
Snake _C0 never runs out of turns
_L 0x00C8B89D 0x00000000
Snake _C0 always has 6 cards
_L 0x00CDC528 0x00000006
probe all the methods I know but I can not make them work, a greeting
I haven't played this game yet。
But the codes seem right,I can‘t find any mistake.
Maybe you only turned on the cheating function but forgot to turn on the specific codes
Or maybe there are just some mistakes in written form
You can try these:
_S ULUS-10077
_G Metal Gear AC! D 2 [US]
_C1 Venus has 900 HP
_L 0x10EF7150 0x00000384
_C1 Snake has 1000 HP
_L 0x10EB8280 0x000003e8
_C1 Snake Infinite Health
_L 0x10CE01C6 0x000003e8
_L 0x10CE01CE 0x000003e8
_L 0x10D09C40 0x000003e8
_C1 Cost Per Turn Snake 0
_L 0x00CBE51E 0x00000000
_C1 Snake never runs out of turns
_L 0x00C8B89D 0x00000000
_C1 Snake always has 6 cards
_L 0x00CDC528 0x00000006
If they are still not working,then I don't know what to do either,sorry
Find all posts by this user
Quote this message in a reply
06-11-2015, 06:03 PM
Post: #948
Need help--codes won't show up
I did all of the steps in the FAQ and when I pause the emulator, nothing will show up at all for Tactics Ogre after pasting the items in the document.

- I'm using Version 1.01 if that's any help. Could there be something simple not listed in the post I could be missing? I can't figure this out at all (first time getting into it). Any help would be appreciated.
Find all posts by this user
Quote this message in a reply
06-11-2015, 06:25 PM
Post: #949
RE: CwCheat Support
Merged.

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
06-11-2015, 06:35 PM
Post: #950
RE: CwCheat Support
(06-11-2015 06:25 PM)vnctdj Wrote:  Merged.
thanks, but I've already tried here and went days with no reply.
Find all posts by this user
Quote this message in a reply
06-11-2015, 08:38 PM (This post was last modified: 06-11-2015 08:39 PM by vnctdj.)
Post: #951
RE: CwCheat Support
So, your problem is that the "Cheats" button doesn't appear on the Pause menu when you press your "Esc" key while in a game, right ?
If you check "Enable cheats" in the System settings, the "Cheats" button should always appears, even if you haven't created an .ini file containing cheat codes yet.
If this is not the case, I don't know where the problem comes from Undecided

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
06-12-2015, 12:32 AM
Post: #952
RE: CwCheat Support
(06-11-2015 02:36 AM)王动字别情 Wrote:  
(06-11-2015 01:59 AM)jorgebueno Wrote:  I see you understand of codes agree with you, could you help me with these codes
_S ULUS-10077
_G Metal Gear AC! D 2 [US]
_C0 Venus has 900 HP
_L 0x10EF7150 0x00000384
_C0 Snake has 1000 HP
_L 0x10EB8280 0x000003e8
Snake _C0 Infinite Health
_L 0x10CE01C6 0x000003e8
_L 0x10CE01CE 0x000003e8
_L 0x10D09C40 0x000003e8
Cost Per _C0 Turn Snake 0
_L 0x00CBE51E 0x00000000
Snake _C0 never runs out of turns
_L 0x00C8B89D 0x00000000
Snake _C0 always has 6 cards
_L 0x00CDC528 0x00000006
probe all the methods I know but I can not make them work, a greeting
I haven't played this game yet。
But the codes seem right,I can‘t find any mistake.
Maybe you only turned on the cheating function but forgot to turn on the specific codes
Or maybe there are just some mistakes in written form
You can try these:
_S ULUS-10077
_G Metal Gear AC! D 2 [US]
_C1 Venus has 900 HP
_L 0x10EF7150 0x00000384
_C1 Snake has 1000 HP
_L 0x10EB8280 0x000003e8
_C1 Snake Infinite Health
_L 0x10CE01C6 0x000003e8
_L 0x10CE01CE 0x000003e8
_L 0x10D09C40 0x000003e8
_C1 Cost Per Turn Snake 0
_L 0x00CBE51E 0x00000000
_C1 Snake never runs out of turns
_L 0x00C8B89D 0x00000000
_C1 Snake always has 6 cards
_L 0x00CDC528 0x00000006
If they are still not working,then I don't know what to do either,sorry
ppsspp codes do not work does not take some cwcheats as a real psp prince of persia revelations example, the original code
Infinite
_C0 Sands
_L 0x00C18224 0x00000006
_L 0x00C24DF4 0x00000006 not works
I code become
Sand
_C1
_L 0x605421A4 0x00000006 works perfect
_L 0x00020000 0x00007364
thanks to friends of codemasters Project
Find all posts by this user
Quote this message in a reply
06-12-2015, 05:39 AM (This post was last modified: 06-12-2015 05:45 AM by Ragnarok.)
Post: #953
RE: CwCheat Support
Dear all friends on PPSSPP Forum,

Pls help me, I try a lots of cheats code for PPSSPP Android for the game "Gods eater burst" but none its work on the device.........

Can somebody willingly to help me give the right code for my PPSSPP Android game Gods Eater ?Huh

Thanks before

Rgnrk
Find all posts by this user
Quote this message in a reply
06-12-2015, 04:18 PM
Post: #954
RE: CwCheat Support
(06-11-2015 08:38 PM)vnctdj Wrote:  So, your problem is that the "Cheats" button doesn't appear on the Pause menu when you press your "Esc" key while in a game, right ?
If you check "Enable cheats" in the System settings, the "Cheats" button should always appears, even if you haven't created an .ini file containing cheat codes yet.
If this is not the case, I don't know where the problem comes from Undecided
For whatever reason, it doesn't. In fact, I can't even pause using Esc. I can only pause the emulator through the drop menu (where you can also stop/reset).

Regardless, I figured out that you can turn them on and off through the document by changing C0 to C1. A little more of a pain, but not that big of a deal considering what I'm trying to do.
Find all posts by this user
Quote this message in a reply
06-13-2015, 11:50 AM
Post: #955
RE: CwCheat Support
When i try to go to my cheats , i get an error message saying c:\users\computer\Documents\ppsspp\psp\cheats is a location that is unavailable. I didn't have this problem at first, but then i had to do a system reboot, and started getting this error message. I've tried removing and redownloading PPSSPP, I've tried creating AND moving the cheats folder to the location, and still i ge tthat error, and the cheats are not working.
Find all posts by this user
Quote this message in a reply
06-16-2015, 08:30 PM
Post: #956
RE: CwCheat Support
Thank you man. UR good at this, maybe sometime you can teach me more about the ppsspp emulator.
Find all posts by this user
Quote this message in a reply
06-19-2015, 06:44 PM
Post: #957
How do I get cheats for games?!
How do I get the cheat files for games?!
Find all posts by this user
Quote this message in a reply
06-20-2015, 05:26 AM
Post: #958
RE: How do I get cheats for games?!
(06-19-2015 06:44 PM)Jake1702 Wrote:  How do I get the cheat files for games?!

click game settings and on the bottom click enable cheats

than in game press escape and there is cheats button to press

click import from cheat.db

press cheats button again

and u have them on the right (just some will probably not work)

other way is cheat engine
http://forums.ppsspp.org/showthread.php?...0#pid84400

if u want it for android i dont have idea

Try AntiMicro graphical program used to map keyboard keys and mouse controls to a gamepad/controller.
http://forums.ppsspp.org/showthread.php?tid=12513
or http://www.x360ce.com
Find all posts by this user
Quote this message in a reply
06-20-2015, 12:29 PM
Post: #959
RE: How do I get cheats for games?!
(06-20-2015 05:26 AM)ZeroX4 Wrote:  
(06-19-2015 06:44 PM)Jake1702 Wrote:  How do I get the cheat files for games?!

click game settings and on the bottom click enable cheats

than in game press escape and there is cheats button to press

click import from cheat.db

press cheats button again

and u have them on the right (just some will probably not work)

other way is cheat engine


if u want it for android i dont have idea

How do I get the "cheats.db" file?!?! That's what I originally meant when I asked the question!!!
Find all posts by this user
Quote this message in a reply
06-20-2015, 12:43 PM
Post: #960
RE: How do I get cheats for games?!
(06-20-2015 12:29 PM)Jake1702 Wrote:  
(06-20-2015 05:26 AM)ZeroX4 Wrote:  
(06-19-2015 06:44 PM)Jake1702 Wrote:  How do I get the cheat files for games?!

click game settings and on the bottom click enable cheats

than in game press escape and there is cheats button to press

click import from cheat.db

press cheats button again

and u have them on the right (just some will probably not work)

other way is cheat engine


if u want it for android i dont have idea

How do I get the "cheats.db" file?!?! That's what I originally meant when I asked the question!!!

u should have it by default just click import from cheat.db if not

http://forums.ppsspp.org/showthread.php?tid=11961

Try AntiMicro graphical program used to map keyboard keys and mouse controls to a gamepad/controller.
http://forums.ppsspp.org/showthread.php?tid=12513
or http://www.x360ce.com
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: