Skip to content

Version checking support via FindMyUpdates #622

@RamuneNeptune

Description

@RamuneNeptune

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

  1. Use Nautilus' own system to support version checking, finding the most suitable place to call:
ModMessageSystem.SendGlobal("FindMyUpdates", "URL for raw .json file");.
  1. Add a Version.json file to the solution folder
{
  "ModName": "Nautilus",
  "LatestVersion": "1.0.0.41",
  "LatestURL": "https://www.nexusmods.com/subnautica/mods/1262"
}
  1. (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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions