PCSX2 - Widescreen Game Patches
Here's what I came up with for Amplitude Smile. Sorry for the delay.

Background:
In case anyone's wondering, here's an overview of how I rebuilt 2007excalibur2007's dynamic live memory discovery into a game-wide ELF hack.

I converted the original version of the float value 2007excalibur2007's found into its HEX representation (3F988B62), then searched for portions of it in the Amplitude demo's ELF file. No luck. That meant creating this hack wouldn't be very straightforward.

Using Cheat Engine, I found that the demo's menus didn't use the aforementioned HEX value, but it was used while in-game. Since that HEX value is always written to different memory addresses every time you go in-game, I thought up a way of making the addresses predictable. I adjusted PCSX2's slow motion mode to run at 1% speed, then pressed Tab+Shift to activate it just before clicking a menu item to go in-game. Immediately after clicking the menu item (while still in slow motion mode), I created a save state. That caused the game's processing timings to no longer be dependant on user input. In other words, upon loading that save state, the HEX value would now always get written to the exact same addresses, every time. Keep in mind that this save state is from a point in time prior to when Amplitude's game engine writes that HEX value into live memory. The save state would've been useless if the value was already in memory at the time of the state's creation.

So, what is there to gain by getting the game to always write that HEX value to the same addresses? It makes it possible to use PCSX2's built-in debugger Smile! I tracked writes to one of the aforementioned addresses to determine which of the game's functions was writing the X field of view (FOV) into memory. From there I spent a long time trying to hack that function's hardcoded float values to no avail.

My last option turned out to be the most complex kind of hack. I injected custom MIPS code into the previously-mentioned function, right before it writes the X FOV value into memory. My hack just loads in a 0.75 float value, then multiplies it by what the game is about to write into memory. What gets written to memory is now the result of that calculation.

Hacks involving custom MIPS code can potentially be risky. Injecting code into the wrong place can totally break down a game. Why? Because you're overwriting the game's own logic or values with your own "extra" logic. If you accidentally overwrite something important, you run the risk of introducing unexpected glitches and/or game crashes. In Incognito's games, I've been lucky enough to find plenty of orphaned (unused) functions that I can safely place custom logic into. Unfortunately, Harmonix didn't leave any orphaned functions in Amplitude.

So... what now? I ended up searching for a "host0" string in Amplitude's ELF file and overwrote the logic that uses it with my custom logic. The logic I overwrote was probably only useful to Harmonix while developing the game. I doubt it ever runs in demo/retail versions.

Lastly, the full NTSC-U and PAL versions of this game use multiple ELF files... so I added E-type codes (Codemasters Project - Code Type E) to make the hacks activate only when they're supposed to. Same deal for the magazine demo too.

Pnaches:
  • Amplitude (NTSC-U) [SCUS-97258] [2F7B4DB8]
    .pnach   2F7B4DB8.pnach (Size: 1,02 KB / Downloads: 515)
  • Amplitude (PAL-Unk) [SCES-51706] [F7DC0006]
    .pnach   F7DC0006.pnach (Size: 1,02 KB / Downloads: 460)
  • KIOSK Demo Disc 2.9 (NTSC-U) [SCUS-97270] [7656425F]
    Jampack Demo Disc - Summer 2003 [T-Rated] (NTSC-U) [SCUS-97280] [7656425F]
    Jampack Demo Disc - Summer 2003 [M-Rated] (NTSC-U) [SCUS-97281] [7656425F]
    Official U.S. PlayStation Magazine Demo Disc 067 (NTSC-U) [SCUS-97242] [7656425F]
    Official U.S. PlayStation Magazine Demo Disc 104 (NTSC-U) [SCUS-97532] [7656425F]
    .pnach   7656425F.pnach (Size: 11,16 KB / Downloads: 463)

What's covered:
  • Widescreen field of views have been setup for all in-game viewports. Indirectly impacts a few other things...
    • HUDs are thinned out properly and center-aligned.
    • Full-screen images (e.g. loading, logo, demo, etc... screens) are thinned out properly. I had mistaken them for FMVs in my other post.

What's missing:
  • Avatars need to be widened in order to look "normal".
  • Draw distance differences between 4:3 and 16:9 aspect ratios need to be looked into.
  • HUDs should be repositioned to the far left/right of the viewport as needed.
  • Training tutorial's top/bottom black bars need to be stretched.
  • Credits screen's square box needs to be stretched.
  • Widescreen hacks are still needed for the PS2 network configuration utility that comes with the full versions of this game. The utility is in a separate ELF file and doesn't appear to be based on Amplitude's game engine.
  • FMVs need to be resized. Commented-out experimental FMV hacks are included in the pnaches of the full NTSC-U and PAL versions of the game (demo lacks FMVs). Enabling them resizes the FMVs' picture to a 4:3 aspect ratio, but it isn't center-aligned and lacks black side bars.
  • Ports to various other demo versions are still needed:
    • Amplitude [Demo] (NTSC-U) [SCUS-97262]
    • Amplitude [Demo] (NTSC-U) [SCUS-97292]
    • Amplitude P.O.D. [Demo] (NTSC-U) [SCUS-97869]
    • PAL Amplitude demo(s)

Notes:
  • Draw distances seem to differ slightly between 4:3 and 16:9 aspect ratios. In the 1 player screenshots, a distant ground surface isn't rendered in widescreen. However, in the 4 player screenshots, only the widescreen shot contains glowing objects in the distance. So it seems to be a win/lose situation.
  • Two variants of Amplitude's network configuration utility exist: "\NETGUI\NTGUICD.ELF" and "\NETGUI\NTGUIDVD.ELF". Launching the utility within the game crashes PCSX2. It's possible to use PCSX2's "Run ELF..." feature to directly launch the appropriate version of the utility, but the interface is practically unusable due to text positioning issues in the emu.
  • It appears that all multi-game NTSC-U demo discs developed from February 2002 and onwards use a game CRC of "7656425F". That means there's possibly over a hundred (or more) demo discs out there that share the exact same CRC Ohmy...
  • To anyone that may decide to rep this post, please don't forget 2007excalibur2007 too! Without his initial live memory find, these hacks would've never become a reality. Same goes for any other co-developed widescreen hacks.
  • @Devina Feel free to include this post's version of 7656425F.pnach in the widescreen archive's "cheats_ws" folder. It covers Hitman 2 as well as the magazine demos of Amplitude/War of the Monsters. Conflicts won't occur.


Attached Files Thumbnail(s)
                       
                   
           
Reply

Sponsored links

Nice job man, Rep+!
[Image: pNm13X9.gif]
Windows 10 Pro x64 Version 1909 | AMD Ryzen 5 5600X | GIGABYTE AORUS GeForce GTX 1080 Ti | Crucial 16GB (2x8GB) DDR4 3600 RAM | Samsung 850 EVO 500 GB SSD | WD Red Plus 8TB

CPU Intensive Games
GPU Intensive Games
Games that don't need a strong CPU
Reply
(05-03-2015, 06:26 PM)Devina Wrote: ...
If it can't even load it, make sure the CRC is correct, you checked "Enable Widescreen Patch", and it's in the right directory.
Thanx, changing the CRC loads the ws hack, it seems to work for the JPN version of Tekken Tag Tournament, but for the US version the characters are gone (i had the same issue with the JPN version ws hex codes).
How can i check if the game runs in ws mode?
I took some screenshots with and without ws hack, but i didn't notice any difference.
Just changing the CRC of the .pnach file is sufficient to make the ws hack work or do i have to find another ws value?
I just changed the file name for the JPN TTT ws .pnach from 06979F19.pnach to 40DA9BB8.pnach (which is the CRC of my game).
Edit: ok i've got another JPN version and this one works with the .pnach from nemesis. The characters are now fully visible and not out of proportion Smile
Reply
Aced14 confirmed for godsend. Finally, Amplitude in (proper) widescreen! <3
Reply
Just a future note to myself that another KH2 Final Mix English Patch update is coming out.

https://www.youtube.com/watch?v=wixk2I5yiHc
Reply
(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

It is very good to see 4 more gundam games can be played in widescreen. When I play MS Gundam Federation vs Zeon, I find the radar icons are not correct, while it is correct in Gundam vs Zeta Gundam (I turned on the progress scan mode in this game). Is there any solution on this?
Reply
What games still don't have widescreen patches?
Reply
I couldn't find one for Ben10: protector of earth.
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction
Reply
I think we got widescreen patches for most games, especially all the major releases. Smile

The ones left are those on the Request list.

Manhunt 1 also has skewed vert- 16:9, so if someone could make a "zoom out" code for it, that'd be great.
Reply
Devina: I don't find any google result about nemesis2000 telling Atelier Iris 1 cannot be patched
PS2 V9 Aquablue
- SCART RGB cable (with CSYNC) from retrogamingcables.co.uk
- Monster Cable Component (with audio)
- 2x wireless gamepads (Logitech)
- ARMAX with USB Key used for homebrew and saves transfert
- FreeMCBoot -> GSM, OPL, PS2rdMod (WS patching for retail games)
Reply




Users browsing this thread: 28 Guest(s)