/SatisfactoryModManager

A mod manager for easy installation of mods and modloader

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Satisfactory Mod Manager

Handles all the steps of installing mods, including download of SML and Bootstrapper. For questions, you can ask in the Satisfactory Modding discord

Installation

Download the latest release from https://github.com/satisfactorymodding/SatisfactoryModManager/releases

Usage

Just install it, choose an updated mod, and click install. Everything else is handled by SMM

Developmemnt

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn dev

# build electron application for production
yarn dist

# lint all JS/Vue component files in `src/`
yarn lint