Moonlighter - CommandMC/EpicLinux GitHub Wiki
Moonlighter requires
- Wine-GE
- vc_redist.x64.exe (download in the steps below)
Wine-GE
Configuring Legendary to use Wine-GE is explained in detail in other pages (GTA V for example), so I'll be brief here:
- Download and extract the latest actual release (nothing with
-LoL
/similar at the end) - Add the following to Legendary's Config File (replacing the paths to the extracted folder and your prefix)
[Eagle]
wine_executable = /path/to/wine-ge/bin/wine
wine_prefix = /path/to/prefix
vc_redist
Run the following commands in a terminal (again replace paths):
export PATH=/path/to/wine-ge/bin/:$PATH
export WINEPREFIX=/path/to/prefix
curl -L https://aka.ms/vs/16/release/vc_redist.x64.exe -o vc_redist.x64.exe
wine vc_redist.x64.exe /quiet
wineserver -w
rm vc_redist.x64.exe
DXVK
DXVK does work with this title, install it like you usually do (/path/to/dxvk/setup_dxvk.sh install
after setting your Wineprefix)