PeterTh / gedosato

The Generic DownSampling Tool
GNU General Public License v3.0
464 stars 166 forks source link

[Issue][Generic Plugin] Resident Evil Revelations 2 #271

Open shinra358 opened 9 years ago

shinra358 commented 9 years ago

While 3840x2160 works for the game, a resolution of 4096x2304 crashes the game. Also, here is a generic plugin setting to solve some other issues:

Lines starting with "#" are ignored by GeDoSaTo and used to provide documentation

read them before changing anything!

Resident Evil - Revelations 2 configuration

Forces Gedosato's Dof off. With it on, it crashes.

enableDoF off

Forces Aniso AA to Zero because, with it on, it messes up 3D object and camera positioning.

forceAnisoLevel 0

Prevents loading screen crash while using the ReShade Injector.

interceptOnlySystemDlls true

Fixes Mouse Cursor only being able to move within the upper left quadrant of the screen

Modify the mouse position reported by "GetCursorPos" when downsampling

modifyGetCursorPos true

Modify the mouse position set by "SetCursorPos" when downsampling

modifySetCursorPos true

Intercept the WindowProc callback of the game and adjust mouse messages when downsampling

interceptWindowProc true

Adjust the mouse position reported in peeked Windows messages when downsampling

adjustMessagePt true

Edit: large bold font happens on it's own. I didn't intend for that to happen nor do I know how to fix it.