-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Describe the feature
Allowing users to check for Nautilus updates via Find My Updates - FMU
Purpose
Any additional mod that supports version checking is helpful to users
Implementation
- Use Nautilus' own system to support version checking, finding the most suitable place to call:
ModMessageSystem.SendGlobal("FindMyUpdates", "URL for raw .json file");.- Add a
Version.jsonfile to the solution folder
{
"ModName": "Nautilus",
"LatestVersion": "1.0.0.41",
"LatestURL": "https://www.nexusmods.com/subnautica/mods/1262"
}- (Optional) Write a powershell script to run in Post Build Events that will automatically set the "LatestVersion" field of "Version.json" to the version found here: https://github.com/SubnauticaModding/Nautilus/blob/master/Version.targets#L5-L6