Update README.md

This commit is contained in:
rebtd7 2019-12-24 00:08:13 -03:00 committed by GitHub
parent 521152739e
commit 711afddad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.