All Projects → ThirteenAG → Widescreenfixespack

ThirteenAG / Widescreenfixespack

Licence: mit
Widescreen fixes for old games

Projects that are alternatives of or similar to Widescreenfixespack

Java Game And Application
Java Games and Application with awesome source code and better algorithm
Stars: ✭ 14 (-98.71%)
Mutual labels:  games
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (-96.31%)
Mutual labels:  games
F2bgl
Fade To Black engine reimplementation (SDL, OpenGL)
Stars: ✭ 54 (-95.02%)
Mutual labels:  games
Asobimasu
Games for android
Stars: ✭ 15 (-98.62%)
Mutual labels:  games
Corsair
Corsair using RxJS, Immutable.js and WebGL/three.js
Stars: ✭ 36 (-96.68%)
Mutual labels:  games
Lazyboy
An EDSL implemented in Haskell for programming the Nintendo Game Boy.
Stars: ✭ 44 (-95.94%)
Mutual labels:  games
Shortstories
Interactive stories told through App Shortcuts and Notifications
Stars: ✭ 26 (-97.6%)
Mutual labels:  games
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (-94.75%)
Mutual labels:  hooking
Csgo Float
💎 Retrieve CS:GO float values in JavaScript
Stars: ✭ 37 (-96.59%)
Mutual labels:  games
Chocolate Doom
Chocolate Doom is a Doom source port that is minimalist and historically accurate.
Stars: ✭ 1,052 (-3.04%)
Mutual labels:  games
Rails
Rails 18xx Java Application Main Repository
Stars: ✭ 28 (-97.42%)
Mutual labels:  games
Games
Your own games website, filled with open source goodness! Automated installation of a plethora of open source web games. Fully customizable.
Stars: ✭ 35 (-96.77%)
Mutual labels:  games
Jglm
Java OpenGL Mathematics Library
Stars: ✭ 44 (-95.94%)
Mutual labels:  games
Beaverandfairies
Stars: ✭ 14 (-98.71%)
Mutual labels:  games
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (-0.37%)
Mutual labels:  hooking
Imgui.net
An ImGui wrapper for .NET.
Stars: ✭ 848 (-21.84%)
Mutual labels:  games
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (-7.1%)
Mutual labels:  games
Boxcrash
An example game written in Rust and Piston
Stars: ✭ 57 (-94.75%)
Mutual labels:  games
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-94.84%)
Mutual labels:  hooking
Sketch
A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
Stars: ✭ 1,026 (-5.44%)
Mutual labels:  games

Widescreen Fixes Pack

Build status

https://thirteenag.github.io/wfp

Plugins to make or improve widescreen resolutions support in PC games.

Important notes

  • Not compatible with Windows XP.
  • If you're using WINE, you may want to check these issues: #480, #207.

Building and Installing

Requirements:

Run the following command in the root of this directory to generate the project files (or simply launch premake5.bat):

premake5 vs2017

The usage is as simple as inserting the files into game's root directory. Uninstalling is as easy as that too, delete the files and you are done.

List of fixes:

Bully: Scholarship Edition Widescreen Fix

Fixed Resolution (Ultra-Wide)

Fixed Aspect Ratio (Ultra-Wide)

Fixed HUD (Ultra-Wide)

Fixed Field of View (Ultra-Wide)

Fixed FMVs

Unlocked all resolutions supported by the OS

Fixed an issue when last selected resolution is reset upon startup

Adjustable FOV via ini

Download | Source | Default INI File

Burnout 3: Takedown Widescreen Fix [PCSX2]

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source

Call of Cthulhu Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed FMVs

Issues unfixed: #420

Download | Source | Default INI File

Cold Fear Widescreen Fix

Fixed Resolution

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to disable cutscene borders

Added an option to make FMVs fullscreen

Download | Source | Default INI File

Condemned: Criminal Origins Widescreen Fix

Fixed Resolution (Config.exe)

Fixed Aspect Ratio (Ultra-Wide)

Fixed HUD (Ultra-Wide)

Added an option to fix stretched menu

Added an option to fix low framerate

Added an option to fix issue when controls aren't saved

Added an option to make windowed mode borderless

Download | Source | Default INI File

Deer Avenger 4 Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Some rendering issues are visible in widescreen.

Download | Source

DRIV3R Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to increase draw distance

Download | Source | Default INI File

Driver Parallel Lines Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Download | Source | Default INI File

Enter the Matrix Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Far Cry Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Download | Source | Default INI File

FlatOut Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Adjustable FOV via ini

Added an option to skip intro

Download | Source | Default INI File

FlatOut 2 Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Adjustable FOV via ini

Added an option to skip intro

Download | Source | Default INI File

FlatOut Ultimate Carnage Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Only supports different aspect ratios like 21:9

Download | Source

Grand Theft Auto (1) Widescreen Fix

Fixed Resolution

Download | Source | Default INI File

Grand Theft Auto 2 Widescreen Fix

Fixed Resolution

Fixed HUD

Fixed Field of View

Added an option to quicksave via customizable hotkey

If you have the issue with broken graphics when driving at high speeds, try setting the ini parameter CameraZoomFactor = auto to a hardcoded value. It's currently calculated this way: ((AspectRatio) / (4.0 / 3.0)) * 2.5. Find out what that value is for your resolution using this link (e.g. for 2560x1080, CameraZoomFactor = 4.44) and set CameraZoomFactor to anything less than that (e.g. for 2560x1080, CameraZoomFactor = 3.8).

Download | Source | Default INI File

Grand Theft Auto III Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Many different options available in the ini file

Download | Source | Default INI File

Grand Theft Auto Vice City Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Many different options available in the ini file

Download | Source | Default INI File

Grand Theft Auto San Andreas Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Many different options available in the ini file

Download | Source | Default INI File

Gun Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

Hidden and Dangerous 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Damage overlay is disabled (not scaled properly)

Download | Source | Default INI File

Just Cause Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

King Kong Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to increase mouse sensitivity beyond the game's limit

Added an option to make FMVs fullscreen

Added an option to hide untextured objects (experimental, not recommended to use)

Download | Source | Default INI File

Knight Rider: The Game Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

Knight Rider: The Game 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

L.A. Rush Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Mafia: The City of Lost Heaven Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to increase draw distance

Added an option to change fps limit

Added an option to fix issue with settings

Added an option to make windowed mode borderless

Added an option to set deadzone for left stick and right stick on gamepad (otherwise camera just spins on its own)

Download | Source | Default INI File

Manhunt Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to change save game directory

Download | Source | Default INI File

Mass Effect Trilogy FOV Fix

Fixed Field of View

Download | Source

Max Payne Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to make graphic novels fullscreen

Added an option to disable cutscene borders

Added an option to load save game automatically on startup

Added an option to change save game directory

Added an option to keep the game running on minimize

Download | Source | Default INI File

Max Payne 2 Widescreen Fix

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to make graphic novels fullscreen

Added an option to disable cutscene borders

Added an option to load save game automatically on startup

Added an option to change save game directory

Added an option to keep the game running on minimize

Download | Source | Default INI File

Need for Speed Underground Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Fixed black magazine covers

Added an option to switch between different 3D scaling

Added an option to make FMVs fullscreen

Added an option to change save game directory

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to increase deadzone for left stick

Download | Source | Default INI File

Need for Speed Underground 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to switch between different 3D scaling

Added an option to disable cutscene borders

Added an option to make FMVs fullscreen

Added an option to change save game directory

Added an option to write registry settings to a file

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to change fps limit

Added an option to for 60fps cutscenes

Added an option to fix optical drive bug

Added an option to increase deadzone for left stick

Download | Source | Default INI File

Need for Speed Most Wanted (2005) Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to switch between different 3D scaling

Added an option to increase shadow resolution

Added an option to fix dynamic shadows

Added an option to enable rearview mirror for all camera views

Added an option to make FMVs fullscreen

Added an option to change save game directory

Added an option to write registry settings to a file

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to disable motion blur

Added an option to force 44100Hz sample rate audio

Added an option to increase deadzone for left stick

Download | Source | Default INI File

Need for Speed Carbon Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to switch between different 3D scaling

Added an option to enable windowed mode

Added an option to fix crash after loading a profile

Added an option to make FMVs fullscreen

Added an option to change save game directory

Added an option to write registry settings to a file

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to expand controller configuration

Added an option to increase deadzone for left stick

Download | Source | Default INI File

Need for Speed ProStreet Generic Fix

Fixed Aspect Ratio (Ultra-Wide)

Fixed HUD (Ultra-Wide)

Fixed Field of View (Ultra-Wide)

Fixed FMVs (Ultra-Wide)

Added an option to fix resolution detection

Added an option to fix a game breaking bug after completing a race

Added an option to uncap framerate

Added an option to fix various crashes

Added an option to increase shadow resolution

Added an option to skip intro

Added an option to enable windowed mode

Added an option to change save game directory

Added an option to write registry settings to a file

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to increase deadzone for left stick

Added an option to disable motion blur

Added an option to fix brake lights

Added an option to fix default gamma setting

Download | Source | Default INI File

Need for Speed Undercover Generic Fix

Fixed Aspect Ratio (Ultra-Wide)

Fixed HUD (Ultra-Wide)

Fixed Field of View (Ultra-Wide)

Fixed FMVs (Ultra-Wide)

Added an option to fix resolution detection

Added an option to skip intro

Added an option to enable windowed mode

Added an option to change save game directory

Added an option to write registry settings to a file

Added an option to improve gamepad support (gamepad icons, fixed bindings etc)

Added an option to increase deadzone for left stick

Added an option to set bloom intensity

Download | Source | Default INI File

Onimusha 3 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Paradise Cracked Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Download | Source | Default INI File

Psi-Ops: The Mindgate Conspiracy Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs (#272)

Download | Source | Default INI File

Psychonauts Widescreen Fix

Fixed HUD

Fixed FMVs

Download | Source | Default INI File

Second Sight Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

Silent Hill 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to make FMVs fullscreen

Added an option to disable cutscene borders

Added an option to set core affinity

Added an option to disable safe mode

Added an option to make fast transitions

Added an option to set fps limit

Added an option to change camera speed to match PS2 version

Added an option to fix gamepad bindings

Added an option to fix certain lighting issues

Added an option to increase noise effect resolution

Added an option to make background images fullscreen

Download | Source | Default INI File

Silent Hill 3 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to make FMVs fullscreen

Added an option to disable cutscene borders

Added an option to disable safe mode

Added options to increase resolution of dynamic shadows and other effects

Added an option to increase fog complexity

Download | Source | Default INI File

Silent Hill 4 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to disable cutscene borders

Added an option to increase pause background resolution

Added an option to fix cutscene framerate

Added an option to disable registry dependency

Added an option to disable safe mode

Added an option to skip intro

Download | Source | Default INI File

Sniper Elite Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

Sonic Heroes Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

Splinter Cell Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Splinter Cell Pandora Tomorrow Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to increase night vision resolution

Added an option to change goggles' light color

Download | Source | Default INI File

Splinter Cell Chaos Theory Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to change goggles' light color

Download | Source | Default INI File

Splinter Cell Double Agent Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to change goggles' light color

Download | Source | Default INI File

Splinter Cell Double Agent V2 Widescreen Fix [PCSX2]

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source

Street Racing Syndicate Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Stubbs the Zombie Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Fixed OpenGL crash on startup

Download | Source | Default INI File

The Punisher Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Added an option to skip intro

Download | Source | Default INI File

The Godfather Widescreen Fix

Fixed Resolution

Fixed HUD

Fixed Field of View

Download | Source | Default INI File

The Matrix: Path of Neo Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

The Suffering Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Adjustable FOV via ini

Download | Source | Default INI File

Tony Hawk's American Wasteland Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to randomize songs order

Download | Source | Default INI File

Tony Hawk's Underground 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to randomize songs order

Download | Source | Default INI File

Tony Hawk's Underground Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to randomize songs order

Download | Source | Default INI File

Tony Hawk's Pro Skater 4 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to randomize songs order

Download | Source | Default INI File

Tony Hawk's Pro Skater 3 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Added an option to randomize songs order

Download | Source | Default INI File

Tony Hawk's Pro Skater 2 Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Total Overdose Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD (Except menu)

Fixed Field of View

Fixed FMVs (Ver-)

Download | Source | Default INI File

True Crime Streets of LA Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed Field of View

Download | Source | Default INI File

True Crime New York City Widescreen Fix

Fixed Resolution

Fixed Aspect Ratio

Fixed HUD

Fixed Field of View

Fixed FMVs

Download | Source | Default INI File

Ultimate Spider-Man Widescreen Fix

Fixed Aspect Ratio

Fixed HUD (partially, radar map has to be removed)

Fixed Field of View

Fixed FMVs

Added an option to change fps limit

Adjustable FOV via ini

Download | Source | Default INI File

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].