diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-09-16 13:23:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-16 13:23:42 -0400 |
| commit | 3ddf071506e02b7580afe20684148cf345381c9d (patch) | |
| tree | c0af68fb2bdfa6e2576f74a4735eb76fa89da445 /defaults/assets/fgmod.sh | |
| parent | 76ee4ac8fc9cedf14b25a5053f5af2cad3754198 (diff) | |
| parent | 03e8021d541c4c64c1003b0000cfe6fa45746ec4 (diff) | |
| download | Decky-Framegen-3ddf071506e02b7580afe20684148cf345381c9d.tar.gz Decky-Framegen-3ddf071506e02b7580afe20684148cf345381c9d.zip | |
Merge pull request #134 from xXJSONDeruloXx/fsr4-dropin
feat: add int8 custom fsr dll, set opti ini to fsr4 true
Diffstat (limited to 'defaults/assets/fgmod.sh')
| -rwxr-xr-x | defaults/assets/fgmod.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/assets/fgmod.sh b/defaults/assets/fgmod.sh index 2e1e45b..d0b2070 100755 --- a/defaults/assets/fgmod.sh +++ b/defaults/assets/fgmod.sh @@ -32,6 +32,7 @@ else if [[ "$arg" == *.exe ]]; then [[ "$arg" == *"Cyberpunk 2077"* ]] && arg=${arg//REDprelauncher.exe/bin/x64/Cyberpunk2077.exe} [[ "$arg" == *"Witcher 3"* ]] && arg=${arg//REDprelauncher.exe/bin/x64_dx12/witcher3.exe} + [[ "$arg" == *"Baldurs Gate 3"* ]] && arg=${arg//Launcher\/LariLauncher.exe/bin/bg3_dx11.exe} [[ "$arg" == *"HITMAN 3"* ]] && arg=${arg//Launcher.exe/Retail/HITMAN3.exe} [[ "$arg" == *"HITMAN World of Assassination"* ]] && arg=${arg//Launcher.exe/Retail/HITMAN3.exe} [[ "$arg" == *"SYNCED"* ]] && arg=${arg//Launcher\/sop_launcher.exe/SYNCED.exe} |
