I was just wondering how people figure out what patches are required to make and fmv go widescreen. I looked at the persona pnach files and the hack seems to be quite similar between the 2, but it's very different with kingdom hearts. The game I'm looking to patch is GrimGrimoire.
(02-27-2014, 09:24 AM)metalmallow Wrote: It's impossible to make them widescreen without stretching the image as there's no actual 3D scene to render.
Well what about games with black bars on fmvs? i mean the cutscenes don't look stretched in persona 4 while using the widescreen hack. (I assume thats because it's actually stretched but is offset by the black bars) I just want to know how to do this.
(02-27-2014, 12:11 PM)arithine Wrote: Yes they do, look at the opening of persona 4 without widescreen hack, notice the letterbox, now turn on the widescreen hack, letterbox is gone.
Persona 3 widescreen hack
Code:
//FMV's fix by nemesis2000
patch=1,EE,0010afd0,word,1462000a
patch=1,EE,0010afd8,word,3c02c294
patch=1,EE,0010afdc,word,10000008
patch=1,EE,0010afec,word,00000000
patch=1,EE,0010affc,word,3c02c1a8
patch=1,EE,0010b010,word,00000000
this is stretching.nothing to do with a wdescreen hack.
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
that would mean stretch the video to put the black borders out of the screen array...
I'm not into patches, but is suggest you directly ask nemesis2000
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
(02-27-2014, 12:50 PM)jesalvein Wrote: that would mean stretch the video to put the black borders out of the screen array...
I'm not into patches, but is suggest you directly ask nemesis2000
This is what Im thinking too, is there any way of stretching it both vertically and horizontally so the image is still true widescreen but without the black borders.