kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use this script with reshade with addon support for a game that requires it (FFXIV)?

silverhikari opened this issue · comments

i am moving to reshade after gshade is no longer available. but for reshade to work on FFXIV (i am using xivquicklauncher to play on linux) it requires reshade with addon support. is there a way to specify that version of reshade with the script or is there another way i should do this?

I'm not sure, will see what I can do.

RESHADE_ADDON_SUPPORT=1 ./reshade-linux.sh

This will install the latest version of ReShade with addon support.

RESHADE_ADDON_SUPPORT
This will download ReShade with addon support, it's only intended for single player games,
since anti-cheat software might detect it as malicious.
ex.: RESHADE_ADDON_SUPPORT=1 ./reshade-linux.sh

To download an older version of ReShade:

RESHADE_ADDON_SUPPORT=1 RESHADE_VERSION=5.6.0 ./reshade-linux.sh

RESHADE_VERSION
To use a version of ReShade other than the newest version.
If the version does not exist, the script will exit.
The default is RESHADE_VERSION="latest"
ex.: RESHADE_VERSION="4.9.1" ./reshade-linux.sh

Let me know if there are any issues, I've tried to test as many scenarios as I can think of.