PCSX2 - Widescreen Game Patches
Hello everyone, does anyone can do the widescreen patch for the game Pro Evolution Soccer 6 SLES-54204
Reply

Sponsored links

Im new to this  ```1
```
Code:
//Chyornyj Prud
//Broken.Its possible to make reflections widescreen,however,backtracking causes game to crash
patch=1,EE,204CCD40,word,3FAAAAAB //3F800000
patch=1,EE,204CCD44,word,3F400000 //3F8F7CEE
patch=1,EE,204CCD48,word,3D4CCCCD //3CDD67C8
patch=1,EE,204CCD4C,word,BFAAAAAB //BF800000

//Chyornaya Peschera Cave
//Works fine
patch=1,EE,204A14D0,word,3FAAA993//3F800000
patch=1,EE,204A14D4,word,3FC00000 //3F8F7CEE
patch=1,EE,204A14D8,word,3DCCCCCE //3CDD67C8
patch=1,EE,204A14DC,word,BFC00000 //BF800000

//Ponizovje South
//Broken.Its possible to make reflections widescreen,however,saving causes game to crash
patch=1,EE,20580CE0,word,3FAAAAAB //3F800000
patch=1,EE,20580CE4,word,3F400000 //3F8F7CEE
patch=1,EE,20580CE8,word,3D4CCCCD //3CDD67C8
patch=1,EE,20580CEC,word,BFAAAAAB //BF800000

//Ponizovje West
//Broken.Its possible to make reflections widescreen,however,saving causes game to crash
patch=1,EE,20591C70,word,3FAAAAAB //3F800000
patch=1,EE,20591C74,word,3F400000 //3F8F7CEE
patch=1,EE,20591C78,word,3D4CCCCD //3CDD67C8
patch=1,EE,20591C7C,word,BFAAAAAB //BF800000

//Ponizovje Warehouse Exterior
//Broken.Its possible to make reflections widescreen,however,saving/dying causes game to crash
patch=1,EE,20599C10,word,3FAAAAAB //3F800000
patch=1,EE,20599C14,word,3F400000 //3F8F7CEE
patch=1,EE,20599C18,word,3D4CCCCD //3CDD67C8
patch=1,EE,20599C1C,word,BFAAAAAB //BF800000
Ill start by saying I am a newbie at this . So I managed to find the values for some of the water reflections for Metal Gear Solid 3 - Subsistence (SLUS-21359).  When using a widescreen patch on the game the water reflections remain in 4:3, creating noticeable lines separating the water reflections from the rest of the environment. However, as i have identified in comments there are issues. I`m not sure how to fix the issues or even if they are fixable so i thought i would post them here in case anybody has any use for them. In the meantime I`ll keep working on them to see if I can make them work. It is possible to turn off reflections by setting the addresses ending in "C" to 0 and have the game work but in certain areas by doing this it looks as if you just walking through air rather than water so it isn't ideal.

EDIT: I know what the issue is and I dont think its an easy fix.


Attached Files Thumbnail(s)
                       

Reply
hy guys,

there are ws for for Mafia SLUS_206.71 and SLES_522.82.

i want wo make a ws for the german version SLES_522.79 and tried to compare the elf's with ps2dis as Devina has described it on page 177 of the this thread,
but i cannot find the adresses.

Plz help me, thank you - Johnny
Code:
B67F4F9E.pnach:
gametitle=Mafia [NTSC-U] (SLUS_206.71)
comment=Widescreen Hack by El_Patas, Render fixes by arapapa
//Gameplay 16:9
patch=1,EE,20FF8D64,extended,3FAB0000 //3F800000 Vertical axis
patch=1,EE,20FF8E4C,extended,3FAB0000 //3F800000 Horizontal axis
//Render fix
patch=1,EE,20FF8DB4,extended,3D000000 //3D4CCCCD
//Rendering distancce
patch=1,EE,20FF8DB8,extended,44000000 //43660000


7E9B5698.pnach:
gametitle=Mafia [PAL] (SLES_522.82)
comment=Widescreen Hack by El_Patas, Render fixes by arapapa
//Gameplay 16:9
patch=1,EE,20FFB6B4,extended,3FAB0000 //3F800000 Vertical axis
patch=1,EE,20FFB79C,extended,3FAB0000 //3F800000 Horizontal axis
//Render fix
patch=1,EE,20FFB704,extended,3D000000 //3D4CCCCD
//Rendering distancce
patch=1,EE,20FFB708,extended,44000000 //43660000
Reply
Hello everybody !
Could somebody modify the Widescreen patch for the NTSC-U version of Iridium Runner (SLUS-21697, CRC 304497E5) , please ?

I could find the pnach file in the database (posted by Arapapa) but having no effect on the NTSC-U version of the game.
Thanks a lot in advance Smile
Reply
Iridium Runners SLUS-21697 SLES-55013 updated (added widescreen for characters)
Pro Evolution Soccer 6  v1.01 SLES-54204
Pro Evolution Soccer 6  v2.0 SLES-54204
Mafia  SLES-52279  [PAL-G]
Mafia  SLES-52282  Mafia SLUS-20671  updated (Fixed some rendering issues and disabled the render distance increase hack as it shouldn't be forced on by default.You can still turn it on inside the patch).

.zip   ws patches.zip (Size: 3,34 KB / Downloads: 114)

Also optional update for Dragon Quest V - Bride of the Sky SLPM-65555  English translation v1.2 DQ (for other versions just rename the patch to match your CRC)
I made it for myself but maybe it will be useful for someone too.

Slightly increased overall FOV.
Disabled character rotation along with the camera.
Added the ability to zoom in or out with the right stick (doesn't work in battles, on the world map and when the character is moving).

.pnach   E09E454C.pnach (Size: 1,04 KB / Downloads: 81)

@Stevejzl
Could you upload a mem card save file from one of these locations? Maybe I'll be lucky to find something
Reply
(01-18-2023, 10:38 PM)subwoofer Wrote:
Thank you, but something is wrong

Both patches work fine for me

SLES-54204 v1.01       SLES-54204  v2.0
          
Checked with  PCSX2 1.6  and 1.7.3819.
If you are using a mobile device, try clearing the cache and not using quick saves
Reply
(01-18-2023, 02:38 PM)sergx12 Wrote: Iridium Runners SLUS-21697 SLES-55013 updated (added widescreen for characters)

Thank you so much Sergx 12 ! Smile
I'd have another request...
Is it possible to get codes for the english PAL version of Polaroid Pete (SLES-50557 - CRC:7F9FB313) please ?
It's a very cool old school game (unfortunately unreleased but findable).

Codes already exist for the japanese version (Gekibo 2 Toku Dane Ookoku Nippon - SLPS-20091 - CRC:E0B85063) by Arapapa.

Thanks a lot again !!!
Reply
Thumbs Up 
thank you sergx12 for Mafia [PAL-G] ws Smile
Reply
@subwoofer
@stf999
@JohnnyT
You're welcome Smile

Polaroid Pete SLES-50557

.pnach   7F9FB313.pnach (Size: 345 bytes / Downloads: 83)
Reply
(01-21-2023, 02:35 PM)sergx12 Wrote: @subwoofer
@stf999
@JohnnyT
You're welcome Smile

Polaroid Pete SLES-50557

You're a master ! Thanks again ! Smile
Reply




Users browsing this thread: 16 Guest(s)