Supportive mod for Dyson Sphere Program
List of 100+ mods for compatiblity with Nebula multiplayer mod.
對於100種以上mod的聯機兼容性測試表單.
✅綠勾=大致ok, 不需要伺服器和客戶端都安裝
☑️藍勾=大致ok, 建議兩邊皆安裝並使用相同設定
⛔紅標=有嚴重兼容問題
❌紅叉=mod壞了,當前遊戲版本不可用
Provide Nebula multiplayer mod compatibility for other mods. Sometimes contains hotfix for nebula.
支援一些mod, 使他們可以兼容Nebula聯機模組. 有時會包含聯機模組熱修補丁.
Try to fix broken mods to make them work in latest DSP version.
嘗試修復一些壞掉的mod, 使其可以在最新的遊戲版本中使用.
- 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.PhysicsModule.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.