The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

Update Notifier

Update Notifier 1.3100.0

Created by 3371

1.2K Downloads

SPT 3.10.5 Compatible

Not very useful update checker.

g449guc.png

Update Notifier

A minimal plugin that allow modders to remind players to update.

The mod does nothing on its own. It won't automatically check updates for all your mods.
The mod does not download mods for you. I don't want any possibility it downloads a virus for you.

For Players

  • The mod is disabled by default, please read the options before enable it.
  • When a mod request to check update, A dialog pops out asking you to permit Update Notifier to download version info from a url provided by the mod.
  • For you own safety, please carefully read the dialog, it clearly tells you which mod is requesting what URL.
  • If you agree, the mod+url combination will be added to whitelist, as long as it's the same mod requesting the same url, Update Notifier won't bother you again.
  • Then, Update Notifier will download from the url and read the version string in it, and tells you when it's newer than what you got.
  • (While the version file is unlikely to harm you because Update Notifier only reads text, malicious servers can collect your IP like how ad company or sort do in web pages)

For Modders

Client Mods

Check how That's Lit call Update Notifier with Reflection to use it while being not depending on it.

You need to provide the .update_notifier file somewhere on the internet. It's recommended to included it in your project repo and use the raw file link.

Server Mods

You need to place an .update_notifier_source file next to your package.json.The content is simply the url to the online .update_notifier file.

Notes

  • Content of the .update_notifier file must be smaller than 16 bytes. This is more than enough for any semantic version string.
  • Url must starts with "https://" and ends with ".update_notifier".
Version 1.3100.0
Download Mod Version

SPT 3.10.5

Latest Compatible SPT Version

479 Downloads

Created Nov 27th, 2024

Updated Nov 27th, 2024

Virus Total Results

3.10

Version 1.383.4
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

311 Downloads

Created Jun 16th, 2024

Updated Jun 16th, 2024

Virus Total Results
  • Support server mods.
  • Now only notify total amount of updates available, so multiple mods won't spam notifications. Details can be viewed in the console(~).
Version 1.383.3
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

230 Downloads

Created Jun 12th, 2024

Updated Jun 12th, 2024

Virus Total Results

Fix reversed version comparer pepeclown

Version 1.383.2
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

143 Downloads

Created Jun 9th, 2024

Updated Jun 9th, 2024

Virus Total Results

Not quite yet...