knackrack615 / ResoniteModUpdater

Simple yet janky way of updating your Resonite mods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resonite Mod Updater CLI

ResoniteModUpdater is a command-line tool that helps you update mods for Resonite. Updates only mods that have that have a github Link variable.

Warning

Does not work with monorepos with multiple mods nor with non github repositorys.

Prerequisites

Installation

  1. Download ResoniteModUpdater_win_x64.zip or ResoniteModUpdater_linux_x64.zip
  2. Extract it anywhere.
  3. Double click to Start or Run from terminal.

Usage

To use ResoniteModUpdater, you need to specify the mods folder path and, optionally, a GitHub authentication token.

Note

If you have private mods or mods that you don't want to update. You can ignore mods by adding a _ prefix to the mod's filename.

ResoniteModUpdater [ModsFolder] [OPTIONS]

Examples

  1. Update Resonite mods without using an authentication token:
ResoniteModUpdater "C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods"
  1. Update Resonite mods with a GitHub authentication token:
ResoniteModUpdater "C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods" -token xxxxxxxxxxxxxx

Arguments

  • [ModsFolder]: The path to the Resonite mods folder.

Options

  • -h, --help: Prints help information, providing usage instructions for the tool.
  • -v, --version: Prints version information, displaying the version of ResoniteModUpdater.
  • -t, --token: GitHub authentication token. Use this option only if you plan to run the command multiple times within a short period. The token helps bypass GitHub's request limits (60 Requests per hour).

About

Simple yet janky way of updating your Resonite mods.

License:MIT No Attribution


Languages

Language:C# 100.0%