Releases: 105-Code/SFS-Modloader
V1.3.2
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
V1.3.0
Installation guides in this link
Change log 🧾
Helpers
are now deprecated, useSceneHelper
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
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
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
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 🔧
- MacOs compatibility by pixelgaming579
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
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
Features
- Logger
- Mod loader
- Scene change subscription