Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Last active November 28, 2018 17:27
Show Gist options
  • Save chris-rock/46ba129f1d5bea87e5d3 to your computer and use it in GitHub Desktop.
Save chris-rock/46ba129f1d5bea87e5d3 to your computer and use it in GitHub Desktop.
gta2 mac with network
# download gta from http://www.rockstargames.com/classics/
# download wine from http://winebottler.kronenberg.org/
# or install wine via brew install wine
# change export path if you are using brew install wine
export WINEPATH=/Applications/Wine.app/Contents/Resources
export PATH=$PATH:$WINEPATH/bin
# direplay support for network
brew install winetricks
winetricks directplay
# start gta2
cd ~/Wine\ Files/drive_c/gta2
wine gta2manager.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment