PCSX2 - Widescreen Game Patches
Hello dear PCSX2-Team,

i am completely new to this forum, but i immediately have some requests for you.


Request 1: A widescreen patch for the game

Cy Girls CD 1 - Ice (SLES_820.20 / CRC = 7DE48360)
Cy Girls CD 2 - Aska (SLES_820.21 / CRC = 7DE48360)

A widescreen patch already exists for this game like the SLES_820.18 / SLES_820.19 and SLUS_206.97 / SLUS_208.54 version, but not for SLES_820.20 / SLES_820.21


Request 2: A completed widescreen patch with effect fix (like the glow on Yoshimitsu's sword or the glow on Ling Xiaoyu's bangles) for the game

Tekken 5 (SCES_532.02 / CRC = 1F88BECD)

A completed widescreen patch with effect fix (like the glow on Yoshimitsu's sword or Ling Xiaoyu's bangles) already exists for this game like the SLUS_210.59 version, but not for SCES_532.02


And that's all. You do an incredibly good job with your work. Keep it up!  Happy
Reply

Sponsored links

(11-22-2021, 09:39 PM)demilich Wrote: Can anyone help updating the pnach widescreen code for

Dragon Ball Z Sparking! Meteor (J)(SLPS 25815) NTSC J

It looks like the only mode that doesn't work in widescreen is the story mode unfortunately.

gametitle=Dragon Ball Z Sparking! Meteor (J)(SLPS 25815)
comment=Dragon Ball Z: Sparking! Meteor WS patch
//Widescreen Y(decreases height a bit)
patch=1,EE,21948794,extended,4410553E
patch=1,EE,21948EB4,extended,4410553E
patch=1,EE,21949144,extended,4410553E
patch=1,EE,21949434,extended,4410553E
patch=1,EE,219487D4,extended,3E90674C
patch=1,EE,21948EF4,extended,3E90674C
patch=1,EE,21949184,extended,3E90674C
patch=1,EE,21949474,extended,3E90674C
//zoom fix
patch=1,EE,202FD054,extended,404CCCCD
patch=1,EE,202FD058,extended,3A831CD5

gametitle=Dragon Ball Z Sparking! Meteor (J)(SLPS 25815)
comment=16:9 widescreen hack by RashFaustinho (based on sergx12's and 99skull's patches for NTSC-U/NTSC-K versions)
patch=1,EE,002fe4c8,word,3FC71C76 //3F955555
patch=1,EE,002fe590,word,43C71C71 //43955555
patch=1,EE,00130be8,word,3C013F10 //3C013F40

Video
(Despite the italian dub, the game is indeed the Japanese version. I just use this mod because it's easier for me to understand)




This is a port (made by me) of the widescreen patches that have been used so far in the other versions of the game.
Nobody has ever made the NTSC J one, so here's my attempt at it.

I suggest deleting the old Miseru99's patch from the archive, because it causes a glitch in VS mode where the camera shiftes his focus to the opponent when a Blast 2 is used.


Attached Files
.pnach   F28D21F1.pnach (Size: 313 bytes / Downloads: 135)
Reply
(11-26-2021, 11:19 PM)RashFaustinho Wrote: gametitle=Dragon Ball Z Sparking! Meteor (J)(SLPS 25815)
comment=16:9 widescreen hack by RashFaustinho (based on sergx12's and 99skull's patches for NTSC-U/NTSC-K versions)
patch=1,EE,002fe4c8,word,3FC71C76 //3F955555
patch=1,EE,002fe590,word,43C71C71 //43955555
patch=1,EE,00130be8,word,3C013F10 //3C013F40

Video
(Despite the italian dub, the game is indeed the Japanese version. I just use this mod because it's easier for me to understand)




This is a port (made by me) of the widescreen patches that have been used so far in the other versions of the game.
Nobody has ever made the NTSC J one, so here's my attempt at it.

I suggest deleting the old Miseru99's patch from the archive, because it causes a glitch in VS mode where the camera shiftes his focus to the opponent when a Blast 2 is used.

@RashFaustinho

Thanks for sharing your ported code, it works really well in every mode.
I think @Devina is the the one that updates the archive, although I can't recall the last time it was updated.

Since you have ported Tenkaichi 3 to Sparking! Meteor, could you port the widescreen for Dragon Ball Z Infinite World for NTSC J region?
I don't think the NTSC J version widescreen is available in the archive.


NTSC U
gametitle=DragonBall Z - Infinite World SLUS_218.42
comment=Widescreen Hack
patch=1,EE,2052E6B0,extended,3f23d706 //3f5a740e
patch=1,EE,2049C054,extended,3f23d706 //3f5a740e



Thanks again


Attached Files
.pnach   E90DC5C9.pnach (Size: 176 bytes / Downloads: 96)
Reply
Hi, I'm looking for widescreen patches for both Hot Shots Golf Fore! (SCUS_974.01 U) and Minna no Golf 4 (SCPS_150.59 J). Thank youuu
Reply
//Status screen and souls information. plus optional font size reduction (disabled by default) by sergx12
in Shadow Hearts (J)

how to enable ?
Reply
Hi, does anyone here have experience in creating pnachs to alter aspect ratios (in my case to ultrawide, 21:9) from scratch?

I'm trying to create something like that for Gran Turismo 3, however, I had no luck looking here and the wiki for finding and adapting an already created patch or altering the actual rendering window.

The closest I got to was toggling the 4:3 and 16:9 ARs memory values (the game is also encrypted, making the emulator's debugger necessary).

I have already asked in the Discord server's patching and reversing channel for help, from which I was redirected to here.
Reply
(11-29-2021, 04:48 AM)nic Wrote: //Status screen and souls information. plus optional font size reduction (disabled by default) by sergx12
in Shadow Hearts (J)

how to enable ?

Something is wrong here, but I'm guessing that the font size patch is included (but disabled) in "3E46A5F0" where as in "DDFB18B0" it is not included. "DDFB18B0" was probably (badly) ported from "3E46A5F0".

(12-06-2021, 05:49 AM)FGA Wrote: Hi, does anyone here have experience in creating pnachs to alter aspect ratios (in my case to ultrawide, 21:9) from scratch?

I'm trying to create something like that for Gran Turismo 3, however, I had no luck looking here and the wiki for finding and adapting an already created patch or altering the actual rendering window.

The closest I got to was toggling the 4:3 and 16:9 ARs memory values (the game is also encrypted, making the emulator's debugger necessary).

I have already asked in the Discord server's patching and reversing channel for help, from which I was redirected to here.

This might help.
Reply
Mafia and Max payne 2 widescreen does not work on new versions of the emulator?
Reply
Hello again dear PCSX2-Team,

this is a little update from my previous report (#7.391). I have made a self-experiment with the PCSX2 Widescreen Helper from hyakki. For testing i used my first request. I have found the widescreen address, but it still needs a render fix and so. Can someone do this for me/us? Laugh

Left two images: Cy Girls CD 1 - Ice (SLES_820.20 / CRC = 7DE48360)
Right two images: Cy Girls CD 2 - Aska (SLES_820.21 / CRC = 7DE48360)


Attached Files Thumbnail(s)
               

.pnach   7DE48360.pnach (Size: 191 bytes / Downloads: 77)
Reply
Looking for a widescreen pnach for Taito Legends 2 SLUS-21349. For G-Darius.
Reply




Users browsing this thread: 14 Guest(s)