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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,3 +80,21 @@ SkipIntroLogos = false
80
80
# DisableCountdownTimer: disables the countdown timer, may be useful for modders, or those who just want to take a leisurely drive.
81
81
# Can also be enabled via -OuttaTime launch parameter.
82
82
DisableCountdownTimer = false
83
+
84
+
[Bugfixes]
85
+
# FixPegasusClopping: fixes looping clop sound effect remaining active through the session.
86
+
FixPegasusClopping = true
87
+
88
+
# FixC2CRankings: fixes C2C scoreboard rankings not updating due to incomplete anti-piracy checks.
89
+
# (game still contained "SecuROM_Tripwire" checks inside it, despite Steam release not using SecuROM...)
90
+
FixC2CRankings = true
91
+
92
+
# PreventDESTSaveCorruption: prevents the save corruption caused by trying to remap controls with many devices connected.
93
+
# This usually resulted in player name replaced with "DEST" and some garbage text, along with player character model disappearing along with all unlocks/miles.
94
+
# (if you got hit by this bug, you can restore name/model by replacing first 0xB0 bytes in your corrupted License.dat file with the contents of a different one)
95
+
PreventDESTSaveCorruption = true
96
+
97
+
# FixLensFlarePath: game tries to load in lens flare data from common/, but the game files have it inside media/, causing lens flare not to be drawn.
98
+
# If lens flare is still present inside media/ then this will just patch game to load it from there instead.
99
+
# (if you already moved the lens flare file yourself then no change will be applied)
0 commit comments