Mod Checker

If you liked this item, please rate it up on Steam Workshop page.

Author: iBrRus

Last revision: 23 Feb, 2023 at 13:20 UTC

File size: 484.35 KB

On Steam Workshop

Description:
Originally posted by Tarzan:

File doesn’t exist on the client …

Originally posted by Chief:

File doesn’t exist on the server …

Originally posted by Queen:

Six months ago you wrote that you had fixed the bug, but I still have it …

Originally posted by Nagibator2000:

This mod is broken. F** you modder.

If you are familiar with these comments, this mod is for you.
The mod checks the ModID against the WorkshopID, logs a list of non-original mods, and shows the player a recommendation. This is to see if, instead of the current version of the mod, a version from some modpack is plugged into the game.

How to add checking for your mod?
First option

Add the code to any lua file in the media/lua/client folder, specifying the ModID and WorkshopID of your mod.

CheckMyModTable = CheckMyModTable or {} — ModID WorkshoID CheckMyModTable["yourModId"] = 111111111;

Second option (only for mods with 50,000 or more subscribers)

Make a fork of repository[github.com], make changes to the "mods.lua" file and submit a pull request.

[patreon.com][boosty.to]
[pz.ibrrus.ru] [discord.gg]

Workshop ID: 2937651968
Mod ID: Mod_Checker