Skip to content

Instantly share code, notes, and snippets.

@otruffer
Last active May 24, 2018 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otruffer/bf18fd5fa494e41fbec31d59c67e38c5 to your computer and use it in GitHub Desktop.
Save otruffer/bf18fd5fa494e41fbec31d59c67e38c5 to your computer and use it in GitHub Desktop.

AoE2:HD Works like a charm (24.05.2018)

First Install Wine

! This removes any previous versions of wine !

rm -R ~/.wine
sudo apt remove --purge wine*
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository -y 'https://dl.winehq.org/wine-builds/ubuntu/'
rm Release.key
sudo apt update
sudo apt full-upgrade -y
sudo apt install -y winehq-devel
wine --version

Or follow https://wiki.winehq.org/MacOS for Mac.

Install Steam

Install AoE2:HD

Small Fix

  • cd to "~/.wine/drive_c/Program\ Files/Steam/steamapps/common/Age2HD/"
  • Rename the "Launcher.exe" to "Launcher.bak" and "AoK HD.exe" to "Launcher.exe"
  • Inside of steam, add "-nostartup" to the launch options.
  • If your cpu automatically downclocks, disable that. For me, it was "sudo cpupower frequency-set -g performance"
  • Run the game, note that it will take several minutes to start up as the VS2012 redistributal and the directx fail to install, but it will run.

Play

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment