kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.
GNU General Public License v2.0
361 stars 19 forks source link

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

Closed silverhikari closed 1 year ago

silverhikari commented 1 year ago

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?

kevinlekiller commented 1 year ago

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

kevinlekiller commented 1 year ago

RESHADE_ADDON_SUPPORT=1 ./reshade-linux.sh

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

https://github.com/kevinlekiller/reshade-steam-proton/blob/5cfd4b094f564aa5509441e6553a378a991e2399/reshade-linux.sh#L197-L200

To download an older version of ReShade:

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

https://github.com/kevinlekiller/reshade-steam-proton/blob/e36f58e702743acbe6df396c436cca07a299e949/reshade-linux.sh#L186-L190

kevinlekiller commented 1 year ago

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