Post Reply 
 
Thread Rating:
  • 13 Votes - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CwCheat Support
06-23-2013, 02:46 PM (This post was last modified: 06-23-2013 02:47 PM by VIRGIN KLM.)
Post: #106
RE: CwCheat Support
(06-22-2013 11:16 PM)Hawkins Wrote:  These from Black Rock Shooter The Game get PPSSPP to crash. Though it might have to do with the japanese symbol added in the name, dont know why its there though.
This is how the .ini name looks: NPUH10126 - BLACK笘・OCK SHOOTER THE GAME.ini

Quote:_C1 Health -+
_L 0x60168C74 0x451A1000
_L 0x00050007 0x000006E0

_L 0x200000CC 0x200000B0
_L 0x20000028 0x20001E68
_L 0x20000654 0x200008A4
_L 0x601A6544 0x000009A1
_L 0x00040006 0x00000258

_L 0x2000121C 0x2000121C
_L 0x2000121C 0x200012C4
_L 0x20000954 0x00000000
_C1 Heat Gauge -+
_L 0x60168C74 0xC0000000
_L 0x00050007 0x00000144

_L 0x200000CC 0x200000B0
_L 0x20000028 0x20001E68
_L 0x20000654 0x200008A4
The ones I highlighted are the ones that cause the crash. These are not correct/supported.
Find all posts by this user
Quote this message in a reply
06-23-2013, 04:19 PM
Post: #107
RE: CwCheat Support
(06-23-2013 01:31 PM)makotech222 Wrote:  Right here
http://www.tjsdaily.com/2011/03/god-eate...heats.html

The first list there. You're using the latest Git, right?

I'm using v0.7.6-1234-g62f8727
The inf hp/op/st didn't work. The only code that work is the one that posted here:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

Are the codes working for you?
Find all posts by this user
Quote this message in a reply
06-23-2013, 07:14 PM
Post: #108
RE: CwCheat Support
(06-23-2013 04:19 PM)OneTrueGod Wrote:  
(06-23-2013 01:31 PM)makotech222 Wrote:  Right here
http://www.tjsdaily.com/2011/03/god-eate...heats.html

The first list there. You're using the latest Git, right?

I'm using v0.7.6-1234-g62f8727
The inf hp/op/st didn't work. The only code that work is the one that posted here:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

Are the codes working for you?

Update your ppsspp. Im at 1465
Find all posts by this user
Quote this message in a reply
06-23-2013, 07:27 PM
Post: #109
RE: CwCheat Support
(06-23-2013 07:14 PM)makotech222 Wrote:  
(06-23-2013 04:19 PM)OneTrueGod Wrote:  
(06-23-2013 01:31 PM)makotech222 Wrote:  Right here
http://www.tjsdaily.com/2011/03/god-eate...heats.html

The first list there. You're using the latest Git, right?

I'm using v0.7.6-1234-g62f8727
The inf hp/op/st didn't work. The only code that work is the one that posted here:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

Are the codes working for you?

Update your ppsspp. Im at 1465

Im at v0.7.6-1525-gaab081f and they wont work for me.
Find all posts by this user
Quote this message in a reply
06-23-2013, 08:13 PM
Post: #110
RE: CwCheat Support
Haha i'm stupid. Henrik hasn't merged the pull request yet that adds the offset. Gotta wait until he does, sorry.

Temporarily, you may edit your cheats and subtract the offset:
address -= 0x7EF00;

This will fix all of the codes. Copy and paste the address in google ( the first half of the cheat), and subtract the offset to get the new address.
Find all posts by this user
Quote this message in a reply
06-23-2013, 11:03 PM
Post: #111
RE: CwCheat Support
(06-23-2013 08:13 PM)makotech222 Wrote:  Haha i'm stupid. Henrik hasn't merged the pull request yet that adds the offset. Gotta wait until he does, sorry.

Temporarily, you may edit your cheats and subtract the offset:
address -= 0x7EF00;

This will fix all of the codes. Copy and paste the address in google ( the first half of the cheat), and subtract the offset to get the new address.

What do you mean by subtract the offset? I don't have any experience with cwcheat before. Clueless here.
Find all posts by this user
Quote this message in a reply
06-23-2013, 11:33 PM
Post: #112
RE: CwCheat Support
Lets say, for this code:
_C1 Inf HP/OP/SP
_L 0x203156BC 0x4859E100
_L 0x203156C0 0x4859E100
_L 0x203156C4 0x4859E100

Take these Lines:
0x203156BC
0x203156C0
0x203156C4

and separately, enter them in google like this:
0x203156BC - 0x7EF00

You will get a new address for each. The one i got for the example is:
0x203156BC - 0x7EF00 = 0x202967BC

Now combine it with its original value like :
0x202967BC 0x4859E100

And do it for all three lines.
Find all posts by this user
Quote this message in a reply
06-24-2013, 12:12 AM
Post: #113
RE: CwCheat Support
(06-23-2013 11:33 PM)makotech222 Wrote:  Lets say, for this code:
_C1 Inf HP/OP/SP
_L 0x203156BC 0x4859E100
_L 0x203156C0 0x4859E100
_L 0x203156C4 0x4859E100

Take these Lines:
0x203156BC
0x203156C0
0x203156C4

and separately, enter them in google like this:
0x203156BC - 0x7EF00

You will get a new address for each. The one i got for the example is:
0x203156BC - 0x7EF00 = 0x202967BC

Now combine it with its original value like :
0x202967BC 0x4859E100

And do it for all three lines.

Ok, but where do you get the "0x7EF00" code?
Find all posts by this user
Quote this message in a reply
06-24-2013, 12:58 AM
Post: #114
RE: CwCheat Support
Its the offset. I provided it for you Smile
Find all posts by this user
Quote this message in a reply
06-24-2013, 01:33 AM (This post was last modified: 06-24-2013 01:35 AM by OneTrueGod.)
Post: #115
RE: CwCheat Support
Oh God, so I downloaded the new ppsspp v0.8-6 and then I can't get the inf money code for Gods Eater Burst working. Tried back to v0.7.6-1234 and still not working. It worked for me previously. What have I done?

It's this code:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

I didn't touch anything. Is this the end for me? Sad
Find all posts by this user
Quote this message in a reply
06-24-2013, 02:17 AM
Post: #116
RE: CwCheat Support
(06-24-2013 01:33 AM)OneTrueGod Wrote:  Oh God, so I downloaded the new ppsspp v0.8-6 and then I can't get the inf money code for Gods Eater Burst working. Tried back to v0.7.6-1234 and still not working. It worked for me previously. What have I done?

It's this code:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

I didn't touch anything. Is this the end for me? Sad

Its the format. We changed the format to use the standard CWCheats. Check the first post pictures.

TLDR: Use _C1 and _L instead of //
Find all posts by this user
Quote this message in a reply
06-24-2013, 02:47 AM
Post: #117
RE: CwCheat Support
(06-24-2013 02:17 AM)makotech222 Wrote:  
(06-24-2013 01:33 AM)OneTrueGod Wrote:  Oh God, so I downloaded the new ppsspp v0.8-6 and then I can't get the inf money code for Gods Eater Burst working. Tried back to v0.7.6-1234 and still not working. It worked for me previously. What have I done?

It's this code:
Code:
//MAX Money (PPSSPP Only cheat)
0x20299B30 0x04F5E100

I didn't touch anything. Is this the end for me? Sad

Its the format. We changed the format to use the standard CWCheats. Check the first post pictures.

TLDR: Use _C1 and _L instead of //

Dude, it works. Thank you. Big Grin
Find all posts by this user
Quote this message in a reply
06-24-2013, 04:45 AM (This post was last modified: 06-24-2013 10:02 AM by Hawkins.)
Post: #118
RE: CwCheat Support
Black Rock Shooter The Game is still crashing PPSSPP using v0.8-22-g63afa03
Find all posts by this user
Quote this message in a reply
06-24-2013, 05:12 AM
Post: #119
RE: CwCheat Support
Hi, I'm new in the forum and I have a question. I download Cwcheat, but I don't know what I must do with the files, should I put in the ppsspp root directory? and before, what I must do?

help me please :c
Find all posts by this user
Quote this message in a reply
06-24-2013, 07:06 AM
Post: #120
RE: CwCheat Support
(06-24-2013 05:12 AM)davefreeze Wrote:  Hi, I'm new in the forum and I have a question. I download Cwcheat, but I don't know what I must do with the files, should I put in the ppsspp root directory? and before, what I must do?

help me please :c

davefreeze you should read first post in this thread, and you'll understand how to use it Big Grin

Operating System : Win8 Pro 32-bit, based on x64 Procie
Motherboard : ECS G41T-R3V1.0A
Processor : Pentium(R) Dual-Core CPU E5700 @ 3.00GHz x2 ~2992MHz (2 CPU's)
Memory : 4096MB RAM
VGA : Intel(R) G41 Express Chipset (1024 MB)
OpenGL : 5.1.2600.5512
Processor Codename : Wolfdale


Need Say More..?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: