FAForever / faf-linux

Scripts for Forged Alliance Forever (FAF) on Linux
63 stars 6 forks source link

Proton-cachyos not detected #46

Open ArikRahman opened 1 month ago

ArikRahman commented 1 month ago

Changing PROTON_VERSION="-cachyos" in setup.sh does not work:

Screenshot_20240715_021006

There is no easy way to go about this, not sure where proton-cachyos is saved exactly.

ArikRahman commented 1 month ago

Here's what I did for reference: if ! find-app "proton$PROTON_VERSION"; then echo "Could not find proton$PROTON_VERSION." >&2 echo "Please run the game from Steam at least once with the selected Proton version." >&2 exit 1 fi PROTON_PATH="$rv"

I should like to use the native proton if possible: Screenshot_20240715_021343

iczero commented 1 month ago

I'm not entirely sure how the distro packaged proton works. Can you try BYPASS_STEAM=1 GAME_PATH=/path/to/scfa WINE_PATH=/path/to/proton ./setup.sh? This will avoid the Steam search logic.

ArikRahman commented 1 month ago

Dp I put that verbaitm? I'm not sure where proton is located on my system myself

iczero commented 1 month ago

Are you fine with using Steam's version of Proton Experimental? I don't know where CachyOS puts Proton either.

ArikRahman commented 1 month ago

Well I installed it in the hopes of using the optimization techniques of cachyos, so I'm interesting in figuring out a way to make it work