WoozyMasta / dayz-ctl

Command Line Linux Launcher for DayZ Standalone with Fuzzy Finding
http://dayz-ctl.woozymasta.ru/
Apache License 2.0
29 stars 5 forks source link

FR: add launch option for FSR #15

Closed hofleverancier closed 5 months ago

hofleverancier commented 6 months ago

According to https://support.system76.com/articles/use-amd-fsr/ one can run Proton games using FSR using either:

WINE_FULLSCREEN_FSR=1 %command% or WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_STRENGTH=1 %command% Where the latter allows to set sharpening level.

It would be absolutely wonderful if this could be incorporated into dayzctl, a launcher I gratefully use nearly every day :) Or maybe allow setting a custom launch option in addition to the existing list.

WoozyMasta commented 5 months ago

I'm not quite sure how this relates to the Launcher. You can set these variables in the startup parameters for DayZ in Steam, or define them globally in your .profile or .bashrc. Does it make sense to make another place to control these parameters? Yeah and the list of all possible variables is hard to predict, it seems like it would just add to the problem.

hofleverancier commented 5 months ago

Thanks, I assumed the steam launch options would be ignored when using the launcher, from your message I gather they are not.