imported>76561197971023681 (add category) |
imported>76561197971023681 (add link to Modding:ItemProto) |
||
Line 13: | Line 13: | ||
** [[Modding:Items_IDs|Item IDs]] | ** [[Modding:Items_IDs|Item IDs]] | ||
** [[Modding:Recipe_IDs|Recipe IDs]] | ** [[Modding:Recipe_IDs|Recipe IDs]] | ||
** [[Modding:ItemProto|ItemProto attributes]] | |||
* [https://dsp-wiki.com/Modding:Used_IDs List of IDs used in Mods] | * [https://dsp-wiki.com/Modding:Used_IDs List of IDs used in Mods] | ||
Revision as of 20:03, 6 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.
Articles written about Modding may be listed below:
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
- 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.
- GitHub repositories:
- https://github.com/kremnev8/DSP-Mods contains a guide and example on custom machine meshes and animations.