borisbabic / hearthstone_hdt_linux

Contains instructions and code to get hearthstone with hdt running on linux
Apache License 2.0
40 stars 9 forks source link

Install HS with HDT on Ubuntu 21.10 #19

Closed mereong269 closed 2 years ago

mereong269 commented 2 years ago

=======================================================================================

install wine-staging ( wine-7.0-rc2 ) ref :: https://wine.htmlvalidator.com/install-wine-on-ubuntu-21.10.html

=======================================================================================

sudo dpkg --add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/winehq.key

sudo -H gpg -o /etc/apt/trusted.gpg.d/winehq.key.gpg --dearmor winehq.key

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ impish main'

sudo apt update

sudo apt -y install --install-recommends winehq-staging

sudo apt -y install winetricks

=======================================================================================

install dotnet48 ref :: https://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=38203

=======================================================================================

env WINEPREFIX=$HOME/winedotnet WINEARCH=win32 wineboot --init

-- If Wine prompts for installing Mono, click Cancel.

env WINEPREFIX=$HOME/winedotnet winetricks --force dotnet48 corefonts

=======================================================================================

set regstry key and install HDT and HS ref :: https://github.com/borisbabic/hearthstone_hdt_linux

=======================================================================================

just change restry key in 1.Setup the prefix chapter.

install HDT

install HS

-- When you get to the login screen, go to settings>advanced and uncheck "Use browser hardware acceleration when available" (without this you may get a black screen instead of the launcher)

-- When you get to the HS menu, freeze screen after click help button. just resize window, and then show next help button. Try it again.