Skip to content

Instantly share code, notes, and snippets.

@aok1425
Last active April 15, 2019 18:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aok1425/03dc8399472266155666bc42dd28ce0e to your computer and use it in GitHub Desktop.
Save aok1425/03dc8399472266155666bc42dd28ce0e to your computer and use it in GitHub Desktop.
aoe2 tc w userpatch 1.4 installation instructions on mac
brew install wine winetricks wget
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 "Run winecfg, go to graphics tab, check 'Emulate a virtual desktop' and set initial resolution"
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)"
@rismakov
Copy link

make dl=1

@aok1425
Copy link
Author

aok1425 commented Feb 10, 2017

thanks!

@aok1425
Copy link
Author

aok1425 commented Feb 17, 2017

TODO:

  • make if statement depending on Mac/Linux
  • have the script fail if anything breaks (like the brew install)

@RhysDavis
Copy link

add brew install wget

@aok1425
Copy link
Author

aok1425 commented Mar 7, 2019

done

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