Skip to content

Instantly share code, notes, and snippets.

@aok1425
Last active February 10, 2017 10:07
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 aok1425/4c500a1940dd7436a538bdec7b4d0ad8 to your computer and use it in GitHub Desktop.
Save aok1425/4c500a1940dd7436a538bdec7b4d0ad8 to your computer and use it in GitHub Desktop.
sudo add-apt-repository -y ppa:wine/wine-builds
sudo apt update
sudo apt install winehq-devel winetricks
winetricks directplay
cd ~/Documents
wget https://www.dropbox.com/s/6k82coiruvysezp/aoe2_tc_1_4.zip
unzip aoe2_tc_1_4.zip
echo "INSTALLED!"
echo "Command to play:"
echo " $ wine ~/Documents/aoe2_tc/Age2_x1/age2_x1.exe NormalMouse"
echo "THEN..."
echo " - change username (box will be blacked-out, but it still works!)"
echo " - set screen res to 1600x900 (w max screen res, can't see bottom bit)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment