The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Update Notifier

Update Notifier 1.3100.0

Created by 3371

749 Downloads

Unknown SPT Version

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

9 Downloads

Unknown SPT Version Virus Total Results
Created Nov 27th, 6:22 AM Updated Dec 31st, 2:41 PM

3.10

Version 1.3100.0

146 Downloads

Unknown SPT Version Virus Total Results
Created Nov 27th, 6:24 AM Updated Nov 27th, 6:24 AM

3.10

Version 1.383.04

279 Downloads

Unknown SPT Version Virus Total Results
Created Jun 16th, 2024 Updated 23 hours ago
  • 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.03

205 Downloads

Unknown SPT Version Virus Total Results
Created Jun 12th, 2024 Updated 8 hours ago

Fix reversed version comparer pepeclown

Version 1.383.02

110 Downloads

Unknown SPT Version Virus Total Results
Created Jun 9th, 2024 Updated Jan 8th, 7:34 AM

Not quite yet...