This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff3caef
commit d0362af
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
start PlugY.exe -w |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Copy and paste D2MC.exe, SQLite.Interop.dll and System.Data.SQLite.dll files to your Diablo II game folder. | ||
1. Copy all files to your Diablo II game folder. | ||
|
||
Don't use -w or -skiptobnet parameters anywhere because D2MC.exe run Diablo II.exe with these parameters. | ||
2. Make a shortcut of D2MC.exe on desktop and set it to run as administrator by default | ||
|
||
3. Edit D2MC.bat to run your Diablo II executable with parameters | ||
examples: | ||
start "Diablo II" "Diablo II.exe" -w | ||
start "Diablo II" "Diablo II.exe" -w -skiptobnet | ||
start "Diablo II" "PlugY.exe" -w | ||
DO NOT change window name "Diablo II" after 'start' command | ||
|
||
4. Read once again this: https://github.com/rafalswierczek/Diablo-2-Mouse-Capture/blob/master/README.md | ||
|
||
5. Run D2MC shortcut and have fun! |