You can download my mods in thunderstoe website.
If there are errors, you can create a issue here, or contact me in dyson sphere offical or modding discord server.
Codes are license under MIT and free to use.
For supportive mods, check the other repo DSP_Mod_Support.
- Fork the repository to your own Github account.
- Pull git repository locally
git clone ... - Create a folder named
assembliesin the repo folder - Put the following reference dll files into
assembliesfolder
Assembly-CSharp-publicized.dll
UnityEngine.CoreModule.dll
UnityEngine.dll
UnityEngine.IMGUIModule.dll
UnityEngine.InputLegacyModule.dll
UnityEngine.TextRenderingModule.dll
UnityEngine.UI.dll
UnityEngine.UIModule.dll
You can find the Unity modules in game install folder Dyson Sphere Program\DSPGAME_Data\Managed
Assembly-CSharp-publicized.dll can be obtained by using AssemblyPublicizer on game's Assembly-CSharp.dll in the same folder.