This mod enables widescreen support for Unreal Tournament 2004.
Features:
* Aspect-correct "Hor+" FOV adjustment, including vehicle and weapon zoom values
* Aspect-correct rendering for first-person weapons
* Aspect-correct HUD support (mostly), based on Azarael's HUD Scaling Fix mutator
* Aspect-correct mouse sensitivity (scale off wider FOV instead of hard-coded 90)
* Entirely client-side - no mutators required
foxWSFix-v2.2.0.7z
Download the file from here:
https://github.com/alexstrout/foxWSFix-UT2k4/releasesExtract the Src & System folders and drop them into your UT2004 install directory.
Open System\User.ini and find the following line:
InputClass=Class'Engine.PlayerInput'
Replace every instance of it with the following:
;InputClass=Class'Engine.PlayerInput'
InputClass=Class'foxWSFix.foxPlayerInput'
Note: This line should appear at least twice, once under [Engine.PlayerController], and once under [XGame.xPlayer]. Be sure to change each one! (or add it if missing). Be sure to search and change each instance.
You're done! To uninstall, simply reverse your changes.
--
If your screen resolution isn't showing, edit your UT2004.ini (or ut2004-win64.ini if you're running 64-bit) to your preferred res'. I'm on a curved ultrawide, so I chose the max display res'.
[WinDrv.WindowsClient]
WindowedViewportX=1024
WindowedViewportY=768
FullscreenViewportX=3440
FullscreenViewportY=1440