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.
If anyone has been successful getting Play Home to run with dxvk, let me know what you did and what hardware you have. I can get it running using the regular directx drivers, but the skin textures are bugged.