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

Releases: 105-Code/SFS-Modloader

V1.3.2

18 May 17:21
Compare
Choose a tag to compare

The game implements an official mod loader. So it is not necessary to install this modloader

Installation guides in this link

Bugs Fixed 🔧

  • Fix black screen when returning from build screen in SFS Beta

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

v1.3.1

17 Apr 17:51
Compare
Choose a tag to compare

Installation guides in this link

Bugs Fixed 🔧

  • Method used to check versions, fixed by Exund

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

V1.3.0

13 Apr 00:16
Compare
Choose a tag to compare

Installation guides in this link

Change log 🧾

  • Helpers are now deprecated, use SceneHelper instead
  • Change mod information display in installed mods menu

New Features 📰

  • SceneHelper to suscribe to scene changes
  • You can add keybinding with KeybindingHelper
  • Mods can now have keybiding settings in the Settings menu. (guide)
  • Add mod folder attribute in SFSMod class.

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

v1.2.0

19 Mar 03:11
Compare
Choose a tag to compare

Installation guides in this link

Change log 🧾

  • ModLoder version attribute is now taken as the minimum mod loader version required

New Features 📰

  • Mods installed view
  • Automatic installation if there are dlls in the MODS folder

Bugs Fixed 🔧

  • Better performance for modloader console
  • Disable drag if modloader console is open

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

v1.1.2

10 Mar 21:45
Compare
Choose a tag to compare

Installation guides in this link

New Features 📰

  • Add early_load method in SFSMod class by Exund

Bugs Fixed 🔧

  • Fixed console performance
  • Fixed version regex

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

Important: All mods for the 1.0.0 version are not compatible with this new version, so you have to wait for the creators of the mods to adapt them

V1.1.1

10 Mar 00:56
Compare
Choose a tag to compare

Installation guides in this link

Change log 🧾

  • Logger command change from "Loader.logger.log(msg)" to "Debug.Log(msg)"
  • SFSMod interface change to Abstract class
  • Compatible with MacOS

New Features 📰

  • Helpers by RYAN8990
  • Assets loader
  • Modloader target version
  • Mod version
  • Mod dependencies
  • In Game console
  • Scene console

Bugs Fixed 🔧

Note: If you already have installed modloader, only download ModLoader.dll and replace it with the one you already have.

Important: All mods for the old version are not compatible with this new version, so you have to wait for the creators of the mods to adapt them

V1.1.0-beta

05 Mar 21:36
Compare
Choose a tag to compare
V1.1.0-beta Pre-release
Pre-release

Don't download, still working on it

Change log

  • logger command change from "Loader.logger.log(msg)" to "Debug.Log(msg)"
  • SFSMod interface change to Abstract class

Features

  • Helpers by RYAN8990
  • Mods Menu by RYAN8990
  • Assets loader
  • Modloader target version
  • Mod version
  • Mod dependencies
  • In Game console
  • Scene console

if you already have installed modloader, only download ModLoader.dll and put on "Spaceflight Simulator_Data\Managed" folder

Initial Release

27 Feb 03:38
c914d05
Compare
Choose a tag to compare

Features

  • Logger
  • Mod loader
  • Scene change subscription