Skip to content

What is SFSModLoader?

Asdew edited this page Feb 21, 2018 · 2 revisions

Why SFSModLoader?

In the early phases of Spaceflight Simulator, there is not a good modding library.
It has been added to the suggestions list, but I think we can't wait any longer.
To get the community involved in the functions of the game is very important.
It helps new developers, they don't have to decompile the code and then change the source.
Instead you can make your own mod project.
But the most important is that we now can have multiple mods!
Being suitable for both old developers and new developers, this is the best choice.

What does SFSModLoader do?

It implements event (called hooks) into the game.
A mod can listen for these and change the game by changing the values in the event.
We also expose objects that are normally object-based.
But if an object only creates one time you can add static references.
We don't have these at the moment but we're working hard to find good objects to make static!