Changes

Jump to navigation Jump to search
→‎Update checks: + ModDrop update keys in SMAPI 2.9
Line 116: Line 116:  
|- valign="top"
 
|- valign="top"
 
| [https://community.playstarbound.com/resources/categories/stardew-valley.22/ Chucklefish]
 
| [https://community.playstarbound.com/resources/categories/stardew-valley.22/ Chucklefish]
| Make sure you have a mod release page (with a URL containing <tt>/resources/</tt> instead of <tt>/thread/</tt>) and it has a [http://semver.org/ semantic version], then specify the mod ID (it's in the mod page URL). <source lang="javascript">"UpdateKeys": [ "Chucklefish:4250" ]</source>
+
| Make sure you have a mod release page (with a URL containing <tt>/resources/</tt> instead of <tt>/thread/</tt>) and it has a [http://semver.org/ semantic version], then specify the mod ID (the number in the mod page URL). <source lang="javascript">"UpdateKeys": [ "Chucklefish:4250" ]</source>
 
|- valign="top"
 
|- valign="top"
 
| [https://www.nexusmods.com/stardewvalley Nexus Mods]
 
| [https://www.nexusmods.com/stardewvalley Nexus Mods]
| Make sure the Nexus mod has a [http://semver.org/ semantic version], then specify the mod ID (it's in the mod page URL). When creating a new mod on Nexus, the ID is added to the URL after the first step, before you need to upload the file. <source lang="javascript">"UpdateKeys": [ "Nexus:541" ]</source>
+
| Make sure the Nexus mod has a [http://semver.org/ semantic version], then specify the mod ID (the number in the mod page URL). When creating a new mod on Nexus, the ID is added to the URL after the first step, before you need to upload the file. <source lang="javascript">"UpdateKeys": [ "Nexus:541" ]</source>
 
|- valign="top"
 
|- valign="top"
 
| [https://github.com/ GitHub]
 
| [https://github.com/ GitHub]
 
| Make sure your [https://help.github.com/articles/creating-releases/ GitHub project has at least one release] and the latest release's tag is a [http://semver.org/ semantic version], then specify your GitHub username and project name. <source lang="javascript">"UpdateKeys": [ "GitHub:Pathoschild/LookupAnything" ]</source>
 
| Make sure your [https://help.github.com/articles/creating-releases/ GitHub project has at least one release] and the latest release's tag is a [http://semver.org/ semantic version], then specify your GitHub username and project name. <source lang="javascript">"UpdateKeys": [ "GitHub:Pathoschild/LookupAnything" ]</source>
 +
|-
 +
| [https://www.moddrop.com/sdv/ ModDrop]
 +
| {{SMAPI upcoming|2.9}} Make sure the mod page has a [http://semver.org/ semantic version], then specify the mod ID (the number in the mod page URL). <source lang="javascript">"UpdateKeys": [ "ModDrop:123338" ]</source>
 
|}
 
|}
  
translators
8,403

edits

Navigation menu