CwCheat Support
|
10-23-2013, 08:46 AM
Post: #556
|
|||
|
|||
RE: CwCheat Support
(10-21-2013 02:59 PM)globe94 Wrote: i know i already posted something like explaining cheat on android but i cant find it so i'll just explain again.. here it is.... again how to copy code inside .ini file sorry any english mistake..please go easy on me i'm still learning |
|||
10-23-2013, 01:22 PM
Post: #557
|
|||
|
|||
RE: CwCheat Support
To lazy to read all the post looking for joker command support. Well it is now partially supported. the codes works but you can't turn it on/off. I've posting something like this earlier but I just want to thanks for the Joker Command support done Henrik Rydgard and Steven Cherry and the other devs, didn't really know from what version this started but thank you very much. *I'm thinking this was around version 0.9.1-1290-gb0afdff. I'm using v0.9.1-2031-g808a4cf.
|
|||
10-24-2013, 09:17 AM
Post: #558
|
|||
|
|||
RE: CwCheat Support
finally i got working cwcheat tekken 6 in ppsspp by using ppsspp-v0.9.1-2118-g6619d0a-windows-x86
now my problem is combo codes...and on how to open cwcheat finder.. |
|||
10-24-2013, 09:16 PM
Post: #559
|
|||
|
|||
question
Does anyone have any idea on how to actually make Cwcheat codes?
|
|||
10-24-2013, 11:02 PM
(This post was last modified: 10-25-2013 12:06 AM by LunaMoo.)
Post: #560
|
|||
|
|||
RE: Codes Requests Thread
Simple cheats are easily made with any external program like cheat engine(need to turn on "mem_mapped" in scan settings for it to actually find anything in ppsspp through), once you find the address you have to also look for an offset to actual game memory, I usually do it by aob scan for default load address start.
Ah what the hell... I'll make a simple "example code" right now: - I found lives in Ikki Tousen Eloquent Fist using cheat engine in 0x0BF80754 simply by searching for value, dying, searching for change etc. - a tip for finding cheat easily - limit search range, althrough it's not static memory It can never be below 0x08800000 and I never find it above 0x1FFFFFFF either so set start and end memory to those values. - now I have to find what's this address actually is in the game, so I open debugger enter an address 0x08804000 select first few lines, then right click and copy as hex, this is what I get: Code: 27BDFFE0 Code: E0 FF BD 27 14 00 BF AF 31 10 20 0E I want to change only 1 byte value hence it'll be just that, but if I wanted to change 2 bytes I would have to change first letter to 1 so 0x11250754 or if I wanted to patch full 32 bit value(4 bytes) it would have to be changed to 2 so 0x21250754. Now just repeat for other codes we might want and add some formatting and here we have our own cheats;p Code: _S ULJS-00152 Ofc that's just simple cheat, there are many cw cheat code types to be used you can read about them for example here. In many cases the address will change and you have to find pointers for it and use pointer code type, often you will also have to use conditional codes to avoid crashes by applying the code in wrong place etc. also that short example of mine shouldn't be threated as any guide nor anything like that:], there's never one way to do it and you can always find a better one for yourself;p. Also many more advanced cheats require mips assembly knowledge and general idea how it works;p, debugger in PPSSPP is also very usefull to do create such codes, through other dissassemblers are also ok, guess "PS2dis" and/or "AIDA pro" are commonly used for that;p, but that's really for skilled people since you basically have to reprogram how the game, and in some games that's actually the only way to create working codes. In the end it doesn't really differ soo much from creating cheats to pc games except that most cheat dedicated tools for pc will have limited use, through it's still better to use them than comparing memory dumps as with actual CW cheat on psp lol because that took ages;p. Generally if you can't create cheats for some game, leave it for some other time when you get more experienced and try other possibly easier to cheat games, looking at other people's codes is also good way to learn a bit, creating cheats isn't really always soo easy as in my example and if you never even tried to do anything alike in the past even that could be hard.;] ======= Edit: in case someone actually want to use those codes, I added two other ones;p 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. |
|||
10-25-2013, 09:22 PM
(This post was last modified: 10-25-2013 09:23 PM by vnctdj.)
Post: #561
|
|||
|
|||
RE: CwCheat Support
2 last posts moved in the correct thread.
♦ 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 |
|||
10-26-2013, 06:47 PM
Post: #562
|
|||
|
|||
RE: CwCheat Support
Found this code on CMP for Crimson Gem Saga [ULUS-10400]
_C1 Aura Mask Status _L 0x0019E7A1 0x00000001 But it doesn't work. It's supposed to give the player permanent invisible status. But the goblins are still able to see me. Is there something wrong with the code ? |
|||
10-27-2013, 01:09 AM
Post: #563
|
|||
|
|||
RE: CwCheat Support
guys, any tutorial how to make cheat in ppsspp?
using it's latest version of ppsspp |
|||
10-27-2013, 09:02 PM
Post: #564
|
|||
|
|||
RE: CwCheat Support
So, dunno if one can request cheats here or not, but perhaps you fellows could be helpful to me?
For Final Fantasy IV: The After Years (part of the Complete Collection), I am in need of being able to access all items/equipment in the game, as well as accessing all Bands (this one is mostly to gain access to the two unused Bands in the game, of which I don't know if it can be used even if unlocked. These two being Blizzara Storm and Flame Zapper). Mostly for images for the FFWiki. If anyone can help with this, that'd be great. (I'd also like to dive into the game's coding itself to find out what abilities enemies has without having to spend an eternity fighting them too, but I'm not pro enough to do that). |
|||
10-28-2013, 11:49 PM
(This post was last modified: 10-29-2013 12:00 AM by magearden.)
Post: #565
|
|||
|
|||
RE: CwCheat Support
(10-26-2013 06:47 PM)magearden Wrote: Found this code on CMP for Crimson Gem Saga [ULUS-10400] never mind _C1 Aura Mask Status _L 0x2019E7A1 0x00000001 I ended up using this code instead. Converted it from TempAR to CWCheat. Now it works. However it only works if I put it at the end of the cheat file ??? Huh :/ Odd. |
|||
10-29-2013, 07:20 PM
Post: #566
|
|||
|
|||
Cwcheat Help
Hey Guys Im New to the psp cheat scene and i am looking for some help and i thought here would be the place to ask (i found no guides for this)
i am trying to learn how to "unlock all items in shop" but i have no idea where to start i see a lot of people out there that have made theses codes if anyone is able to tell me where to start o how to do this i would be very thankful |
|||
10-29-2013, 07:54 PM
(This post was last modified: 10-29-2013 07:54 PM by vnctdj.)
Post: #567
|
|||
|
|||
RE: CwCheat Support
(10-29-2013 07:20 PM)lllccc Wrote: Hey Guys Im New to the psp cheat scene and i am looking for some help and i thought here would be the place to ask (i found no guides for this) Merged in the appropriate thread. ♦ 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 |
|||
10-29-2013, 09:45 PM
Post: #568
|
|||
|
|||
New Cwcheat problem!
Hey everyone
First of all, I already visited http://forums.ppsspp.org/showthread.php?tid=3590 .. and i did the exact same thing and still have a problem. Since many people said that it works fine now, then i guess the problem is related to the game. I use PPSSPP v0.9.1-2279-g122f19a. I am trying to put some cheats for Ragnarok Tactics [USA] [ULUS-10594], but every time i try to import cheat.db to the emu nothing happens. Also, I have put all the cheats in ULUS10594.ini file and still cant see them when i open the cheat menu in the ppsspp. Is there a problem with the emu, or am i missing something. I attached a pic btw to find the problem. |
|||
10-29-2013, 09:54 PM
Post: #569
|
|||
|
|||
RE: New Cwcheat problem!
then maybe u have wrong codes?
i searched this forum but i found no codes for ragnarok Reality is a Lovely Place, But i Wouldn't Wanna Live There.. • • gLoBe ~ |
|||
10-29-2013, 09:56 PM
Post: #570
|
|||
|
|||
RE: CwCheat Support
(10-29-2013 09:45 PM)Malik6969 Wrote: Hey everyone 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 |
|||
« Next Oldest | Next Newest »
|