Skip to content
Mathis Dröge edited this page Oct 1, 2021 · 6 revisions

Celeste requires d3dcompiler_47 and DXVK to be installed.

d3dcompiler_47

The easiest way to install d3dcompiler_47 is to run the following commands after installing DXVK (modify the first command to point to your Wineprefix):

export WINEPREFIX=/path/to/wineprefix/here/

# Download d3dcompiler dlls and extract them to the right folder
curl -L https://github.com/CommandMC/EpicLinux/raw/main/d3dcompiler_47/d3dcompiler_47.zip -o d3dcompiler_47.zip
unzip -o d3dcompiler_47.zip -d $WINEPREFIX/drive_c/windows
rm d3dcompiler_47.zip
# Add the DLL to Wine's DLLOverrides
curl -L https://github.com/CommandMC/EpicLinux/raw/main/d3dcompiler_47/override.reg -o override.reg
wine regedit override.reg
rm override.reg

Game compatibility list:

Clone this wiki locally