Post Reply 
 
Thread Rating:
  • 13 Votes - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CwCheat Support
09-30-2013, 09:54 PM (This post was last modified: 09-30-2013 10:18 PM by makotech222.)
Post: #481
RE: CwCheat Support
Yeah there's a 128 limit. It really should be a vector, but i can't find time to implement it.

Edit: Actually upon searching, it seems that vector<bool> is broken. So it doesn't look like it will get fixed anytime soon. I may try to alleviate it by removing duplicates in the cheat list.
Find all posts by this user
Quote this message in a reply
09-30-2013, 11:28 PM
Post: #482
RE: CwCheat Support
You could possibly use std::map<int, bool> instead. Or does it have the same brokenness?

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
10-01-2013, 12:51 AM
Post: #483
RE: CwCheat Support
can you create youtube to how install it.. tnx
Find all posts by this user
Quote this message in a reply
10-01-2013, 08:41 PM
Post: #484
RE: CwCheat Support
(10-01-2013 12:51 AM)sailorchibi Wrote:  can you create youtube to how install it.. tnx

Maybe this thread could help you ? Smile

Anyway, given that you are new here, you should take a look at the Welcome Thread Smile

♦ 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
10-01-2013, 08:58 PM (This post was last modified: 10-01-2013 08:59 PM by magearden.)
Post: #485
RE: CwCheat Support
Since I only install updates from the Google Play Store. I'll have to wait for it to be perfected so it can be released in the next upcoming major release. 1.0 (maybe) Big Grin URGH. So impatient. But DraStic and FPSe is keeping me busy in the meantime. Hope to see it soon. Tongue
Find all posts by this user
Quote this message in a reply
10-03-2013, 03:55 PM (This post was last modified: 10-03-2013 03:57 PM by forumsritz.)
Post: #486
RE: CwCheat Support
good evening i'm used ppsspp v0.9.1-1361-gb661ae6 and played gran turismo uces press cheats it is crashed. the emulator on the windows xp.
Find all posts by this user
Quote this message in a reply
10-03-2013, 08:53 PM
Post: #487
RE: CwCheat Support
(10-03-2013 03:55 PM)forumsritz Wrote:  good evening i'm used ppsspp v0.9.1-1361-gb661ae6 and played gran turismo uces press cheats it is crashed. the emulator on the windows xp.

At the time when it crashed, what kind of cheat files did you have installed for that game (if any) ?

Best regards: dlanor
Find all posts by this user
Quote this message in a reply
10-04-2013, 07:51 AM
Post: #488
RE: CwCheat Support
(10-03-2013 08:53 PM)dlanor Wrote:  
(10-03-2013 03:55 PM)forumsritz Wrote:  good evening i'm used ppsspp v0.9.1-1361-gb661ae6 and played gran turismo uces press cheats it is crashed. the emulator on the windows xp.

At the time when it crashed, what kind of cheat files did you have installed for that game (if any) ?

Best regards: dlanor
cheat.db but no select cheats.
Find all posts by this user
Quote this message in a reply
10-04-2013, 04:14 PM
Post: #489
RE: CwCheat Support
(10-04-2013 07:51 AM)forumsritz Wrote:  
(10-03-2013 08:53 PM)dlanor Wrote:  At the time when it crashed, what kind of cheat files did you have installed for that game (if any) ?
cheat.db but no select cheats.

A "cheat.db" file doesn't by itself allow for selecting any cheats. It only allows you to have PPSSPP extract cheats for the current game from that "cheat.db" file into a separate PPSSPP-style cheat ".ini" file for the current game. It's only when you have such a separate file with valid cheats in it that selection of those cheats is possible from the in-game cheats menu.

However, there are some things that can crash the emulator in processing cheats, either in trying to extract them from a cheat.db file, or in reading them in from a game-specific ".ini" file.

I'm not sure how it would work in that particular PPSSPP version, but I have had some versions crash when trying to extract cheats from a cheat.db game that contains no cheats for the current game. You should be able to check this by opening the cheat.db file in a normal text editor.

Another thing that can cause crashing in some emulator versions is if you have too many individual cheats in a ".ini" file for the current game. (But I'm still unclear on whether you even got so far as having a separate ".ini" file for the game.)

Finally, I assume that the emulator may also crash if running into garbage data while processing a cheat file (like if it was corrupted in download), which you should also be able to check in a text editor.

That's about all the tips I can think of for now, but perhaps someone else can fill in with more detailed experience on your particular game (which I don't use myself).

Best regards: dlanor
Find all posts by this user
Quote this message in a reply
10-04-2013, 05:57 PM
Post: #490
RE: CwCheat Support
(10-04-2013 04:14 PM)dlanor Wrote:  
(10-04-2013 07:51 AM)forumsritz Wrote:  
(10-03-2013 08:53 PM)dlanor Wrote:  At the time when it crashed, what kind of cheat files did you have installed for that game (if any) ?
cheat.db but no select cheats.

A "cheat.db" file doesn't by itself allow for selecting any cheats. It only allows you to have PPSSPP extract cheats for the current game from that "cheat.db" file into a separate PPSSPP-style cheat ".ini" file for the current game. It's only when you have such a separate file with valid cheats in it that selection of those cheats is possible from the in-game cheats menu.

However, there are some things that can crash the emulator in processing cheats, either in trying to extract them from a cheat.db file, or in reading them in from a game-specific ".ini" file.

I'm not sure how it would work in that particular PPSSPP version, but I have had some versions crash when trying to extract cheats from a cheat.db game that contains no cheats for the current game. You should be able to check this by opening the cheat.db file in a normal text editor.

Another thing that can cause crashing in some emulator versions is if you have too many individual cheats in a ".ini" file for the current game. (But I'm still unclear on whether you even got so far as having a separate ".ini" file for the game.)

Finally, I assume that the emulator may also crash if running into garbage data while processing a cheat file (like if it was corrupted in download), which you should also be able to check in a text editor.

That's about all the tips I can think of for now, but perhaps someone else can fill in with more detailed experience on your particular game (which I don't use myself).

Best regards: dlanor

thanks for the my question.
Find all posts by this user
Quote this message in a reply
10-06-2013, 10:24 PM
Post: #491
RE: CwCheat Support
Disgaea AoD ULUS10308 no cheats seem to work, at all. As of this post using latest orphis build for android. Cheat install works fine, they show up on the menu and are toggleable, but do absolutely nothing. I've tried messing with the offsets to see if the numbers show up anywhere, but no go
Find all posts by this user
Quote this message in a reply
10-06-2013, 11:04 PM
Post: #492
RE: CwCheat Support
Try some of these and see if they work:

_C1 Super Abrammoff (bills always accepted!)
_L 0x201DEEB0 0X000FFFFF
_C0 Bonus Gauche 9
_L 0x001C3F86 0x00000009
_C1 Max HL
_L 0x201801D0 0x107A3FFF
_L 0x101801D4 0x00005AF3
_C1 Max Senate Rank All Chars
_L 0x80181185 0x006406A8
_L 0x0000000B 0x00000000
Find all posts by this user
Quote this message in a reply
10-06-2013, 11:06 PM (This post was last modified: 10-06-2013 11:08 PM by dlanor.)
Post: #493
RE: CwCheat Support
(10-06-2013 10:24 PM)mrplastic Wrote:  Disgaea AoD ULUS10308 no cheats seem to work, at all. As of this post using latest orphis build for android. Cheat install works fine, they show up on the menu and are toggleable, but do absolutely nothing. I've tried messing with the offsets to see if the numbers show up anywhere, but no go
I've been using that game quite a lot with cheats working on my OUYA (so Android build), though I haven't played it in the last couple of days.

But since you say it's not working at all I'll grab the latest orphis build right now and test it on my OUYA.

----- some tests later -----

I installed "ppsspp-v0.9.1-1553-ged5ae85-android.apk" on my OUYA and then launched 'Disgaea AoD [US]' (same as you mentioned), loaded a gamesave and checked the amount of HL I had (appx 20 billion). Then I opened PPSSPP's in-game menu and used its 'Cheats' submenu to activate my Max HL cheat, after which I exited these menus back into the game again, and immediately noticed that the new HL amount was now 99,999,999,999,999 (48bit hex 0x5AF3107A3FFF).

So the basic PPSSPP cheat functionality is definitely working for this game. But it's still possible that some other cheats might not work.

I'm attaching my "ULUS10308.ini" so you can try the same experiment I did, using the same file. But to ensure that the site accepts the attachment I'm putting the file inside a ZIP, so remember to unzip it before copying it to your cheats folder. (I'm giving you that warning mainly because many PCs are configured to hide file extensions, like ".zip")

Here it is:
.zip  ULUS10308.zip (Size: 1.71 KB / Downloads: 401)

That cheat file is based on cheats originally extracted from a cheat.db file, but I've edited it heavily to remove nonsense, duplicates, and to add some tweaks of my own. (Mainly for manipulation of items in the first slot of the item bag.) Feel free to combine any of those cheats with your existing files if you like.

Best regards: dlanor
Find all posts by this user
Quote this message in a reply
10-07-2013, 12:15 AM (This post was last modified: 10-07-2013 12:22 AM by mrplastic.)
Post: #494
RE: CwCheat Support
Thank you for the detailed replies, however it is still not working. All I can figure is that it is some issue with my model of phone at this point. It is a first generation Droid Razr.
The uploader won't work with my phone, i hope linked images will
http://postimg.org/image/idazedwgz/
http://postimg.org/image/rea87wtln/
http://postimg.org/image/9418ejao7/
http://postimg.org/image/4gcuh6dyj/
Find all posts by this user
Quote this message in a reply
10-07-2013, 12:32 AM
Post: #495
RE: CwCheat Support
try manually changing the lines to C1 instead of C0. Maybe the checkboxes aren't working for some reason.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: