From 12fc5886ec886f508065efdb63bf2ae6d7a1c3f3 Mon Sep 17 00:00:00 2001 From: TheRazerMD Date: Thu, 4 Jun 2026 20:18:42 +0200 Subject: [PATCH] Modified Assetto Corsa EVO quirks * ForceAutoExposure --- OptiScaler/misc/Quirks.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/OptiScaler/misc/Quirks.h b/OptiScaler/misc/Quirks.h index d9eca9ad..59860da1 100644 --- a/OptiScaler/misc/Quirks.h +++ b/OptiScaler/misc/Quirks.h @@ -251,7 +251,7 @@ static const QuirkEntry quirkTable[] = { QUIRK_ENTRY_UE(b1, GameQuirk::SpoofRegistry), // Avowed - // NoBarriers needed to avoid post-loading crash with DLSS + // NoBarriers needed to avoid post-loading crash with DLSS, AE required to fix FSR4 ghosting QUIRK_ENTRY_UE(avowed, GameQuirk::ForceAutoExposure, GameQuirk::DontUseUnrealBarriers, GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs), @@ -326,6 +326,10 @@ static const QuirkEntry quirkTable[] = { // SL spoof enough to unlock everything DLSS, manual input polling for fixing unclickable Opti Overlay QUIRK_ENTRY("dyinglightgame_thebeast_x64_rwdi.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::UseManualInputs), + // Assetto Corsa EVO + // SL spoof enough to unlock everything DLSS, AE required to fix FSR4 ghosting + QUIRK_ENTRY("assettocorsaevo.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::ForceAutoExposure), + // SL spoof enough to unlock everything DLSS/No spoof needed for DLSS inputs // // The Witcher 3, Alan Wake 2, Crysis 3 Remastered, Marvel's Guardians of the Galaxy, UNCHARTED: Legacy of Thieves @@ -334,8 +338,8 @@ static const QuirkEntry quirkTable[] = { // Mortal Shell, Sekiro: Shadows Die Twice (for SekiroTSR mod), The Medium, NINJA GAIDEN 4 (+ WinGDK), God of War // (2018), Europa Universalis V, Need for Speed Unbound, Nioh 2 – The Complete Edition, Control Ultimate Edition, // Deathloop, Where Winds Meet, FINAL FANTASY VII REMAKE INTERGRADE (for Luma mod), Assassin’s Creed Shadows, - // Farming Simulator 2025, Nioh 3, FATAL FRAME II: Crimson Butterfly REMAKE, OUTRIDERS, Assetto Corsa EVO, MOUSE: - // P.I. For Hire, Yet Another Zombie Survivors, Voodoo Fishin', Forza Horizon 6 + // Farming Simulator 2025, Nioh 3, FATAL FRAME II: Crimson Butterfly REMAKE, OUTRIDERS, MOUSE: P.I. For Hire, Yet + // Another Zombie Survivors, Voodoo Fishin', Forza Horizon 6 QUIRK_ENTRY("witcher3.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("alanwake2.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("crysis3remastered.exe", GameQuirk::DisableDxgiSpoofing), @@ -371,7 +375,6 @@ static const QuirkEntry quirkTable[] = { QUIRK_ENTRY("nioh3.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("fatalframeii.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY_UE(outriders, GameQuirk::DisableDxgiSpoofing), - QUIRK_ENTRY("assettocorsaevo.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("mouse.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("yet another zombie survivors.exe", GameQuirk::DisableDxgiSpoofing), QUIRK_ENTRY("voodoo fishin'.exe", GameQuirk::DisableDxgiSpoofing),