PCSX2 - Widescreen Game Patches
(05-02-2015, 07:32 PM)sergx12 Wrote: Arc the Lad - Twilight of the Spirits SCUS_972.31 update (added widescreen for special attacks)
Bolt SLUS_218.44
DragonBall Z - Budokai Tenkaichi SLES_532.00
DragonBall Z - Budokai Tenkaichi 2 SLUS_214.41
Freekstyle SLUS_203.67
Harry Potter and the Goblet of Fire SLUS_213.25
Iron Man SLUS_217.39
Legend of Alon Dar SLUS_200.45
Lethal Skies Elite Pilot - Team SW  SLUS_203.86
Mobile Suit Gundam - Encounters in Space SLUS_207.40
Mobile Suit Gundam - Federation vs. Zeon SLUS_203.82
Mobile Suit Gundam - Gundam vs. Zeta Gundam SLUS_208.21
Mobile Suit Gundam Seed - Never Ending Tomorrow SLUS_211.40
R-Type Final SLUS_207.80 (barely noticeable render problems)
Shining Force EXA SLUS_215.67 (added minimap fix)
Shining Force Neo SLUS_212.06 (added minimap fix)
Underworld - The Eternal War SLES_521.08

o enjoy Gundam Vs Zeta Gundam to the fullest I've been trying to modify it for the 20:9 aspect ratio of my phone, but I keep getting glitchy blue lines as I don't know how to modify the 2nd to 4th lines. I believe '3c023f19' is 20:9, but that's as far as I've gotten due to help on the Discord server. I'd really appreciate any help -thanks!
To enjoy Gundam Vs Zeta Gundam to the fullest I've been trying to modify it for the 20:9 aspect ratio of my screen, but I keep getting glitchy blue lines as I don't know how to modify the 2nd to 4th lines. I believe '3c023f19' is 20:9, but that's as far as I've gotten due to help on the Discord server. I'd really appreciate any help   Biggrin .
Code:

Code:
gametitle=Mobile Suit Gundam - Gundam vs. Zeta Gundam SLUS_208.21
comment=Widescreen Hack
patch=1,EE,00267604,word,3c023f19
patch=1,EE,207a11b0,extended,44bff400
patch=1,EE,207a1370,extended,443FE7FF
patch=1,EE,207a1530,extended,443FE7FF
Reply

Sponsored links

(07-11-2023, 12:33 AM)CharAznable Wrote: o enjoy Gundam Vs Zeta Gundam to the fullest I've been trying to modify it for the 20:9 aspect ratio of my phone, but I keep getting glitchy blue lines as I don't know how to modify the 2nd to 4th lines. I believe '3c023f19' is 20:9, but that's as far as I've gotten due to help on the Discord server. I'd really appreciate any help -thanks!
To enjoy Gundam Vs Zeta Gundam to the fullest I've been trying to modify it for the 20:9 aspect ratio of my screen, but I keep getting glitchy blue lines as I don't know how to modify the 2nd to 4th lines. I believe '3c023f19' is 20:9, but that's as far as I've gotten due to help on the Discord server. I'd really appreciate any help   Biggrin .
Code:

Code:
gametitle=Mobile Suit Gundam - Gundam vs. Zeta Gundam SLUS_208.21
comment=Widescreen Hack
patch=1,EE,00267604,word,3c023f19
patch=1,EE,207a11b0,extended,44bff400
patch=1,EE,207a1370,extended,443FE7FF
patch=1,EE,207a1530,extended,443FE7FF
Mobile Suit Gundam - Gundam vs. Zeta Gundam SLUS_208.21
//20:9
patch=1,EE,00267604,word,3c023f19 //3c023f80
patch=1,EE,207a11b0,extended,44998fdf //44fff000
patch=1,EE,207a1370,extended,44198666 //447fe000
patch=1,EE,207a1530,extended,44198666 //447fe000
Reply
(07-10-2023, 02:42 PM)Fran_Zag Wrote: Hi there! Does anyone have a pnach file for Metal Gear Solid 3 Subsistence SLES-82044?
I’ve tried the other files but they don’t seem to work with my copy of the game Sad
Thanks in advance

This code is this:

[Widescreen 16:9]
gsaspectratio=16:9
comment=Metal Gear Solid 3 - Subsistence (PAL-I) (SLES-82044) Widescreen Hack (16:9) by ElHecht
patch=1,EE,20205D4C,extended,3F400000 // 3F800000 X-RES
//patch=1,EE,20205D90,extended,3FAAA993 // 3F800000 Y-RES

copy that into a .pnach file and rename it SLES-82044_XXX. Where XXX is the crc code that you can find in the game properties in pcsx2. Copy the .pnach into the "patches" folder and it should work.

edit: I think the crc is 5E31EA42
Reply
(07-11-2023, 11:37 AM)sergx12 Wrote: Mobile Suit Gundam - Gundam vs. Zeta Gundam SLUS_208.21
//20:9
patch=1,EE,00267604,word,3c023f19 //3c023f80
patch=1,EE,207a11b0,extended,44998fdf //44fff000
patch=1,EE,207a1370,extended,44198666 //447fe000
patch=1,EE,207a1530,extended,44198666 //447fe000

Thank you so much!!
Reply
(07-11-2023, 12:01 PM)PeterDelta Wrote: This code is this:

[Widescreen 16:9]
gsaspectratio=16:9
comment=Metal Gear Solid 3 - Subsistence (PAL-I) (SLES-82044) Widescreen Hack (16:9) by ElHecht
patch=1,EE,20205D4C,extended,3F400000 // 3F800000 X-RES
//patch=1,EE,20205D90,extended,3FAAA993 // 3F800000 Y-RES

copy that into a .pnach file and rename it SLES-82044_XXX. Where XXX is the crc code that you can find in the game properties in pcsx2. Copy the .pnach into the "patches" folder and it should work.

edit: I think the crc is 5E31EA42

hey thanks for helping, i tried using what you gave me, but pcsx2 just doesn't seem to recognize it yet I think I followed your instructions to the letter. Could there be something else in the process that I'm doing wrong? I created a .txt file, pasted the codes you gave me, saved the file and renamed it SLES-82044_5E31EA42, changed the file extension to .pnach and moved it to the pcsx2 cheats folder. After that I started pcsx2 with cheats and widescreen patches enabled, but there is no difference from before.
Reply
(07-12-2023, 10:36 AM)Fran_Zag Wrote: hey thanks for helping, i tried using what you gave me, but pcsx2 just doesn't seem to recognize it yet I think I followed your instructions to the letter. Could there be something else in the process that I'm doing wrong? I created a .txt file, pasted the codes you gave me, saved the file and renamed it SLES-82044_5E31EA42, changed the file extension to .pnach and moved it to the pcsx2 cheats folder. After that I started pcsx2 with cheats and widescreen patches enabled, but there is no difference from before.

It's not in the "cheats" folder, it's in the "patches" folder as I say, so the emulator will read it first and turn on the "enable widescreen patches" option which is in the graphics section. make sure the crc of the game is that, you can confirm it in the game properties. It should work
Reply
Hi Everyone. I am brand new here, and a little lost. I've recently dumped my entire childhood PS2 disc collection and discovered the awesome widescreen patches on PSX2. I have a few games that don't run in widescreen even though I've seen videos of them on Youtube doing so. Does the current Nightly version of PSX2 contain every available widescreen patch, or will I need to find and install some myself? If the later is the case, then how would I do that? I know this question must have been asked and answered a thousand times, but I can't seem to find an answer for the current version of PSX2. Would someone be kind enough to point me in the right direction? For instance, I have a PAL copies of Ultimate Spider-Man and Formula One 2001 that don't have patches to apply though I've seen youtube videos of Formula One 2001 running in 16:9 from a few years back.
Reply
TimeSplitters 2 (SLUS-20314) [NTSC-U]

[No Cutscene Letterbox]
patch=1,EE,203C7030,short,00000000
patch=1,EE,203C7058,short,000001C0
patch=1,EE,203C7668,short,00000000
patch=1,EE,203C766C,short,00000000
patch=1,EE,203C767C,short,00000000
patch=1,EE,203C7680,short,00000000
patch=1,EE,203C7684,short,00000000
Reply
(01-12-2020, 04:22 AM)Devina Wrote: Try this:

CRC = DEC7A844

// 16:9
patch=1,EE,0011a434,word,3c013f40 //00000000
patch=1,EE,0011a438,word,4481f000 //00000000
patch=1,EE,0011a440,word,461ec602 //00000000

patch=1,EE,001d8bbc,word,3c023f08 //3c023f80

For some reason this widescreen patch for WWE SvR isn't working anymore. Always had it in cheats_ws folder.
Reply
(05-03-2020, 09:30 PM)someother1ne Wrote: Yes, I updated the camera address which seems the only thing different from the PAL version. Try this one.

For some reason this widescreen patch for WWE SvR isn't working anymore. Always had it in cheats_ws folder.
Reply




Users browsing this thread: 13 Guest(s)