GTAmodding / FramerateVigilante

Framerate Vigilante mission is a reverse engineering based side mission in Grand Theft Auto: San Andreas, in which the player is required to chase down and fix the framerate related issues in the game with unlocked framelimiter.
MIT License
85 stars 18 forks source link

Fix Hot Coffee #23

Closed CommandGenius closed 2 weeks ago

JuniorDjjr commented 1 month ago

One problem with this is that is common for people to use fixed scripts (so it will fix to 30 FPS even with fixed script, because it can't detect that the script is already patched), so the best way to fix is to patch the script itself by code (and isn't hard to patch by asi code, I did that with some MixSets functions, such as fixing parachute animations).

How this issue is fixed by editing the s*x script? I think it can be fixed by asi code.

CommandGenius commented 1 month ago

One problem with this is that is common for people to use fixed scripts (so it will fix to 30 FPS even with fixed script, because it can't detect that the script is already patched), so the best way to fix is to patch the script itself by code (and isn't hard to patch by asi code, I did that with some MixSets functions, such as fixing parachute animations).

How this issue is fixed by editing the s*x script? I think it can be fixed by asi code.

The edit I made does not work, I just tried it. I'm new to modding these games. I'd appreciate it if you would try a crack at fixing the sex script yourself, as I am too stupid to do figure it out.

JuniorDjjr commented 2 weeks ago

I just added the limiter by now.