www_Day_Dream-MultiplayerModRestrictor icon

MultiplayerModRestrictor

A Last Train Outta' Wormtown plugin that facilitates other plugins restricting multiplayer access by mod versioning.

Last updated 5 months ago
Total downloads 110
Total rating 0 
Categories
Dependency string www_Day_Dream-MultiplayerModRestrictor-0.4.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx_Wormtown-BepInExPack-5.4.22 icon
BepInEx_Wormtown-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.22
www_Day_Dream-CessilCellsCeaChells-0.3.5 icon
www_Day_Dream-CessilCellsCeaChells

Allows installed plugins to request creation of Fields, Properties, Methods, and more in Managed DLLs.

Preferred version: 0.3.5

README

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.