Updating Mods
The primary function of the Stardew Valley Mod Manager is to enhance and humanise the experience of managing mods for Stardew Valley. This starts with the process of adding mods.
Updating Mods
With version 220304 of the Stardew Valley Mod Manager we introduced a new utility, the Mod Update Check Tool (Beta). This tool is a very early implementation that is partially conceptual, however depending on the mod configuration - this can actually be used to check the current version of a mod and compare it to the latest version available on online.
Pre-Requisites
It is important to note that this utility will not work with all mods, as it currently operates in a way that looks for very specific (but also widely used) configuration setups. The following need to be met for a mod to work with this tool:
The mod you are checking must have a
manifest.json
file in the root directory.The mod must be in the disabled mods list.
The
manifest.json
file must contain a Nexus Mods update key (configured as:"UpdateKeys": [ "Nexus:####" ]
where the#
includes your numerical update key for NexusMods.The
manifest.json
file must contain a version number that is formatted in the same format as your Nexus website listing.The
manifest.json
file must not contain multiple update keys or update keys for other services.
The following is an example of a good manifest.json
that is located at the root directory:
Check for Updates
Downloading the Mod Updates
Downloading mod updates is done manually, via the NexusMods website. The Mod Update Check tool will allow you to open the link to the mod in the browser when an update is found, however a NexusMods account will be required to download the mod from the website. It will need to be installed via the "Install Mods" menu in the Mod Management tab after the user has downloaded the ZIP file.
Last updated
Was this helpful?