Anon 08/28/2019 (Wed) 06:14:38 No.7 del
HoneySelect install guide for Debian based distros

sudo sed -i 's/stable/stable non-free contrib/g' /etc/apt/sources.list
sudo dpkg --add-architecture i386
sudo apt update
(nvidia)
sudo apt install libgl1-nvidia-glx:i386
(amd)
sudo apt install libgl1-fglrx-glx:i386
sudo apt install wine wine32 wine64 libwine libwine:i386 fonts-wine winetricks zenity
echo 'export WINEARCH=win32' >> ~/.bashrc
winetricks dxvk
wget https://dl.winehq.org/wine/wine-mono/4.7.5/wine-mono-4.7.5.msi -O ~/wine-mono-4.7.5.msi
wine msiexec /i ~/wine-mono-4.7.5.msi

You must do --add-architecture i386 because most of the mods are 32-bit even when they say they are 64-bit.

Message too long. Click here to view full text.