-
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
Showing
1 changed file
with
15 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# duopoly | ||
a Monopoly Plus mod | ||
monopoly plus is a monopoly game for PC that unfortunately only supports a single controller, so you have to pass it around to your friends. | ||
this mod fixes that by combining all controllers into one, allowing you to use multiple controllers | ||
|
||
this is a "dumb" mod in that it doesn't know which player is which controller, so all controllers can always input. so just don't touch anything on your | ||
friends turn | ||
|
||
# setup | ||
|
||
1. download the release zip, and put the contents in your monopoly plus folder (dll_injector32.exe and duopoly.dll) | ||
2. run `.\dllinjector32.exe /dll "duopoly.dll" /target "Monopoly.exe"` | ||
|
||
you can setup a shortcut for the above command so you can just click-n-go | ||
|
||
# bugs | ||
none. |