l008com Posted November 24, 2010 Share Posted November 24, 2010 I play these games in windows. The graphics are pretty stunning (compared to PS2 anyway). But the framerate is SO low. You can turn off the frame limiters in both of these games, but that messed up the gameplay in both games (especially Vice City). I'm wondering if there have been any mods that fix this? And let you play the game normally, with the frame limiter off. Or at least raise the frame limit to a higher number? Link to comment Share on other sites More sharing options...
Silent Posted November 24, 2010 Share Posted November 24, 2010 Yeah, it should be possible via memory hacking in CLEO. You can try that: {$CLEO}const _fps = 100 // Your FPS hereend0A8C: write_memory 0xC1704C size 1 value _fps virtual_protect 00A93: end_custom_thread However it isn't 1:1 proportional, so _fps = 60 =/= 60 FPS in game. Just feel free to mess with that value. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now