Post your PCSX2 cheats-patches here!
For what it's worth, this is a code for crystals I used (along with individual item codes) that allowed me to play through the game with no freeze. There was however a pretty long master code that went with it. I don't know if the master had any disabling effects on the in game protections.

Max 99999 Crystals
D049A844 000000FF
2049A844 24030000
Return a seal stone to max out crystals
Reply

Sponsored links

(02-02-2020, 08:43 PM)Rebel521 Wrote: For what it's worth, this is a code for crystals I used (along with individual item codes) that allowed me to play through the game with no freeze. There was however a pretty long master code that went with it. I don't know if the master had any disabling effects on the in game protections.

Max 99999 Crystals
D049A844 000000FF
2049A844 24030000
Return a seal stone to max out crystals

That's interesting.Definitely worth to take a closer look what exactly this Code is doing.But i guess this is NTSC Code ?
Reply
Okay, things I noticed in the game (but I think this one is cool)

1. Sahma Desert's skyline is now overcast, when it is supposed to be sunset.
2. Background darkness of Turgen Mines when light is off makes it not visible, only you will see Alicia, as in she is bright while the place is dark.

As for the crystal cheat, I think the problem can be circumvented by doing something else, how about porting this code:

Max 99999 Crystals (US Version, codebreaker v7, pointed out by Rebel521)
Return a seal stone to max out crystals
Decrypted
D049A844 000000FF
2049A844 24030000
Encrypted
AC34C4D6 17D5E5C9
F0A20B2D 5BD7D061

or
patch=1,EE,D049A844,extended,000000FF
patch=1,EE,2049A844,extended,24030000

It does the following:
Conditional - Executes the next line if the value at 0x49A844 is equal to 0x00FF.
RAM Write - Constantly writes 0x24030000 to 0x49A844.

The shorter the code, the lesser addresses that it will trigger.

However, it comes with this master code

patch=1,EE,F0129B51,extended,800813BF
patch=1,EE,000FFFFE,extended,0000002D
patch=1,EE,000FFFFF,extended,0000002D
patch=1,EE,9013A550,extended,0C04E8FC
patch=1,EE,E0033B40,extended,0035EC8C
patch=1,EE,104234AA,extended,00001000
patch=1,EE,10423662,extended,00001000
patch=1,EE,1042382A,extended,00001000
patch=1,EE,E0027EC0,extended,0049550C
patch=1,EE,2049BCB0,extended,03E00008
patch=1,EE,2049BCB4,extended,00000000
patch=1,EE,E007E140,extended,0036D90C
patch=1,EE,203683D4,extended,00000000
patch=1,EE,103AD16A,extended,00001000
patch=1,EE,103AD61E,extended,00001000
patch=1,EE,10430B76,extended,00001000
patch=1,EE,10430BE2,extended,00001000
patch=1,EE,10431A66,extended,00001000
patch=1,EE,10431C1E,extended,00001000
patch=1,EE,D0397CAC,extended,0000102A
patch=1,EE,20397CB0,extended,00000000

and it does this:

Enabler - Changes the entry point value for new threads to 0x800813BF.
RAM Write - Constantly writes 0x2D to 0xFFFFE.
RAM Write - Constantly writes 0x2D to 0xFFFFF.
Conditional Cheat Enable - Values used to enable the cheat engine.
Conditional (Multi) - Executes the next 3 lines if the value at 0x35EC8C is equal to 0x3B40.
RAM Write - Constantly writes 0x1000 to 0x4234AA.
RAM Write - Constantly writes 0x1000 to 0x423662.
RAM Write - Constantly writes 0x1000 to 0x42382A.
Conditional (Multi) - Executes the next 2 lines if the value at 0x49550C is equal to 0x7EC0.
RAM Write - Constantly writes 0x03E00008 to 0x49BCB0.
RAM Write - Constantly writes 0 to 0x49BCB4.
Conditional (Multi) - Executes the next 7 lines if the value at 0x36D90C is equal to 0xE140.
RAM Write - Constantly writes 0 to 0x3683D4.
RAM Write - Constantly writes 0x1000 to 0x3AD16A.
RAM Write - Constantly writes 0x1000 to 0x3AD61E.
RAM Write - Constantly writes 0x1000 to 0x430B76.
RAM Write - Constantly writes 0x1000 to 0x430BE2.
RAM Write - Constantly writes 0x1000 to 0x431A66.
RAM Write - Constantly writes 0x1000 to 0x431C1E.
Conditional - Executes the next line if the value at 0x397CAC is equal to 0x102A.
RAM Write - Constantly writes 0 to 0x397CB0.

You might use this as a reference on how Codebreaker makes an entry point on the game.
Reply
I'm not sure but this can be the Code for VP2S, PAL UK:

// Max 99999 Crystals (VP2S, PAL UK)
patch=1,EE,D049a5e4,extended,000000FF
patch=1,EE,2049a5e4,extended,24030000
Reply
(02-02-2020, 08:49 PM)Maori-Jigglypuff Wrote: That's interesting.Definitely worth to take a closer look what exactly this Code is doing.But i guess this is NTSC Code ?

Yes NTSC
Reply
(02-02-2020, 09:19 PM)Rebel521 Wrote: Yes NTSC

OK, i have ported that Code to UK PAL.
Reply
(02-02-2020, 08:54 PM)jaceleona Wrote: It does the following:
Conditional - Executes the next line if the value at 0x49A844 is equal to 0x00FF.
RAM Write - Constantly writes 0x24030000 to 0x49A844.

The shorter the code, the lesser addresses that it will trigger.

However, it comes with this master code

patch=1,EE,F0129B51,extended,800813BF
patch=1,EE,000FFFFE,extended,0000002D
patch=1,EE,000FFFFF,extended,0000002D
patch=1,EE,9013A550,extended,0C04E8FC
patch=1,EE,E0033B40,extended,0035EC8C
patch=1,EE,104234AA,extended,00001000
patch=1,EE,10423662,extended,00001000
patch=1,EE,1042382A,extended,00001000
patch=1,EE,E0027EC0,extended,0049550C
patch=1,EE,2049BCB0,extended,03E00008
patch=1,EE,2049BCB4,extended,00000000
patch=1,EE,E007E140,extended,0036D90C
patch=1,EE,203683D4,extended,00000000
patch=1,EE,103AD16A,extended,00001000
patch=1,EE,103AD61E,extended,00001000
patch=1,EE,10430B76,extended,00001000
patch=1,EE,10430BE2,extended,00001000
patch=1,EE,10431A66,extended,00001000
patch=1,EE,10431C1E,extended,00001000
patch=1,EE,D0397CAC,extended,0000102A
patch=1,EE,20397CB0,extended,00000000

and it does this:

Enabler - Changes the entry point value for new threads to 0x800813BF.
RAM Write - Constantly writes 0x2D to 0xFFFFE.
RAM Write - Constantly writes 0x2D to 0xFFFFF.
Conditional Cheat Enable - Values used to enable the cheat engine.
Conditional (Multi) - Executes the next 3 lines if the value at 0x35EC8C is equal to 0x3B40.
RAM Write - Constantly writes 0x1000 to 0x4234AA.
RAM Write - Constantly writes 0x1000 to 0x423662.
RAM Write - Constantly writes 0x1000 to 0x42382A.
Conditional (Multi) - Executes the next 2 lines if the value at 0x49550C is equal to 0x7EC0.
RAM Write - Constantly writes 0x03E00008 to 0x49BCB0.
RAM Write - Constantly writes 0 to 0x49BCB4.
Conditional (Multi) - Executes the next 7 lines if the value at 0x36D90C is equal to 0xE140.
RAM Write - Constantly writes 0 to 0x3683D4.
RAM Write - Constantly writes 0x1000 to 0x3AD16A.
RAM Write - Constantly writes 0x1000 to 0x3AD61E.
RAM Write - Constantly writes 0x1000 to 0x430B76.
RAM Write - Constantly writes 0x1000 to 0x430BE2.
RAM Write - Constantly writes 0x1000 to 0x431A66.
RAM Write - Constantly writes 0x1000 to 0x431C1E.
Conditional - Executes the next line if the value at 0x397CAC is equal to 0x102A.
RAM Write - Constantly writes 0 to 0x397CB0.

You might use this as a reference on how Codebreaker makes an entry point on the game.

Again. for what it's worth, this is the master code I used (hacked by Skiller) for VP2:

9010025c 0c040330
E00202F8 00423648 
10423662 00001000
1042382A 00001000
E00302BC 0049BCEC
2049C0EC 00000000
2049BF84 00000000
2049BE1C 00000000
E003FFFA 00427e7c
20427e7c 00000000
203d939c 00000000
20384024 00000000
E00EFFFA 004360EC
20397ca8 00000000
203af464 00000000
203AF3A4 00000000
203AF20C 00000000
203ABF98 00000000
203ABFB4 00000000
203d4984 00000000
203d4e50 00000000
203d2d68 00000000
203d2714 00000000
203cff8c 00000000
203c5984 00000000
20430eec 00000000
20430e84 00000000
Reply
(02-02-2020, 09:25 PM)Rebel521 Wrote: Again. for what it's worth, this is the master code I used (hacked by Skiller) for VP2:

9010025c 0c040330
E00202F8 00423648 
10423662 00001000
1042382A 00001000
E00302BC 0049BCEC
2049C0EC 00000000
2049BF84 00000000
2049BE1C 00000000
E003FFFA 00427e7c
20427e7c 00000000
203d939c 00000000
20384024 00000000
E00EFFFA 004360EC
20397ca8 00000000
203af464 00000000
203AF3A4 00000000
203AF20C 00000000
203ABF98 00000000
203ABFB4 00000000
203d4984 00000000
203d4e50 00000000
203d2d68 00000000
203d2714 00000000
203cff8c 00000000
203c5984 00000000
20430eec 00000000
20430e84 00000000

OK, the ported Code alone does not Work.I think i have to port the Master Code as well.
But to have 99999 Crystals i am actually pursuing a different approach.
Reply
@Maori-Jigglypuff

I noticed that the default pnach for this game has a code to prevent freezing. It has what appears to be a couple of "syntax" errors. I don't know if you checked it out or not.

//Ignore GameGuard (prevents freezing)
//patch=1,EE,FE129B51,extended,800813BF
//patch=1,EE,000FFFFE,extended,0000022D -->should be 100FFFFE?
//patch=1,EE,000FFFFF,extended,0000022D -->should be 100FFFFF?
//patch=1,EE,9013A550,extended,0C04E8FC
//patch=1,EE,E0033B40,extended,0035EC8C
//patch=1,EE,104234AA,extended,00001000
//patch=1,EE,10423662,extended,00001000
//patch=1,EE,1042382A,extended,00001000
//patch=1,EE,E0027EC0,extended,0049550C
//patch=1,EE,2049BCB0,extended,03E00008
//patch=1,EE,2049BCB4,extended,00000000
//patch=1,EE,E007E140,extended,0036D90C
//patch=1,EE,203683D4,extended,00000000
//patch=1,EE,103AD16A,extended,00001000
//patch=1,EE,103AD61E,extended,00001000
//patch=1,EE,10430B76,extended,00001000
//patch=1,EE,10430BE2,extended,00001000
//patch=1,EE,10431A66,extended,00001000
//patch=1,EE,10431C1E,extended,00001000
//patch=1,EE,D0397CAC,extended,0000102A
//patch=1,EE,20397CB0,extended,00000000
Reply
(02-02-2020, 09:57 PM)Rebel521 Wrote: @Maori-Jigglypuff

I noticed that the default pnach for this game has a code to prevent freezing. It has what appears to be a couple of "syntax" errors. I don't know if you checked it out or not.

//Ignore GameGuard (prevents freezing)
//patch=1,EE,FE129B51,extended,800813BF
//patch=1,EE,000FFFFE,extended,0000022D -->should be 100FFFFE?
//patch=1,EE,000FFFFF,extended,0000022D -->should be 100FFFFF?
//patch=1,EE,9013A550,extended,0C04E8FC
//patch=1,EE,E0033B40,extended,0035EC8C
//patch=1,EE,104234AA,extended,00001000
//patch=1,EE,10423662,extended,00001000
//patch=1,EE,1042382A,extended,00001000
//patch=1,EE,E0027EC0,extended,0049550C
//patch=1,EE,2049BCB0,extended,03E00008
//patch=1,EE,2049BCB4,extended,00000000
//patch=1,EE,E007E140,extended,0036D90C
//patch=1,EE,203683D4,extended,00000000
//patch=1,EE,103AD16A,extended,00001000
//patch=1,EE,103AD61E,extended,00001000
//patch=1,EE,10430B76,extended,00001000
//patch=1,EE,10430BE2,extended,00001000
//patch=1,EE,10431A66,extended,00001000
//patch=1,EE,10431C1E,extended,00001000
//patch=1,EE,D0397CAC,extended,0000102A
//patch=1,EE,20397CB0,extended,00000000

No, i haven't.Right now i try to find a Code that Alicia can fire Photons in Towns.
Reply




Users browsing this thread: 50 Guest(s)