ThirteenAG / WidescreenFixesPack

Plugins to make or improve widescreen resolutions support in games, add more features and fix bugs.
https://thirteenag.github.io/wfp
MIT License
2.22k stars 211 forks source link

Need for speed Undercover resolution scaling #1470

Open Sodozor opened 7 months ago

Sodozor commented 7 months ago

I noticed that in your fix for nfs undercover game looks low res even when resolution is set high. So I did some testing and turns out that option "scaling" in config file actuallly defines resolution scaling instead of "Adjusts FOV aspect ratio to be mathematically correct. Requires FixFOV to be enabled." So when we set it from 0 to 1 our 2560x1440p will be true 2560x1440 instead of 800x600 linearly upscaled to 2560x1440. setting it to 2 will give us 2x bigger resolution so better antialiasing. Change the default to 1 or edit description so nobody else will have to think why the game looks so jagged and pixelated. Edit: I noticed it only changes things for windowed mode

p3rs0n4l1ty commented 6 months ago

I can confirm that the game runs at 1440p only if it is running in windowed mode, while in exclusive fullscreen if you try to use resolution options above 1920x1200 the game forces to 1280x720 instead. The only workaround for now is to start the game in borderless windowed mode.