Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proton steam -> lutris symlink Option #78

Open
1Naim opened this issue Aug 17, 2024 · 0 comments
Open

Add proton steam -> lutris symlink Option #78

1Naim opened this issue Aug 17, 2024 · 0 comments

Comments

@1Naim
Copy link
Member

1Naim commented Aug 17, 2024

Initial script for symlinking proton-cachyos to Lutris

#!/bin/bash

echo "Symlinking proton-cachyos"
mkdir ~/.local/share/lutris/runners/wine/proton-cachyos
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/*  ~/.local/share/lutris/runners/wine/proton-cachyos

echo "DXVK Cachy"

mkdir -p ~/.local/share/lutris/runtime/dxvk/proton-cachyos/x32
mkdir -p ~/.local/share/lutris/runtime/dxvk/proton-cachyos/x64
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib/wine/dxvk/* ~/.local/share/lutris/runtime/dxvk/proton-cachyos/x32
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib64/wine/dxvk/* ~/.local/share/lutris/runtime/dxvk/proton-cachyos/x64

echo "NVAPI Cachy"

mkdir -p ~/.local/share/lutris/runtime/dxvk-nvapi/proton-cachyos/x32
mkdir -p ~/.local/share/lutris/runtime/dxvk-nvapi/proton-cachyos/x64
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib/wine/nvapi/* ~/.local/share/lutris/runtime/dxvk-nvapi/proton-cachyos/x32
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib64/wine/nvapi/* ~/.local/share/lutris/runtime/dxvk-nvapi/proton-cachyos/x64

echo "VKD3D Cachy"

mkdir -p ~/.local/share/lutris/runtime/vkd3d/proton-cachyos/x86
mkdir -p ~/.local/share/lutris/runtime/vkd3d/proton-cachyos/x64

ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib/wine/vkd3d-proton/* ~/.local/share/lutris/runtime/vkd3d/proton-cachyos/x86
ln -s /usr/share/steam/compatibilitytools.d/proton-cachyos/files/lib64/wine/vkd3d-proton/* ~/.local/share/lutris/runtime/vkd3d/proton-cachyos/x64
@1Naim 1Naim changed the title Add proton steam -> lutris symlink script Add proton steam -> lutris symlink Option Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant