Skip to content
Mathis Dröge edited this page Jul 28, 2022 · 1 revision

Epic's EOS Overlay requires DXVK and corefonts.

Installing corefonts:

export WINEPREFIX=/path/to/wineprefix/here/
# Example path for Wine-GE: /path/to/lutris-GE-Proton7-23-x86_64/bin/:$PATH
export PATH=/path/to/wine/bin/folder/:$PATH

curl -L https://github.com/CommandMC/EpicLinux/raw/main/corefonts/corefonts.zip -o corefonts.zip
unzip -o corefonts.zip -d $WINEPREFIX/drive_c/windows/Fonts
rm corefonts.zip
curl -L https://github.com/CommandMC/EpicLinux/raw/main/corefonts/override.reg -o override.reg
wine regedit override.reg
rm override.reg

Game compatibility list:

Clone this wiki locally