A small application that can install multiple mods with minimal user interaction, making manual installs automatic
❔Why this over ModManager and the ingame updater already present?
- ModManager requires setup before you can install your mods - here you can get right in
- Issues such as with sign in and conflicts with mod's ingame updater have been noted to arise with ModManager
- Comparing to the updater, you dont have to open the game, update the mod, and restart the game - the exe is ultimately faster
- The updater is rendered unusable with mod updates aimed at new among us versions and a manual installation would have to be done anyway
- A user inputs the folder paths for the original folder, optionally a installation folder, and what mod they want - they only have to do this
- The program fetches the latest download link and version number from the github repo's API
- The zip is downloaded, extracted, and contents are set up in the folder without further input
- The user may also save presets to use again later - comprising of 1 or 2 folders and the mod
- Refer to the User guide to know what to do
- You will need to install this once and can reuse it every update apart from any breaking changes that may occur to the exe's functionality