/dxvk-tools

dxvk and vkd3d-proton scripts to build/patch/install/update, Lutris and Proton-tkg compatible

Primary LanguageShell

DXVK & vkd3d-proton script to build/patch/install/update, Lutris and Proton-tkg compatible.

Requirements:

Building DXVK DLLs

Inside the dxvk-tools directory, run:

./updxvk build

Building vkd3d-proton DLLs

Inside the dxvk-tools directory, run:

./upvkd3d-proton build

Exporting DXVK DLLs for Proton-tkg

Still inside the dxvk-tools directory, after you ran the command above, run:

./updxvk proton-tkg

DXVK files will be copied in a folder next to proton-tkg script, ready for building.

You'll find more details on the various functions (such as installation-related ones) of these scripts right inside them.