Hime-Works / Requests

Bug reports and requests that may require longer discussions and is not suitable to leave on the blog
http://himeworks.com/
GNU General Public License v2.0
7 stars 9 forks source link

Unlimited FPS relocatable base address #346

Open GMMan opened 7 years ago

GMMan commented 7 years ago

It appears that the script doesn't account for the possibility that the RGSS runtime may not always be loaded at its base address. It seems to happen to me on Windows 10 x64. Here is a patch that gets the proper address and should not crash the game if the address can't be calculated.

Unlimited_FPS_patch.patch

HimeWorks commented 7 years ago

Thanks for pointing it out. I will update the script with the new changes