Skip to content

Commit

Permalink
Docs: Minot Rearrangement of Publish Mods Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jan 17, 2022
1 parent ab6d059 commit f5c3517
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/PublishingMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ In order to create a release for a mod, right click the mod and hit `Publish` in

![](./Images/Publish-GUI-2.png)

### Updating Existing Releases

To add packages (new versions) to an existing release of the mod, simply set the output folder to the folder of a previous release.
Use the `Set Output Folder` button to do so.
After hitting `Publish`, simply upload the generated `.7z` files and `.json` file to your preferred upload location.

### Delta Updates

Expand All @@ -81,6 +78,11 @@ Then set the output folder of your mod to the folder where you have created your

Alternatively, you can manually add a previous version of the mod under the `Delta Update` tab.

### Updating Existing Releases

To add packages (new versions) to an existing release of a mod, simply set the output folder to the folder of a previous release.
Use the `Set Output Folder` button to do so.

## Creating Releases: CLI

Reloaded also comes with a set of tools that can be used to create releases independent of the launcher.
Expand All @@ -98,7 +100,6 @@ Use those tools from the terminal / command line 😇.
- `NuGetConverter.exe`: Automatically creates a NuGet package given a mod folder or a mod zip.
- `Reloaded.Publisher.exe`: Publishes a release for a mod. Identical features to GUI's `Publish Mod` menu.


## Supported Update Sources

When the mod loader checks for updates, it will use the first source it finds from the list below (in the order used in this document).
Expand Down

0 comments on commit f5c3517

Please sign in to comment.