Optiscaler setup for Linux
Works flawlessly with AMD gpu using defaults.
I will fix everything today :) thx
I fixed everything :)
Found a problem with copying nvngx file while searching.
I'll look over this as well. There are some grammatical errors in there.
just a question since i never had any problems just running the Optiscaler Setup.bat in my proton prefixes, what does this do better?
You can use bash directly from the Linux side, without Wine.
But I wonder if you couldn't do even better. instead of bundling a script with the package, why not create a script that will automatically download and install optiscaler in current directory?
But I wonder if you couldn't do even better. instead of bundling a script with the package, why not create a script that will automatically download and install optiscaler in current directory?
I've been doing something like that with fgmod but with dlss enabler mod bundle and haven't yet updated it to use only OptiScaler after opti added support for Nukem's mod.
The idea there is a wrapper added to the launch commands that on every launch copies over the correct files into the game folder. It being a wrapper has the advantage of having access to the game's path so no need to tell the user where to copy the files. Auto-update could technically be added but for security and compatibility reasons I'm not a fan.
Talking about this MR, most people were fine with running the batch script via wine and adding a bash script will create a new issue of having to add any changes to it as well. There's a lot of talk in here right now but when something breaks/will need to be updated in this script then it either won't, I will need to do it, or someone will use AI. Instead of just doing the fixed once in the batch file. For that reason, in my opinion, if this script is to be added it should be kept simple
Hi I got a feedback like this, probably paths with spaces?
Quite honestly, the already included .bat files work great on Linux with wine and behave exactly the same as on Windows. Is it even a good idea to duplicate the work? Someone would have to maintain this.
Superseded by: https://github.com/optiscaler/OptiScaler/pull/544