You are viewing a potentially older version of this package. View all versions.
TeamMLC-ModlistHashChecker-0.1.1 icon

ModlistHashChecker

Check if your mods are the same version as host / the modpack you're using.

By TeamMLC
Date uploaded 2 years ago
Version 0.1.1
Download link TeamMLC-ModlistHashChecker-0.1.1.zip
Downloads 4401
Dependency string TeamMLC-ModlistHashChecker-0.1.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100

README

Modlist Hash Checker

Whenever you launch the game / join a lobby (where host also has mod) you will be notified if your mods and their versions match and are correct.

The expected code can be modified in config, only touch this if you know what you're doing and are making a modpack with this mod.

Credits

  • darmuh - Main boi
  • andrey - idk, make some commits or smth
  • Electric131 - Made like 3 small changes

CHANGELOG

Modlist Hash Checker CHANGELOG

0.1.2

  • Added new warning message for blank ExpectedModListHash configuration option.
  • Refactored message handling code for re-use.
  • Cleaned up code further, split different major classes into separate files.
  • Removed AutoSetHash configuration option in favor of new warning message.
  • Updated Icon, Manifest, README, and added CHANGELOG.
  • Removed most mentions of "logmodlist" in favor of ModListHashChecker

0.1.1

  • Fixed version number in thunderstore upload. (Electric131)

0.1.0

  • Initial release by Electric131