PCSX2 - Widescreen Game Patches
(09-27-2017, 04:09 PM)arapapa Wrote: NTSC-J

Dream Mix TV - World Fighters


NTSC-U

Dragon Rage
DreamWorks & Aardman Flushed Away
DreamWorks Madagascar
DreamWorks Madagascar 2 - Escape 2 Africa
DreamWorks Shrek Smash n' Crash Racing
DreamWorks Shrek the Third
Driven


PAL

DreamWorks Madagascar 2 - Escape 2 Africa
DreamWorks Shrek Smash n' Crash Racing
DreamWorks Shrek the Third
Driven

I am trying to make the PAL-S SLES-53246 crc D3051E54 version of Madagascar in widescreen but I can only zoom in, the image would have to be narrowed and I have tried to port the code published by Arapapa without success. Can anyone tell me how to create it?
Reply

Sponsored links

Hi Everyone.My first post.New here.Great site.Was wondering if someone could make a widescreen patch for Rugrats: Royal Ransom SLUS-20443.Cheers. Biggrin
Reply
[Widescreen 16:9 - v1.02]
gsaspectratio=16:9
author=user234
description=Brothers in Arms: Road to Hill 30 (SLES-52888)

//Gameplay 16:9
patch=1,EE,0030575C,word,3C023F40 //3C023F80 (Increases hor. axis)
Reply
(09-06-2023, 07:23 PM)user234 Wrote: [Widescreen 16:9 - v1.02]
gsaspectratio=16:9
author=user234
description=Brothers in Arms: Road to Hill 30 (SLES-52888)

//Gameplay 16:9
patch=1,EE,0030575C,word,3C023F40 //3C023F80 (Increases hor. axis)

The CRC-code for this disc is 0B918E04 - yes?

Is this patch for some reason better than the one made by El_Patas?
// Gameplay 16:9
patch=1,EE,003057EC,word,3C023F40 // 3C023F80 (Increases hor. axis)
Reply
Deus Ex - The Conspiracy (U) (SLUS-20111). Preliminary widescreen and FOV hack patch v2 (Fixed FOV issues). It defaults to 16:10 mode, to change it to 16:9, edit patch file according to comments.
Code:
gametitle=Deus Ex - The Conspiracy (U) (SLUS-20111)

[Widescreen 16:9]
gsaspectratio=16:9
description=16:9 widescreen patch
comment=Preliminary version 2. Fixed FOV issues. Tested only on pcsx2 v1.6.0. Default patch values for 16:10, edit for 16:9
author=murzik

// bbbb0190 = 16:10
// bbbb0168 = 16:9
patch=1,EE,202f9eec,extended,24030190 // bbbb0190 = 16:10
patch=1,EE,203053c0,extended,24030190 // bbbb0190 = 16:10

// bbbb42b4 = FOV 90
// bbbb42c6 = FOV 99
patch=1,EE,2030a5bc,extended,0c0ce2ec
patch=1,EE,20338bb0,extended,27bdfff8
patch=1,EE,20338bb4,extended,afa30000
patch=1,EE,20338bb8,extended,afa40004
patch=1,EE,20338bbc,extended,3c034296
patch=1,EE,20338bc0,extended,8c44062c
patch=1,EE,20338bc4,extended,14640002
patch=1,EE,20338bc8,extended,3c0342c6 // bbbb42c6 = FOV 99
patch=1,EE,20338bcc,extended,ac43062c
patch=1,EE,20338bd0,extended,ac430630
patch=1,EE,20338bd4,extended,8c440024
patch=1,EE,20338bd8,extended,248404c0
patch=1,EE,20338bdc,extended,8c840000
patch=1,EE,20338be0,extended,ac830630
patch=1,EE,20338be4,extended,8fa40004
patch=1,EE,20338be8,extended,8fa30000
patch=1,EE,20338bec,extended,27bd0008
patch=1,EE,20338bf0,extended,03e00008


Attached Files Thumbnail(s)
           

.pnach   3AD6CF7E.pnach (Size: 1,17 KB / Downloads: 85)
Reply
(03-07-2019, 10:19 PM)arapapa Wrote: NTSC-J

Abarenbou Princess
Kagero 2 - Dark Illusion (Modified based on ElHecht's patch)
Shutokou Battle 0
Tokyo Bus Annai - Kyou kara Kimi mo Untenshu
Tomb Raider - Utsukushiki Toubousha (Zoom fix)
Top Gear - Dare Devil
Touge 3
Tsugunai


NTSC-U

Tokyo Extreme Racer - Zero (add 'Menu (Car) fix')
Top Gear Dare Devil
Trigger Man
Turok - Evolution


PAL

They Came from the Skies
Thunderbirds
Tokyo Road Race
Torrente 3 - The Protector
Total Overdose
Trigger Man
Turbo Trucks
Turok - Evolution

Can someone get a Widescreen patch for Torrente 3 El Protector (SLES-53979 E71273AC) for the Spanish version? arapapa did the English version, but I'm unable to convert it to the other version
Reply
Dancing Stage SuperNova 2 - PAL - SLES-55197

.pnach   SLES-55197_0970B9FF.pnach (Size: 283 bytes / Downloads: 47)
Reply
Deep Water PAL E - SLES-53404

.pnach   SLES-53404_D777863A.pnach (Size: 272 bytes / Downloads: 81)
Reply
Photo 
Midnight Club - Street Racing PAL-M SLES-50071 831078BD
Midnight Club - Street Racing NTSC-U SLUS-20063 DFD26C76
Midnight Club 3 - DUB Edition PAL-M SLES-52942 EBE1972D

I found the directions that modify the proportion in these games. I modified the values based on the following conclusion:
The difference between 4:3 and 16:9 is 0.44444, which is equivalent in hex to 3FAAAA8F and 3FE38DF8, ergo the subtraction is: 38e369. For original values in 3f800000, 400000 is normally subtracted, which is 0.75 and in most cases it corresponds to the correct value for the original proportion of the game, but in these the proportion did not seem good to me so this is the result.

Update MC3: add original aspect ratio 16:9 with respect to 4:3


Attached Files
.pnach   SLES-52942_EBE1972D.pnach (Size: 277 bytes / Downloads: 70)
.pnach   SLES-50071_831078BD.pnach (Size: 254 bytes / Downloads: 66)
.pnach   SLUS-20063_DFD26C76.pnach (Size: 263 bytes / Downloads: 63)
Reply
4 Fantásticos, Los PAL-S SLES-53147 F67E4351
Fantastic Four PAL-E SLES-53143 CC14A552

Widescreen 16:9


Attached Files
.pnach   SLES-53143_CC14A552.pnach (Size: 171 bytes / Downloads: 41)
.pnach   SLES-53147_F67E4351.pnach (Size: 176 bytes / Downloads: 46)
Reply




Users browsing this thread: 24 Guest(s)