From 711afddad61ec42c6ed790c91e07c30cbe09b6bf Mon Sep 17 00:00:00 2001 From: rebtd7 <59185507+rebtd7@users.noreply.github.com> Date: Tue, 24 Dec 2019 00:08:13 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6ada68..53d6145 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You may want to change ```FF13Fix.ini``` if you want to cap the frame rate. # What this does ## Removes the awful frame pacer -I don't see the point in it. It is overly aggressive. I did not see any n +I don't see the point in it. It is overly aggressive. I did not see any negative side-effect of disabling it. ## Removes stuttering caused by new controllers being scanned every second This caused stuttering specially if you didn't have a connected controller after the last opening of Steam. @@ -21,7 +21,7 @@ This caused stuttering specially if you didn't have a connected controller after Note that if you want to use a controller you need to connect it before opening the game (i.e. this patch removes the hotplugging support) ## Fix the enemy scan text on resolutions over 720p -The game calls [SetScissorRect](https://docs.microsoft.com/en-us/windows/win32/api/d3d9helper/nf-d3d9helper-idirect3ddevice9-setscissorrect) using a rectangle hardcoded with the 720p coordenates. This patches fixes it. +The game calls [SetScissorRect](https://docs.microsoft.com/en-us/windows/win32/api/d3d9helper/nf-d3d9helper-idirect3ddevice9-setscissorrect) using a rectangle hardcoded with the 720p coordenates. This correct the coordenates and rectangle size in order to fix it. ## Uncaps the frame rate I did not see any negatives on unlocking the frame rate, but your mileage may very. If you are having issues, edit ```FF13Fix.ini``` to cap the frame rate. @@ -31,3 +31,7 @@ This seems to make the frame rate more consistent. ## Changes to where the memory is allocated on certain vertex buffers This seems to improve the frame rate. This fix is not new, it is from [OneTweakNG](https://github.com/Nucleoprotein/OneTweakNG). + +# Other notes +* This is currently not compatible with GeDoSaTo. +* I strongly recommend forcing anisotropic filtering on your GPU driver to improve the quality of the textures.