imported>76561197971023681 (add links for Tech IDs, Upgrade IDs. break up into sections.) |
imported>76561197971023681 (add link for Developer Console) |
||
Line 4: | Line 4: | ||
{{Note Box|The following rules MUST be adhered to when publishing modding information in this Wiki.<ul><li><strong>DO NOT</strong> upload any original game assets that are not released in the game itself</li><li><strong>DO NOT</strong> share any original game source code obtained by decompiling (aside from function names)</li><li>Please keep all modding related information in the Modding namespace - prefix pages with Modding:</li></ul>}} | {{Note Box|The following rules MUST be adhered to when publishing modding information in this Wiki.<ul><li><strong>DO NOT</strong> upload any original game assets that are not released in the game itself</li><li><strong>DO NOT</strong> share any original game source code obtained by decompiling (aside from function names)</li><li>Please keep all modding related information in the Modding namespace - prefix pages with Modding:</li></ul>}} | ||
==Developer Console== | |||
[[Developer Console]] - Can be used for rapid testing of Mods. | |||
==Modding Articles== | ==Modding Articles== |
Revision as of 09:03, 15 March 2021
Currently, Dyson Sphere Program does not officially support modding, but implementing proper modding support is on the developers' road map. Players have, nevertheless, begun using third party modding tools to apply mods to the game, and the wiki is happy to provide a resource for them to share what they have learned.
Developer Console
Developer Console - Can be used for rapid testing of Mods.
Modding Articles
Articles written about Modding may be listed below:
IDs
Used in Mods
External Modding Resources
- Dyson Sphere Program Mod Database provides a mod manager and a list of unofficial mods.
- How to make mods with BepInEx by Abbysssal
GitHub Repositories
- https://github.com/kremnev8/DSP-Mods contains a guide and example on custom machine meshes and animations.
Runtime Patching
- Harmony Wiki How to use Harmony, the patching framework provided by BepInEx and many other modloaders.
- HarmonyX Wiki Documents the changes and additions made to Harmony when using BepInEx.
- MonoMod Github Alternative to HarmonyX also provided by BepInEx.