Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

SatisfactoryModManager API v3.0.0

Choose a tag to compare

@mircearoata mircearoata released this 28 Jun 12:13
· 33 commits to master since this release

Changelog

  • Added enabling/disabling mods
  • Save manifest on error if not installing, enabling, or updating mods
  • Separate manifest code from lockfile code
  • Don't include dangling nodes for dependency version check in lockfile
  • Upgrade all dependencies
  • Rework test suite
  • Added mod name to download error message
  • Fixed typo in error name
  • Upgrade dependencies
  • Use apollo-link-scalars for dates
  • New Steam library manifest format support
  • Optional CreatedBy and CreatedByURL field in uplugin
  • No longer require dlloverrides on linux

Breaking changes

  • SatisfactoryInstall.manifestMutate now has the arguments install, uninstall, enable, disable, update instead of install, uninstall, update
  • ImcompatibleGameVersion error is now named IncompatibleGameVersion