..:: PCSX2 Forums ::..

Full Version: PSOne Widescreen Patches
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I really appreciate everybody's input, well done everybody!
(07-25-2014, 07:56 PM)PsxFan107 Wrote: [ -> ]Did you use a GPU plugin by the name of edgbla?
No, is the nickname of a friend who helped deal with the challenge of finding the hex values​​. He was also the author of this GPU plugin.
--------------------------------------------------------
I have a problem with Vandal Hearts (NTSC-U). I can not find the right values ​​for the activation widescreen. It's a pity...
Thank all of you for all your work, this is truly excellent. Would be more awesome with Silent Hill widescreen, thanks. Also just tested on PsVita TN-V - perfect!

upd: attached psvita/psp screens with tempar codes
Once I figure out what's going on in ASM with some of these widescreen hacks I've made, I'll have a bunch of releases ready.
I think we should make a list of known values ​​that activate a widescreen in a particular game. This can help with the search for the desired values ​​in the other games.
(07-17-2014, 01:00 AM)PsxFan107 Wrote: [ -> ]Driver 2 (SLUS-01161) (Greatest Hits)
Code:
16:9 8007F170 0C00
Eyefinity (Not Recommended) 8007F170 0400
Does Not work for me, is it for this game version only?
http://redump.org/disc/5308/
My USA version have a little different exe date, but it still SLUS-01161 too, and the codes are completely ignored.


Also your Driver 1 codes works flawlessly, some pics attached. Thanks for it.
(07-30-2014, 10:32 PM)SILENT_Pavel Wrote: [ -> ]Does Not work for me, is it for this game version only?
http://redump.org/disc/5308/
My USA version have a little different exe date, but it still SLUS-01161 too, and the codes are completely ignored.

Also your Driver 1 codes works flawlessly, some pics attached. Thanks for it.

You must have version 1.0 of Driver 2. I will post a code soon that should work for you.

Edit: I'll be out of commission until late next week because my laptop's DVD drive has stopped working. Sorry, SILENT_Pavel!
Vanguard Bandits [SLUS-01070]
Code:
Widescreen mode (16:9)
-----------------------
Cheat
800710A8 0C00
800710C8 0C00
800B7F1C 1000
800E0B50 1000

Hex code (Thanks to PsxFan107)
Offset (in SLUS_010.70): 28D64
Old value: F0FF628C
New value: 000C0224
I just got my replacement CD/DVD drive today. The replacement process was super easy. I'm back in business!

Edit: @SILENT_Pavel try this code:
Code:
8007EC48 0C00

Edit 2: @paul_met an ASM hack is necessary.
Code:
Widescreen
80038564 0C00
80038566 2402
(08-05-2014, 11:00 PM)PsxFan107 Wrote: [ -> ]Edit 2: @paul_met an ASM hack is necessary.
Code:
Widescreen
80038564 0C00
80038566 2402

Oh, thank you. How did you find this address? I found a different value very close, but it only affected widescreen in mode before the battle.
PS: I added your code in my previous post, so it does not get lost.