We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Initial script for symlinking proton-cachyos to Lutris
The text was updated successfully, but these errors were encountered: