You are viewing a potentially older version of this package. View all versions.
www_Day_Dream-MultiplayerModRestrictor-0.4.0 icon

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.0
Download link www_Day_Dream-MultiplayerModRestrictor-0.4.0.zip
Downloads 112
Dependency string www_Day_Dream-MultiplayerModRestrictor-0.4.0

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.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.

CHANGELOG

MultiplayerModRestrictor - v0.4.1

Misc


Full Changelog: v0.4.0...v0.4.1