Merge pull request #1112 from shivanraptor/patch-1

Added macOS instructions
This commit is contained in:
Tim Sarbin 2021-03-30 14:09:38 -04:00 committed by GitHub
commit 9561086965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -18,3 +18,14 @@ To install them you can use `./build.sh` in the project root folder - this scrip
### Windows
### MacOS
1. Before start, download and install Go programming language [here](https://golang.org/doc/install) if needed.
2. Launch Terminal (Note: Restart any open Terminal console if needed)
3. Fetch the OpenDiablo2 project with this comand: `go get github.com/OpenDiablo2/OpenDiablo2`
4. The OpenDiablo2 will be at `~/go/bin/OpenDiablo2` but we still need to download the official Diablo 2 and LoD.
5. Purchase and download Diablo II (2000) and Diablo II: Lord of Destruction (2001) from Battle.net. The downloaders will be in form of EXE.
6. Find a Windows PC, or use Virtual Machine (e.g. VirtualBox), or Bootcamp for Mac, or Parallels, to install both games using the downloaders.
7. Copy the installed games from Windows to macOS's `/Applications/Diablo II/` folder. Requires administrator permission.
8. Make sure the `/Applications/Diablo II/patch_d2.mpq` is in place.
9. Run OpenDialo2 by `~/go/bin/OpenDiablo2` in Terminal.
10. Enjoy.