Skip to content

SatisfactoryModLoader Release 3.7.0

Latest
Compare
Choose a tag to compare
@budak7273 budak7273 released this 07 Jan 03:52
· 3 commits to master since this release

Install Instructions

Changelog

Mod developers, be sure to read the guide we wrote to help you update your mods and modding environment!
https://docs-dev.ficsit.app/satisfactory-modding/latest/Development/UpdatingFromSml36.html

  • Alpakit
    • New "Alpakit Dev" and "Alpakit Release" functionality
      • Dev will build for only the targets you have selected for your testing and run your after-package tasks
      • Release will build for all targets the mod is marked as supporting and will create the multi-target upload zip
    • New after-launch task type: custom. Execute a system command (such as running a batch file) after packaging completes.
    • Ability to package for Linux Server and Windows Server Targets
    • Added informative tooltips to most UI elements
    • Updated CPPAndBlueprintBlank template's .Build.cs
  • SML
    • Skip delivering chat messages sent too early that would otherwise crash a client, error logging them instead
    • Fixed black-on-gray text in Class Selector config option widget caused by UE5 default styling changes
    • Add SML_API to LogNativeHookManager (#127)
  • Starter Project
    • Correct missed connection in FactoryBaked material (#249)
  • Content Registry
    • Fixed that the IncludeNonSolid flag didn't do anything (#246)
  • Update repository credits file (#247)

Full Changelog: v3.6.1...v3.7.0