[Fast Racing Neo] Add static FPS mod

Doesn't seem to have any bugs, so that's cool! Feels really smooth to play now!
This commit is contained in:
Crementif 2020-05-04 16:47:38 +02:00
parent a144f58ca4
commit f48cc8aaf4
No known key found for this signature in database
GPG Key ID: 11A98E7DE0412B33
2 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[StaticFPS_v65]
moduleMatches = 0xfab25e0c
0x1000AE10 = .float $targetFPS # Game Speed
0x1000008C = .float 60/$targetFPS # Animated Objects and Effects Speed
0x10000090 = .double $targetFPS # GUI Transition Speed

View File

@ -0,0 +1,57 @@
[Definition]
titleIds = 000500001012F000,00050000101D6000,00050000101E4100,00050000101FED00
name = Static FPS
path = "FAST Racing NEO/Mods/Static FPS"
description = Changes the framerate the game runs at. If you are below the chosen framerate you'll notice some slowdown. Only works with the latest game update!
version = 4
[Preset]
name = Static 60FPS (Default)
$targetFPS:int = 60
[Preset]
name = Static 30FPS
$targetFPS:int = 30
[Preset]
name= Static 244FPS
$targetFPS:int = 244
[Preset]
name= Static 165FPS
$targetFPS:int = 165
[Preset]
name = Static 144FPS
$targetFPS:int = 144
[Preset]
name = Static 120FPS
$targetFPS:int = 120
[Preset]
name = Static 100FPS
$targetFPS:int = 100
[Preset]
name = Static 85FPS
$targetFPS:int = 85
[Preset]
name = Static 75FPS
$targetFPS:int = 75
[Preset]
name = Static 72FPS
$targetFPS:int = 72
[Preset]
name = Static 40FPS
$targetFPS:int = 40
[Preset]
name = 20FPS
$targetFPS:int = 20
[Control]
vsyncFrequency = $targetFPS