Post your PCSX2 cheats-patches here!
(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

Those are not syntax errors, they are there for a reason.

@Maori-Jigglypuff Are you sure that shooting off photons at people is a good idea? LOL. Imagine teleporting those 2 guards at Crell Monferaigne.
Reply

Sponsored links

(02-02-2020, 10:30 PM)jaceleon Wrote: Those are not syntax errors, they are there for a reason.

If a code starts with 0 only the last byte will be read. Therefore instead of reading the value as 22D it will only read the value as 2D. In order to read the value as 22D the code should start with a 1.
Reply
What you want can be achieved by doing

//patch=1,EE,000FFFFE,short,0000022D
//patch=1,EE,000FFFFF,short,0000022D

And the scenario you mentioned (reading only the last byte) can be done by

//patch=1,EE,000FFFFE,byte,0000022D
//patch=1,EE,000FFFFF,byte,0000022D

As per redlof's guide.

For an oversimplified explanation, using "extended" is a way of specifying the address, just as with "byte" for simplifying 0, "short" for simplifying 1 and "word" for simplifying anything else from 2 to F. "extended" is meant for a full read. So when the cheat says 000FFFFF and you followed it by extended it means 00 0F FF FF, bytes and all. Using "word" eliminates computation time by telling the computer to not look for addresses starting from 0 to 1, scanning only 2 to F.

And perhaps it's the objective of the cheat. Who knows how the game devs think when they did those insane programming?
Reply
(02-02-2020, 10:57 PM)jaceleon Wrote: What you want can be achieved by doing

//patch=1,EE,000FFFFE,short,0000022D
//patch=1,EE,000FFFFF,short,0000022D

And the scenario you mentioned (reading only the last byte) can be done by

//patch=1,EE,000FFFFE,byte,0000022D
//patch=1,EE,000FFFFF,byte,0000022D

As per redlof's guide.

For an oversimplified explanation, using "extended" is a way of specifying the address, just as with "byte" for simplifying 0, "short" for simplifying 1 and "word" for simplifying anything else from 2 to F. "extended" is meant for a full read. So when the cheat says 000FFFFF and you followed it by extended it means 00 0F FF FF, bytes and all. Using "word" eliminates computation time by telling the computer to not look for addresses starting from 0 to 1, scanning only 2 to F.

And perhaps it's the objective of the cheat. Who knows how the game devs think when they did those insane programming?

I must respectfully disagree. To test what you said, I tried a money code in the game I am currently playing (P3 FES)

patch=1,EE,2083A6DC,extended,0001869F gives me 99,999

patch=1,EE,0083A6DC,extended,0001869F gives me 159



As you can see, without the 2 as first number the code only read the value of 9F

I know that putting "word" instead of extended would have the effect you refer to. As well using "short'' would read like there was a 1 in first position. Using "extended" will still read the bytes specified by the first number. I have had to adjust other codes in the past for that reason. That is why I made the comment about that block of code.
Reply
(02-02-2020, 10:30 PM)jaceleon Wrote: Those are not syntax errors, they are there for a reason.

@Maori-Jigglypuff Are you sure that shooting off photons at people is a good idea? LOL. Imagine teleporting those 2 guards at Crell Monferaigne.

No, i don't want to hurt anyone Laugh Only for Test Purposes, perhaps it looks funny.Today i was not successful to find that
but i found to use Photons in "Divinity Void" Areas.That's not bad either Tongue


Attached Files Thumbnail(s)
           
Reply
@Maori-Jigglypuff

I got to the third chapter. Noticed:

* Glass containers under/in Dipan Castle become oversaturated cyan color.

* Again Dipan Catlse, in the cutscene with Dallas - when appear people in the hoods and a crown, behind them is a luminous white backdrop (which photographers use), which cutting off the corridor. Not a radiance in god's style.

Very similar happens with the darkness in the tunnels of Royal Underground Path.

Also this cutscene contains anti-cheat protection. If deactivate codes, then  in this cutscene is cut off sound, and when Dylan, Rufus and Alicia leave the door, the game freezes against the frame of this door and responds only on console turning off.

* Literally the next cutscene with teleportation from the сastle - when Dylan, Rufus and Alicia turn to voice of Harry Potter Lezard Valeth, one of the shots has a blurred background.

* Second cutscene with Lezard - when the team leaves the Lost Forest - looks like a clear day with a very bright moon. But it should be the early morning with fog and a dim moon.

There are also issues with enemies which do not start the battle, if stand at them point blank, but I'm still looking for their patterns.
Reply
(02-05-2020, 01:54 AM)ANd93ml Wrote: @Maori-Jigglypuff

I got to the third chapter. Noticed:

* Glass containers under/in Dipan Castle become oversaturated cyan color.

* Again Dipan Catlse, in the cutscene with Dallas - when appear people in the hoods and a crown, behind them is a luminous white backdrop (which photographers use), which cutting off the corridor. Not a radiance in god's style.

Very similar happens with the darkness in the tunnels of Royal Underground Path.

Also this cutscene contains anti-cheat protection. If deactivate codes, then  in this cutscene is cut off sound, and when Dylan, Rufus and Alicia leave the door, the game freezes against the frame of this door and responds only on console turning off.

* Literally the next cutscene with teleportation from the сastle - when Dylan, Rufus and Alicia turn to voice of Harry Potter Lezard Valeth, one of the shots has a blurred background.

* Second cutscene with Lezard  - when the team leaves the Lost Forest - looks like a clear day with a very bright moon. But it should be the early morning with fog and a dim moon.

There are also issues with enemies which do not start the battle, if stand at them point blank, but I'm still looking for their patterns.

That's a very good List Smile Will copy and paste it in my task collection and attend to it later.Yes that scene where the Camera remains focused on
the door happens when you are not using the patch.I tried to play without activated cheat file and it seems it is not possible to play the game.
The Scene does not advance.So even to play the Game without Cheat File (pnach) on PCSX2 the Game consider it as Cheating because
Synchronization is not the same as on the real Playstation 2.It was very difficult to track down the Instruction Area which was causing this
and then i have disabled that nonsense.
Reply
Attached is infinite health for Panzer Dragoon (Sega Ages 2500 JPN release).

Also a request: Please could someone create cheats for Smuggler's Run (NTSC-U) --

- Infinite Health / Damage
- Always First in Races


Attached Files
.pnach   8D984276.pnach (Size: 73 bytes / Downloads: 164)
Reply
(12-05-2013, 09:37 PM)JorgeFFC Wrote: Here's another now for Digimon World 4 [SLUS20836] (U)
Code:
gametitle=Digimon World 4 [SLUS20836] (U)
comment=Pnach by JorgeFFC.
/-------------[Miscelaneous Codes]
// Max Bits
patch=1,EE,203D88B8,extended,00000000

// Max Data
patch=1,EE,203D88F0,extended,00000000

// Max Skill Points
patch=1,EE,203F84E4,extended,2411270F

// Infinite Item Usage
patch=1,EE,203CF744,extended,00000000

// Max Infinite Items
patch=1,EE,203CF740,extended,24030063

// Extra Items
patch=1,EE,103CF740,extended,00000001

// View Status To Refill HP To Max
patch=1,EE,200C0220 3C170001
patch=1,EE,200C0224 36F7869F
patch=1,EE,200C0228 03E00008
patch=1,EE,200C022C AC57000C
patch=1,EE,203D64C8 0C030088

// View Status To Refill MP To Max
patch=1,EE,200C0230,extended,3C1E0001
patch=1,EE,200C0234,extended,37DE869F
patch=1,EE,200C0238,extended,03E00008
patch=1,EE,200C023C,extended,AC5E000C
patch=1,EE,203D653C,extended,0C03008C

// 1-Hit Death (Enemies)
/patch=1,EE,200C0240,extended,50E00001
/patch=1,EE,200C0244,extended,AC60000C
/patch=1,EE,200C0248,extended,8C63000C
/patch=1,EE,200C024C,extended,14600003
/patch=1,EE,200C0250,extended,00000000
/patch=1,EE,200C0254,extended,03E00008
/patch=1,EE,200C0258,extended,00000000
/patch=1,EE,200C025C,extended,08110FBE
/patch=1,EE,200C0260,extended,00000000
/patch=1,EE,20443CF4,extended,0C030090
/patch=1,EE,20443CF8,extended,00000000

// Hiting Some Enemies Refills Your HP
patch=1,EE,203FF7D4,extended,3C010001
patch=1,EE,203FF7D8,extended,3421869F
patch=1,EE,203FF7DC,extended,AC41000C
/-------------[Miscelaneous Codes]---END

/-------------[Digimon Stats Related Codes]
// Max HP
/patch=1,EE,203FACA0,extended,00000000

// Max MP
/patch=1,EE,203FAD80,extended,00000000

// Max Strength
/patch=1,EE,203FAEC0,extended,00000000

// Max Defense
/patch=1,EE,203FAFA8,extended,00000000

// Max Wisdom
/patch=1,EE,203FB090,extended,00000000

// Max Spirit
/patch=1,EE,203FB178,extended,00000000

// Max Speed
/patch=1,EE,203FB2B0,extended,00000000

// Max Fire Resist
/patch=1,EE,203FB448,extended,00000000

// Max Ice Resist
/patch=1,EE,203FB5E0,extended,00000000

// Max Thunder Resist
/patch=1,EE,203FB778,extended,00000000

// Max Darkness Resist
/patch=1,EE,203FB910,extended,00000000
/-------------[Digimon Stats Related Codes]---END

Hello. Good morning Good afternoon Good Evening Good Night. friend i wanted to know please. it is possible to find a code for all Weapon Signature of all digimons Purple with 5 slots. and
Armor Talis of Order Purple with 5 slots? it's possible ?
if possible please. I really need this code

(12-05-2013, 09:37 PM)JorgeFFC Wrote: Here's another now for Digimon World 4 [SLUS20836] (U)
Code:
gametitle=Digimon World 4 [SLUS20836] (U)
comment=Pnach by JorgeFFC.
/-------------[Miscelaneous Codes]
// Max Bits
patch=1,EE,203D88B8,extended,00000000

// Max Data
patch=1,EE,203D88F0,extended,00000000

// Max Skill Points
patch=1,EE,203F84E4,extended,2411270F

// Infinite Item Usage
patch=1,EE,203CF744,extended,00000000

// Max Infinite Items
patch=1,EE,203CF740,extended,24030063

// Extra Items
patch=1,EE,103CF740,extended,00000001

// View Status To Refill HP To Max
patch=1,EE,200C0220 3C170001
patch=1,EE,200C0224 36F7869F
patch=1,EE,200C0228 03E00008
patch=1,EE,200C022C AC57000C
patch=1,EE,203D64C8 0C030088

// View Status To Refill MP To Max
patch=1,EE,200C0230,extended,3C1E0001
patch=1,EE,200C0234,extended,37DE869F
patch=1,EE,200C0238,extended,03E00008
patch=1,EE,200C023C,extended,AC5E000C
patch=1,EE,203D653C,extended,0C03008C

// 1-Hit Death (Enemies)
/patch=1,EE,200C0240,extended,50E00001
/patch=1,EE,200C0244,extended,AC60000C
/patch=1,EE,200C0248,extended,8C63000C
/patch=1,EE,200C024C,extended,14600003
/patch=1,EE,200C0250,extended,00000000
/patch=1,EE,200C0254,extended,03E00008
/patch=1,EE,200C0258,extended,00000000
/patch=1,EE,200C025C,extended,08110FBE
/patch=1,EE,200C0260,extended,00000000
/patch=1,EE,20443CF4,extended,0C030090
/patch=1,EE,20443CF8,extended,00000000

// Hiting Some Enemies Refills Your HP
patch=1,EE,203FF7D4,extended,3C010001
patch=1,EE,203FF7D8,extended,3421869F
patch=1,EE,203FF7DC,extended,AC41000C
/-------------[Miscelaneous Codes]---END

/-------------[Digimon Stats Related Codes]
// Max HP
/patch=1,EE,203FACA0,extended,00000000

// Max MP
/patch=1,EE,203FAD80,extended,00000000

// Max Strength
/patch=1,EE,203FAEC0,extended,00000000

// Max Defense
/patch=1,EE,203FAFA8,extended,00000000

// Max Wisdom
/patch=1,EE,203FB090,extended,00000000

// Max Spirit
/patch=1,EE,203FB178,extended,00000000

// Max Speed
/patch=1,EE,203FB2B0,extended,00000000

// Max Fire Resist
/patch=1,EE,203FB448,extended,00000000

// Max Ice Resist
/patch=1,EE,203FB5E0,extended,00000000

// Max Thunder Resist
/patch=1,EE,203FB778,extended,00000000

// Max Darkness Resist
/patch=1,EE,203FB910,extended,00000000
/-------------[Digimon Stats Related Codes]---END
Hello. Bom dia Boa tarde Boa noite. amigo eu queria saber porfavor. é possível achar um code de todas as Weapon Signature Roxas com 5 slots. e
Armor Talis of Order Roxa com 5 slots ? é possivel ?
se for possível porfavor. eu preciso muito desse code
Reply
Help please this code cant work when the rest is working normally
//VS mode
//Inf health
patch=1,EE,200C0228,extended,AE21006C

//Inf special
patch=1,EE,200C0248,extended,AE210070

//Inf Linked
patch=1,EE,200C0238,extended,AE210074

//Inf items
patch=1,EE,D0725C04,extended,00001823
patch=1,EE,20725C08,extended,00000000

anyone had any idea / had working pnach code for Naruto Ultimate Ninja 5 ps 2 ?? help please
Reply




Users browsing this thread: 23 Guest(s)