Skip to content

Releases: satisfactorymodding/SatisfactoryModLoader

SatisfactoryModLoader Release 3.3.1

09 May 11:24
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Fix Skip Intro not being applied
  • Updated project to CL186638

SatisfactoryModLoader Release 3.3.0

10 Dec 16:35
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Prevent removal of vanilla content in the content registry
  • Added config property updated delegate
  • Fixed BP_ConfigPropertyArray not showing up as a config property type
  • Updated project to CL174799

SatisfactoryModLoader Release 3.2.1

29 Nov 21:05
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Fix customization recipes not being registered
  • Updated project to CL173879

SatisfactoryModLoader Release 3.2.0

23 Nov 17:00
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Update 5 (CL173618) compatibility
  • Placeholder assets updated to Update 5 content
  • Placeholder meshes, textures, animations
  • Updated Factory materials
  • Show display name for enums in configs
  • Make config tooltips multiline
  • Config slider fixes
  • Add RequiresWorldReload to config properties, defaults to true
  • Mods can handle the property change without reloading and set RequiresWorldReload to false if needed
  • Center Alpakit item buttons vertically
  • Rename Alpakit All to Alpakit Selected
  • Add Check All and Check None buttons to Alpakit

SatisfactoryModLoader Release 3.1.1

14 May 08:14
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Multiplayer crash fix: Wait for subsystems to be replicated before flushing content registry
  • Load saved keybinds
  • Use FriendlyName in mod list
  • Development: Queue multiple Alpakit actions

SatisfactoryModLoader Release 3.1.0

02 May 22:58
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Fixed multiplayer crash
  • CL151773 compatibility
  • Correctly initialize world modules on clients
  • Fixed "Skip Tutorial" option not working correctly
  • Added more descriptive error messages to content registry
  • Fixed asset selection in asset dumper
  • Reworked Modded Subsystems API
  • Fixed a crash occuring when closing the game sometimes
  • Fixed Mod Config Widget ScrollList
  • Fixed Config Widget saving
  • Fixed SML version in main menu

SatisfactoryModLoader Release 3.0.0

12 Apr 22:50
028df7d
Compare
Choose a tag to compare

Install Instructions

Changelog

  • New module system
  • New mod loading
  • Content registry
  • And more!

SatisfactoryModLoader Release 2.2.1

07 Jul 13:02
d673e32
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Fix hooking

SatisfactoryModLoader Release 2.2.0

06 Jul 11:59
b261ab7
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Speed-up & rewrite of mod loading
  • Advanced crash report information
  • Safety for BP config methods
  • New networking
  • Changed hooking
  • Added caret version ranges
  • Utilities for Rider
  • Ability to add/change resource sink point value

SatisfactoryModLoader Release 2.1.2

15 May 13:24
Compare
Choose a tag to compare

Install Instructions

Changelog

  • Blueprint Hooking System
  • Item Tooltip Subsystem
  • Mod function names in crash reporter
  • Various bugfixes