MultiplayerModRestrictor
A Last Train Outta' Wormtown plugin that facilitates other plugins restricting multiplayer access by mod versioning.
| Date uploaded | 2 years ago |
| Version | 0.4.1 |
| Download link | www_Day_Dream-MultiplayerModRestrictor-0.4.1.zip |
| Downloads | 314 |
| Dependency string | www_Day_Dream-MultiplayerModRestrictor-0.4.1 |
This mod requires the following mods to function
BepInEx_Wormtown-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.22www_Day_Dream-CessilCellsCeaChells
Allows installed plugins to request creation of Fields, Properties, Methods, and more in Managed DLLs.
Preferred version: 0.3.5README
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.4.1 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.
CHANGELOG
MultiplayerModRestrictor - v0.4.1
Misc
- Fix Readme & Changelog by @wwwDayDream in #7
Full Changelog: v0.4.0...v0.4.1