Drahsid / XIIHook

A dll-injection Hook for Final Fantasy XII: The Zodiac Age which gives the user multiple customization options. Deprecated for version 1.0.4; this is not compatible with the Lua Loader neither.
MIT License
14 stars 9 forks source link

The time scale is not perfect, and the game runs slightly faster at higher framerates #1

Closed Drahsid closed 6 years ago

Drahsid commented 6 years ago

It seems that the time scale is not 1:1. I am looking into making a mathematical fix.

Old: See: https://youtu.be/4oo9NWi42s8 I have an idea to resolve this: Find the difference % between current delta frametime and target frametime and further scale the time scale.

Drahsid commented 6 years ago

In the new update, this issue has been resolved.