-
Notifications
You must be signed in to change notification settings - Fork 3
Installation guide
Go to releases and download modloader-windows version you need. Once decompressed, follow the next steps.
-
First, copy "doorstop_config.ini" and "winhttp.dll" into "Spaceflight Simulator Game" folder next to "Spaceflight Simulator.exe".
These files is used to inject modloader code into unity game. the code for these files can be found at this repo -
Copy "0Harmony.dll" and "ModLoader.dll" from "Managed" folder to "Spaceflight Simulator_Data/Managed"
"0Harmony.dll" is used to inject code into game in runtime and "ModLoader.dll" is used to read and execute mods. -
Create "MODS" folder into "Spaceflight Simulator_Data"
"MODS" folder is used to store mod dll files. -
Finally run the game to check that everything is working, and you should see game console when you press
F1
Go to releases and download the modloader-macos version you need, then go to the Spaceflight Simulator folder like in the picture and do the following steps:
-
First, copy "run.sh", "doorstop_libs","0Harmony.dll" and "ModLoader.dll" to the "Spaceflight Simulator Game" folder next to "SpaceflightSimulator.app".
These files are used to inject modloader code into the Unity game. The code for these files can be found in this repository -
It is necessary to add execute permission to "run.sh", to do this open the terminal in the folder and type the following command:
chmod u+x run.sh
Note: if you don't know how to open the terminal look at this link
4. Now it is necessary to edit the execution command in Steam, to do this enter Steam and go to properties
Enter the following command in "Launch Options":
"users/myAccount/Application Support/Stream/steamapps/common/Spaceflight Simulator/run.sh" %command%
Note:The path may vary, so you have to put the path where you have steam and the game installed. You can see where run.sh is if you type pwd
in the terminal
- Finally run the game to check that everything is working, and you should see something like this when you press
F1
- Modloader Installation
- Mods Installation
- How to develop mods
- Code Documentation