Go to file
rebtd7 18fa9ec829
Create README.md
2019-12-23 23:16:34 -03:00
Common Some minor changes and refactoring 2019-09-05 20:52:45 +02:00
MinHook Some minor changes and refactoring 2019-09-05 20:52:45 +02:00
Other Add default ini 2019-12-23 23:03:13 -03:00
d3d9ex Add FF13 fixes 2019-12-23 23:01:31 -03:00
.gitignore Initial commit 2016-01-26 15:30:31 +01:00
LICENSE Initial commit 2016-01-26 15:30:31 +01:00
README.md Create README.md 2019-12-23 23:16:34 -03:00
d3d9ex.sln Proper reference counting 2019-08-31 20:58:56 +02:00

README.md

FF13Fix

Fixes for the PC version of FF13

Notes

This is a fork of OneTweakNG, containing additional fixes for FF13.

Installation

Download the latest release and add both dinput8.dll and FF13Fix.ini to the folder FINAL FANTASY XIII\white_data\prog\win\bin.

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.

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.

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 using a rectangle hardcoded with the 720p coordenates. This patches fixes 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.

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.