-
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
59c6627
commit dbcc5b2
Showing
3 changed files
with
17 additions
and
0 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,9 @@ | ||
## MultiplayerModRestrictor | ||
A Last Train Outta' Wormtown plugin that facilitates other plugins restricting multiplayer access by mod versioning. | ||
|
||
Plugins wishing to implement this should depend on it in their manifest.json `www_Day_Dream-MultiplayerModRestrictor-0.3.0` and `[BepInDependency("wwwDayDream.MultiplayerModRestrictor")]` attribute. | ||
|
||
Create an internal class attribute of the name 'MMReqVersion' or 'MMReqExist' and apply it to your `BaseUnityPlugin`. | ||
|
||
* MMReqVersion: Requires versions to match in order for clients to be in the same lobby. | ||
* MMReqExist: Requires the mod to be present on both clients but without version checking. |
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 +1,9 @@ | ||
## MultiplayerModRestrictor | ||
A Last Train Outta' Wormtown plugin that facilitates other plugins restricting multiplayer access by mod versioning. | ||
|
||
Plugins wishing to implement this should depend on it in their manifest.json `www_Day_Dream-MultiplayerModRestrictor-0.3.0` and `[BepInDependency("wwwDayDream.MultiplayerModRestrictor")]` attribute. | ||
|
||
Create an internal class attribute of the name 'MMReqVersion' or 'MMReqExist' and apply it to your `BaseUnityPlugin`. | ||
|
||
* MMReqVersion: Requires versions to match in order for clients to be in the same lobby. | ||
* MMReqExist: Requires the mod to be present on both clients but without version checking. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.