Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Updates #4

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
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.
8 changes: 8 additions & 0 deletions ts-assets/TS-README.md
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.
Binary file modified ts-assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading