Mod articles
-
SUPDateChecker tutorial for modders(F4SE)
SUPDate Checker allows checking online version of the plugin against local version and if local version is outdated - notify
user.
Online version can be received from NexusMods or Github.
Local version can be received from Global variables, specified in JSON file, returned from Misc item names.
Local version can be a numeric value or a string depending on the method of receiving.
How to use:
Include "f4se\plugins\SUPDateChecker\MyFile.json" in your mod package.You can give the JSON file any name, just make sure it's unique.
Example JSONs and ESPs can be found below(in the article) and at "Misc" files download section.
Each and every JSON file should contain following values:
-...