You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Outrun2006Tweaks.ini
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,21 @@
4
4
# Set to 0 to disable this framelimiter, in case you want to use an external one instead.
5
5
FramerateLimit = 60
6
6
7
+
# FramerateLimitMode: Improve accuracy of the framerate limiter at a cost of higher CPU usage.
8
+
# 0 = efficient mode
9
+
# 1 = accurate mode
10
+
FramerateLimitMode = 0
11
+
7
12
# FramerateFastLoad: Unlimits framerate during load screens to help reduce load times.
8
13
# 0 = disable
9
-
# 1 = only unlimit framerate
10
-
# 2 = unlimit framerate & disable vsync (fastest, but may cause screen flash)
14
+
# 1 = unlimit framerate
15
+
# 2 = unlimit framerate & disable vsync (fastest but may cause screen flash)
11
16
FramerateFastLoad = 1
12
17
13
18
# FramerateUnlockExperimental: Prevents game from speeding up when playing with FramerateLimit above 60FPS.
14
19
# Works by forcing game to only update at 60Hz, while rendering is allowed to run at a higher rate.
15
20
# Though since game still runs at 60Hz internally this isn't as good as a true framerate unlock, but might still be useful for some.
16
-
# (higher FPS also has issues with certain textures / UI elements being animated too quickly too, not too noticeable at 120/144, but can be disorientating at 3000+FPS)
21
+
# (certain textures/UI elements may animate faster at higher FPS, but gameplay should remain the same speed)
17
22
# Should be fine to leave this enabled in most cases, but if you have issues feel free to disable this here.
0 commit comments