Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
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.0 |
| Download link | TeamMLC-ModlistHashChecker-0.1.0.zip |
| Downloads | 365 |
| Dependency string | TeamMLC-ModlistHashChecker-0.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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.2.1
- Some more project cleanup, stopped using gamelibs since it's a few versions behind
- Changed
DisplayHashOnLevelLoadbehavior to now have two different options for displaying player hash.- This is set via
ChatHashMessageToAllwhich has the following results:- When enabled, your hash along with your username will be sent as a server message to all players in the lobby.
- When disabled, your hash will be displayed in chat locally and not sent to any other players.
- This is set via
0.2.0
- Project cleanup
- Fixed some issues caused by hijacking the main menu notification game object
- Now creates a separate game object specifically for our warning.
- Added chat message on load of level to display current modlist hash (per request)
- Can be disabled via config item
DisplayHashOnLevelLoad
- Can be disabled via config item
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