All Projects → xan1242 → hp2wsfix

xan1242 / hp2wsfix

Licence: MIT license
Need for Speed: Hot Pursuit 2 PC - Widescreen fix

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to hp2wsfix

Apesuperhud
A simple way to display a HUD with a message or progress information in your application.
Stars: ✭ 156 (+524%)
Mutual labels:  hud
TF2HUD.Fixes
Collection of bug fixes and QOL changes to the default Team Fortress 2 HUD.
Stars: ✭ 83 (+232%)
Mutual labels:  hud
SKChoosePopView
SKChoosePopView是一个HUD风格的可定制化选项弹窗的快速解决方案,集成了上、下、左、右、中5个进场方向的6种动画效果,如果不能满足你对酷炫效果的需要,SKChoosePopView同样支持自定义动画,以及选择记录、动画的开闭、点击特效、行列数量控制等
Stars: ✭ 70 (+180%)
Mutual labels:  hud
Mangohud
A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
Stars: ✭ 2,994 (+11876%)
Mutual labels:  hud
KronHUD
A mod to add clean and useful HUD widgets.
Stars: ✭ 62 (+148%)
Mutual labels:  hud
restoration-mod
This repository is the home of Restoration Mod for Payday 2
Stars: ✭ 30 (+20%)
Mutual labels:  hud
Ihprogresshud
A clean and lightweight progress HUD based on SVProgressHUD, converted to Swift with the help of Swiftify.
Stars: ✭ 135 (+440%)
Mutual labels:  hud
Polaris
Polaris is a Face recognition attendance system .
Stars: ✭ 211 (+744%)
Mutual labels:  hud
VWProgressHUD
A easy hud to use, if you like this, star it.
Stars: ✭ 23 (-8%)
Mutual labels:  hud
descent
Elegant now playing display for Last.fm showing song metadata and local weather.
Stars: ✭ 97 (+288%)
Mutual labels:  hud
Zap Hud
The OWASP ZAP Heads Up Display (HUD)
Stars: ✭ 201 (+704%)
Mutual labels:  hud
csgo-hud
Custom CS:GO Spectator HUD
Stars: ✭ 40 (+60%)
Mutual labels:  hud
UIFramework
A powerful UI framework for the game Onset (https://playonset.com/)
Stars: ✭ 13 (-48%)
Mutual labels:  hud
Svprogresshud
A clean and lightweight progress HUD for your iOS and tvOS app.
Stars: ✭ 12,339 (+49256%)
Mutual labels:  hud
mate-hud
Provides a way to run menubar commands through rofi, much like the Unity 7 Heads-Up Display (HUD).
Stars: ✭ 46 (+84%)
Mutual labels:  hud
Toastui
A simple way to show toast in SwiftUI.
Stars: ✭ 138 (+452%)
Mutual labels:  hud
react-native-modal-loader
Customizable animated modal progress hud for react apps.
Stars: ✭ 36 (+44%)
Mutual labels:  hud
BSLoader
It's to show loading animations
Stars: ✭ 13 (-48%)
Mutual labels:  hud
OpenNFS1
Remake of the original EA Need for Speed 1 using c# and Monogame
Stars: ✭ 157 (+528%)
Mutual labels:  need-for-speed
gnome-hud
Unity like HUD menu for the GNOME Desktop Environment using rofi menu.
Stars: ✭ 111 (+344%)
Mutual labels:  hud

HP2WSFix

A rudimentary widescreen fix for Need for Speed: Hot Pursuit 2 on PC

Status

  • Recalculates camera FOV
  • Fixes ingame and FrontEnd resolution (permanently disables resolution limiting)
  • FrontEnd element position scaling (or centering to 4:3)
  • Configure and increase the memory allocations (e.g. for the render class (CLASS_RENDER) - this fixes higher poly models from crashing the game (e.g. car mods))
  • d3d8to9 automatically enabled with the Ultimate ASI Loader (release binaries only)
  • Reroute the save directory
  • Ingame resolution changes are currently buggy (have to enter a race then exit or restart the game)
  • Needs detail polish (multiplayer server browser, some menus not centered, etc.)

Usage

  • Extract the contents of the .zip file to the game's root directory.
  • Go to your save directory (My Documents\EA Games), open rendercaps.ini and adjust your resolution under the [Graphics] key ([GraphicsFE] is unused)
  • Check out HP2WSFix.ini for more adjustments
  • If you have less than 1GB RAM: rename HP2WSFix_LowMem.ini to HP2WSFix.ini
  • If any issues arise, install the VC++ 2015 - 2019 Redistibutable package: DOWNLOAD LINK

Requirements (for the release binaries)

  • SSE2 capable CPU (Pentium 4 and newer)
  • 1GB RAM for HD fonts and textures
  • Windows XP or newer (Wine REQUIRES workaround, see below, WinXP doesn't have the console window possibility)
  • Visual C++ Redistibutable 2015
  • Version 242 (or version 1.32.20-R) of the game: PATCH DOWNLOAD LINK & NoCD a patch for it

Downloads

You should be able to download the files necessary in the Releases tab.

WORKAROUND FOR WINE USERS:

  • Rename the ASI loader from d3d8.dll to dinput.dll (NOT DINPUT8)
  • In Wine configuration (winecfg) add a library override for dinput (it MUST be set to native first) SCREENSHOT

Wine WILL throw exceptions for a pagefault at 0x5380e6, however, you can close Wine's exception handler and continue playing the game. This is due to the game having its own exception handler and Wine doesn't like that at all...

Credits

  • ThirteenAG - for the injector, inireader and the Ultimate ASI Loader.
  • EA Canada - the game code itself

Screenshots

Standard widescreen (1280x720)

Ingame Main menu Car select

Ultrawide (2560x1080)

Ingame Main menu Car select

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].