alexstrout / foxWSFix-UT99

Improved widescreen support for Unreal Tournament 1999.
MIT License
31 stars 0 forks source link

Suggestion: WS Fix for Deus Ex GOTY? #7

Open OpenRift412 opened 1 year ago

OpenRift412 commented 1 year ago

Sorry if this is a bit too similar to the Unreal Gold thread, but Deus Ex has its own view model issues when playing in widescreen.

For example, the GEP gun looks like this: image

Is there any chance you could look into this? There have been other attempts to mitigate this, at the cost of distorting the weapon position.

alexstrout commented 1 year ago

If someone wants to take a look at this, I suspect it is the same root cause - a strange calculation added to Inventory.CalcDrawOffset() some time after the initial Unreal code. This is how UT's WSFix "undoes" this: https://github.com/alexstrout/foxWSFix-UT99/blob/master/Classes/foxUTConsole.uc#L129-L132