Jump to content

Unofficial patches

646 files

  1. Battlestrike: The Road to Berlin - FOV Fix

    This RAR file contains modified Battle Strike.exe files that fix the field of view issue in Battlestrike: The Road to Berlin (2004), as the game stretches the image at aspect ratios wider than 4:3.
    Supported aspect ratios: 5:4, 1.85:1, 2.39:1, 2.76:1, 12:3, 15:4, 15:9, 16:9, 16:10, 21:9 (2560x1080), 21:9 (3440x1440), 21:9 (3840x1600), 32:9, 32:10, 45:9, 48:9 and 48:10.
    Tools used: OllyDbg, Cheat Engine, HxD.
    Instructions:
    1. Extract the Battle Strike.exe file that corresponds to your aspect ratio to the main game folder, overwriting the original executable.
    2. Set your resolution in the Windows Registry: <HKEY_CURRENT_USER\SOFTWARE\City Interactive\WWII\V4D Direct3D Renderer>.
    Instructions for other aspect ratios:
    1. The hex location for horizontal FOV is in the address 00397070.
    2. Open one of the modded Battle Strike.exe files in a hex editor like HxD.
    3. Press Ctrl+G and go to the offset address in step 1.
    4. Highlight the 4 pairs of values after where the cursor is positioned after doing the search for the address.
    5. Go to the "Data inspector" tab at the right side and paste the value in the "Single (float32)" row (The formula is (4 / 3) / aspect_ratio ; example: (4 / 3) / 1.33333 = 1).
    6. Press Enter and save the file. Your new horizontal FOV will be saved permanently.

    25 downloads

    0 comments

    Submitted

  2. Terrorist Takedown: Payback - FOV Fix

    This RAR file contains modified payback.exe files that fix the field of view issue in Terrorist Takedown: Payback (2005), as the game stretches the image at aspect ratios wider than 4:3.
    Supported aspect ratios: 5:4, 1.85:1, 2.39:1, 2.76:1, 12:3, 15:4, 15:9, 16:9, 16:10, 21:9 (2560x1080), 21:9 (3440x1440), 21:9 (3840x1600), 32:9, 32:10, 45:9, 48:9 and 48:10.
    Tools used: OllyDbg, Cheat Engine, HxD.
    Instructions:
    1. Extract the payback.exe that corresponds to your aspect ratio to the main game folder, overwriting the original executable.
    2. Set your resolution in the Windows Registry: <HKEY_CURRENT_USER\SOFTWARE\City Interactive\TTP_eng\V4D Direct3D Renderer>.
    Instructions for other aspect ratios:
    1. The hex location for horizontal FOV is in the address 00396FC0.
    2. Open one of the modded payback.exe files in a hex editor like HxD.
    3. Press Ctrl+G and go to the offset address in step 1.
    4. Highlight the 4 pairs of values after where the cursor is positioned after doing the search for the address.
    5. Go to the "Data inspector" tab at the right side and paste the value in the "Single (float32)" row (The formula is (4 / 3) / aspect_ratio ; example: (4 / 3) / 1.33333 = 1).
    6. Press Enter and save the file. Your new horizontal FOV will be saved permanently.

    22 downloads

    0 comments

    Submitted

  3. Terrorist Takedown - FOV Fix

    This RAR file contains modified tt.exe files that fix the field of view issue in Terrorist Takedown (2004), as the game stretches the image at aspect ratios wider than 4:3.
    Supported aspect ratios: 5:4, 1.85:1, 2.39:1, 2.76:1, 12:3, 15:4, 15:9, 16:9, 16:10, 21:9 (2560x1080), 21:9 (3440x1440), 21:9 (3840x1600), 32:9, 32:10, 45:9, 48:9 and 48:10.
    Tools used: OllyDbg, Cheat Engine, HxD.
    Instructions:
    1. Extract the tt.exe that corresponds to your aspect ratio to the main game folder, overwriting the original executable.
    2. Set your resolution in the Windows Registry: <HKEY_CURRENT_USER\SOFTWARE\City Interactive\tt_en\V4D Direct3D Renderer>.
    Instructions for other aspect ratios:
    1. The hex location for horizontal FOV is in the address 00394F80.
    2. Open one of the modded tt.exe files in a hex editor like HxD.
    3. Press Ctrl+G and go to the offset addresses in step 1.
    4. Highlight the 4 pairs of values after where the cursor is positioned after doing the search for the addresses.
    5. Go to the "Data inspector" tab at the right side and paste the value in the "Single (float32)" row (The formula is (4 / 3) / aspect_ratio ; example: (4 / 3) / 1.33333 = 1).
    6. Press Enter and save the file. Your new horizontal FOV will be saved permanently.

    21 downloads

    0 comments

    Submitted

  4. Western Outlaw: Wanted Dead or Alive - FOV Fix

    This is a RAR file that contains a modified lithtech.exe and a Western Outlaw Wanted Dead or Alive - FOV Fixer v1.1.exe intended to fix the FOV issue in Western Outlaw: Wanted Dead or Alive (2003), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen. I don't recommend setting any resolution other than the ones in-game, which are only 4:3 ones. This is because the HUD and menus are cropped at wider resolutions than 4:3 (unusable at 21:9 or wider), so a safer option is to set your native resolution in a DirectX wrapper like dgVoodoo2, along with one of the ingame resolutions. This means however, that HUD and menus will be stretched.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/WesternOutlawWantedDeadorAliveFOVFix.cpp
    Instructions:
    1. Extract all files to the root game folder, replacing the original lithtech.exe, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Western Outlaw Wanted Dead or Alive - FOV Fixer v1.1.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    45 downloads

    0 comments

    Updated

  5. Global Operations - FOV Fix

    This is a RAR file that contains a modified globalops.exe and a Global Operations - FOV Fixer v1.1.exe, intended to fix the field of view in Global Operations (2002), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen. This fix only works on version 2.0,
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/GlobalOperationsFOVFix.cpp
    Instructions:
    1. Extract all files to the root game folder, replacing the original globalops.exe, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Global Operations - FOV Fixer v1.1.exe, insert your desired resolution width and height to automatically fix the FOV.

    54 downloads

    0 comments

    Updated

  6. Might and Magic IX - FOV Fix

    Comes with a RAR file, which includes a modified lithtech.exe and a Might and Magic IX - FOV Fixer v1.1.exe intended to fix the field of view in Might and Magic IX (2002), as the game's engine, LithTech 2.0, crops the image at resolutions with an aspect ratio wider than 4:3 (Vert-). This fix is based on the GOG.com version.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/MightandMagic9FOVFix.cpp
    Instructions:
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Might and Magic IX - FOV Fixer v1.1.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    100 downloads

    0 comments

    Updated

  7. Crisis Team: Ambulance Driver - FOV Fix

    This is a RAR file that contains a modified Lithtech.exe and a Crisis Team Ambulance Driver - FOV Fixer v1.1.exe intended to fix the field of view in Crisis Team: Ambulance Driver (2002), as the game's engine, LithTech 2.0, crops the image at resolutions with an aspect ratio wider than 4:3 (Vert-).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/CrisisTeamAmbulanceDriverFOVFix.cpp
    Instructions:
    1. Extract all files to the root game folder, replacing the original Lithtech.exe, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Crisis Team Ambulance Driver - FOV Fixer v1.1.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    18 downloads

    0 comments

    Updated

  8. Legends of Might and Magic - FOV Fix

    Comes with a RAR file, which includes a modified lithtech.exe and a Legends of Might and Magic - FOV Fixer v1.3.exe intended to fix the field of view in Legends of Might and Magic (2001), as the game's engine, LithTech 2.0, crops the image at resolutions with an aspect ratio wider than 4:3 (Vert-). This fix requires the 1.1 patch to be already installed beforehand.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/LegendsofMightandMagicFOVFix.cpp
    Instructions:
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Legends of Might and Magic - FOV Fixer v1.3.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    23 downloads

    0 comments

    Updated

  9. Requiem: Avenging Angel - FOV Fix

    Comes with a RAR file, which includes a modified D3D.exe and a Requiem Avenging Angel - FOV Fixer v1.2.exe intended to fix the field of view in Requiem: Avenging Angel (1999).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/RequiemAvengingAngelFOVFix.cpp
    Instructions
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Requiem Avenging Angel - FOV Fixer v1.2.exe, insert your desired resolution width and resolution height, and the FOV will be fixed automatically in-game.

    309 downloads

    26 comments

    Updated

  10. Nail'd Unofficial Language Patch

    Since [nail'd] uses Chrome Engine 4, this engine is prone to problems under the Chinese (or Japanese&Koreans) system. Either the level is stuck or the AI is stuck. This time, there are no letters.
    This [nail'd] language correction patch is convenient for players without letters to enter the game. There is no need to change compatibility or use the language convert Applications.
    Instructions:
    Just overwrite the filesystem_x86.dll file in the game directory (be careful to back up the original game filesystem_x86.dll file)

    20 downloads

    0 comments

    Submitted

  11. Jacked - Widescreen & FOV Fix

    Comes with a RAR file, which includes a modified Jacked.exe and a Jacked - Widescreen Fixer v1.2.exe intended to fix the resolution and field of view in the racing game Jacked (2006).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/JackedWidescreenFix.cpp
    Instructions
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Jacked - Widescreen Fixer v1.2.exe, insert your desired resolution width and resolution height, and the FOV will be fixed automatically in-game.
    3. Make sure to select 1280x1024 resolution in the ingame video options after selecting a profile.
    Issues:
    :-: HUD isn't fixed.

    69 downloads

    0 comments

    Updated

  12. Fixed the problem of Warriors Orochi 3 Ultimate Ma Chao Musou causing the enemy to go black

    from https://www.bilibili.com/video/BV1Uu411F7QR/

    474 downloads

    0 comments

    Updated

  13. Konosuba: Fukkatsu no Beldia/Verdia of the Resurrection 100% Translation Patch

    A third English translation for Konosuba: Fukkatsu no Beldia.
    This modifies the entire game by updating the version of Clickteam Fusion the game runs on, translates all untranslated text, and adds various QOL fixes to the game/launcher.
    Since the updated files are usable without needing to have the base game installed the patch will be installed using Clickteam's patching tool. If the game's file path has Japanese characters in it please rename it or the install will fail.

    46 downloads

    0 comments

    Updated

  14. Batman: Vengeance - Widescreen & FOV Fix

    Comes with a RAR file, which includes a modified osr_dx8_vf.dll and a Batman Vengeance - Widescreen Fixer v1.2.exe intended to fix the resolution and field of view in the action game Batman: Vengeance (2002).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/BatmanVengeanceWidescreenFix.cpp
    Instructions
    1. Extract both files to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Batman Vengeance - Widescreen Fixer v1.2.exe, insert your desired resolution width and resolution height, the FOV will also be fixed automatically in-game.
    3. Go in-game and enter the video settings.
    4. Choose "640x480" as the resolution. No worries, the actual resolution is the one set in the fixer executable.
    Issues:
    :-: HUD isn't fixed.

    313 downloads

    0 comments

    Updated

  15. DMC3SE PC 2006 - Brazilian Portuguese Fan Translation by Gamevicio

    Fan translation made by Gamevicio for Devil May Cry 3 Special Edition 2006 PC port. By the time of this post, the download link was not accessible. This patch replaces the Spanish files of the game.
    - <code>dmc3_br[www.gamevicio.com.br].zip</code> for the installer version.
    - <code>DMC3SE PC 2006 PT-BR.zip</code> for manual extraction.
    (Extract the contents to "data2" folder if using Vanilla/Style Switcher v2.4.3 or to "native\rom" folder if using Style Switcher v3+ and set "Language" to "5".)

    37 downloads

    0 comments

    Submitted

  16. Arthur's Quest: Battle for the Kingdom - FOV Fix

    Comes with a RAR file, which includes a modified CShell.dll and a Arthur's Quest Battle for the Kingdom - FOV Fixer v1.2.exe intended to fix the field of view in Arthur's Quest: Battle for the Kingdom (2002), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/ArthursQuestBattlefortheKingdomFOVFix.cpp
    Instructions:
    1. Extract both files to the root game folder, replacing the original CShell.dll, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Arthur's Quest Battle for the Kingdom - FOV Fixer v1.2.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    11 downloads

    0 comments

    Updated

  17. March! Offworld Recon - FOV Fix

    This is a Cheat Engine table file intended to fix the FOV issue in March! Offworld Recon (2002), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a permanent horizontal FOV (vertical FOV is the same as 4:3 (78º), so it's not an issue).
    Supported aspect ratios: 1.85:1, 2.39:1, 2.76:1, 12:3, 15:4, 15:9, 16:9, 16:10, 21:9 (2560x1080), 21:9 (3440x1440), 21:9 (3840x1600), 32:9, 32:10, 45:9, 48:9 and 48:10.
    Credits also go to: Automaniak
    Instructions:
    1. Set your resolution in <path-to-game>/autoexec.cfg.
    2. Look for the lines "GameScreenHeight", "GameScreenWidth", "SCREENWIDTH" and "SCREENHEIGHT".
    3. Start the game (don't go to the video options or the custom resolution is lost).
    4. Alt+tab and open Cheat Engine.
    5. Open the game's process (lithtech.exe) and open the cheat table provided in the fix: March Offworld Recon - FOV Fix v1.1.CT
    6. Once the scripts appear in the address list in the box below the main one, first tick the "Active" box of the "Weapon HFOV" and "Camera HFOV" scripts that correspond to your desired aspect ratio, a red cross will appear to let you know both scripts are working.
    7. Go back to the game and start a new level or game. That's it.

    32 downloads

    0 comments

    Updated

  18. Alcatraz: Prison Escape - FOV Fix

    This is a RAR file that contains a modified lithtech.exe and a Alcatraz Prison Escape - FOV Fixer v1.3.exe intended to fix the FOV issue in Alcatraz: Prison Escape (2001), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen. The fix requires the 1.01 patch to be installed beforehand. I don't recommend setting any resolution other than the ones in-game, which are only 4:3 ones. This is because the HUD and menus are cropped at wider resolutions than 4:3, so a safer option is to set your native resolution in a DirectX wrapper like dgVoodoo2, along with one of the ingame resolutions. This means however, that HUD and menus will be stretched.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/AlcatrazPrisonEscapeFOVFix.cpp
    Instructions:
    1. Extract all files to the root game folder, replacing the original lithtech.exe and cshell.dll, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Alcatraz Prison Escape - FOV Fixer v1.3.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    35 downloads

    0 comments

    Updated

  19. Age of Empires: The Rise of Rome registry fix

    Modern systems are sometimes unable to run Age of Empire's original installer. Some people use portable installations of the game from when they could still install it. These scenarios cause issues with the installer for UPatch, a fan patch that contains bug fixes and improvements for modern operating systems. UPatch refuses to install if it can't find Age of Empires: The Rise of Rome installed through Windows' registry, and offers no option to simply extract the patch files to a directory. 
     
    This registry patch will write the game as being installed to the registry. Just place it it in the \GAME\ folder in the game's installation directory.
     
    Instructions:
    1. Place SETUPREG.EXE in \Age of Empires\GAME\
    2. Run it, and a registry edit will be made to declare the Age of Empires install directory to \Age of Empires\GAME\ (UPatch looks for EMPIRESX.EXE and will complain if it doesn't find this file)
    3. Run UPatch installer

    107 downloads

    0 comments

    Submitted

  20. Vietnam: Black Ops - FOV Fix

    Comes with a RAR file, which includes a modified BlackOps.exe and a Vietnam Black Ops - FOV Fixer v1.3.exe intended to fix the field of view in Vietnam: Black Ops (2000), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/VietnamBlackOpsFOVFix.cpp
    Instructions:
    1. Extract both files to the root game folder, replacing the original BlackOps.exe, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Vietnam Black Ops - FOV Fixer v1.3.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    21 downloads

    0 comments

    Updated

  21. TNN Outdoors Pro Hunter 2 - FOV Fix

    Comes with a RAR file, which includes a modified CLIENT.EXE and a TNN Outdoors Pro Hunter 2 - FOV Fixer v1.2.exe intended to fix the field of view in TNN Outdoors Pro Hunter 2 (1999), as the game's engine, LithTech 1.2, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a constant horizontal FOV, no matter the resolution chosen.
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/TNNOutdoorsProHunter2FOVFix.cpp
    Instructions:
    1. Extract both files to the root game folder, replacing the original CLIENT.EXE, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run TNN Outdoors Pro Hunter 2 - FOV Fixer v1.2.exe, insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    13 downloads

    0 comments

    Updated

  22. Elite Forces: Navy SEALs - FOV Fix

    Comes with a RAR file, which includes a modified lithtech.exe and a Elite Forces Navy SEALs - FOV Fixer v1.1.exe intended to fix the field of view in Elite Forces: Navy SEALs (2002), as the game's engine, LithTech Talon, stretches the image at resolutions with an aspect ratio wider than 4:3, due to it having a permanent horizontal FOV (vertical FOV is the same as 4:3, so it's not an issue).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/EliteForcesNavySEALsFOVFix.cpp
    Instructions:
    1. Extract both executables to the root game folder, replacing the original lithtech.exe, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Elite Forces Navy SEALs - FOV Fixer v1.1.exe, and insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    23 downloads

    0 comments

    Updated

  23. Elite Forces: World War II Normandy - FOV Fix

    Comes with a RAR file, which includes a modified client.exe and a Elite Forces WWII Normandy - FOV Fixer v1.4.exe intended to fix the field of view in Elite Forces: WWII - Normandy (2001), as the game's engine, LithTech 1.5, crops the image at resolutions with an aspect ratio wider than 4:3 (Vert-).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/EliteForcesWW2NormandyFOVFix.cpp
    Instructions:
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Elite Forces WWII Normandy - FOV Fixer v1.4.exe, and insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    20 downloads

    0 comments

    Updated

  24. Elite Forces: World War II Iwo Jima - FOV Fix

    Comes with a RAR file, which includes a modified client.exe and a Elite Forces WWII Iwo Jima - FOV Fixer v1.4.exe intended to fix the field of view in Elite Forces: WWII - Iwo Jima (2001), as the game's engine, LithTech 1.5, crops the image at resolutions with an aspect ratio wider than 4:3 (Vert-).
    Source code available here: https://github.com/alphayellow1/AlphaYellowWidescreenFixes/blob/main/source/fixes/EliteForcesWW2IwoJimaFOVFix.cpp
    Instructions:
    1. Extract both executables to the root game folder, replacing the original executable, and extract the 32-bit or 64-bit fixer exe depending if your system is 32 or 64-bits.
    2. Run Elite Forces WWII Iwo Jima - FOV Fixer v1.4.exe, and insert your desired resolution width and height to automatically fix the FOV, or set custom horizontal and vertical FOV values if desired.

    15 downloads

    0 comments

    Updated

  25. Ferrari Virtual Academy Server Patch

    Allows the game to work and be playable by patching the sign-in screen which relied on a dead Kunos server.
     
    For v1.4 (Adrenaline Pack) of the game, could work on older versions but I'm not sure.

    42 downloads

    0 comments

    Updated

×
×
  • Create New...