Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Amend readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
whipowill committed Apr 21, 2022
1 parent 31b99e5 commit 58829ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guides/Unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ WINEARCH=win32 WINEPREFIX=~/.wine_d2 winecfg
$ WINEARCH=win32 WINEPREFIX=~/.wine_d2 winetricks dxvk
```

- Use Winetricks to nstall AutoHotKey (this will allow you to use [AutoAttack](https://github.com/whipowill/ahk-autoattack)):
- Use Winetricks to install AutoHotKey (this will allow you to use [AutoAttack](https://github.com/whipowill/ahk-autoattack)):

```bash
$ WINEARCH=win32 WINEPREFIX=~/.wine_d2 winetricks ahk
Expand Down Expand Up @@ -115,7 +115,7 @@ $ cp -r ~/.wine_d2 ~/.wine_d2qol

```bash
$ vim .bashrc
> alias d2plugy="cd ~/.wine_d2plugy/drive_c/games/diablo\ ii && WINEPREFIX=~/.wine_d2qol wine game.exe -3dfx -direct -txt"
> alias d2qol="cd ~/.wine_d2plugy/drive_c/games/diablo\ ii && WINEPREFIX=~/.wine_d2qol wine game.exe -3dfx -direct -txt"
```

- Reload your Terminal and play the game:
Expand Down

0 comments on commit 58829ff

Please sign in to comment.