Mod Development: Difference between revisions
From Eco - English Wiki
[checked revision] | [checked revision] |
Moved the guides into video/written categories |
removed link to old wiki |
||
Line 1: | Line 1: | ||
NOTE: The modding system is under heavy development. APIs are expected to change, which may break existing mods! Feel free to update any information on this wiki that is out of date. | NOTE: The modding system is under heavy development. APIs are expected to change, which may break existing mods! Feel free to update any information on this wiki that is out of date. | ||
For | To get started on developing mods, see [[Installing the ModKit]]. For some example mods, see the [https://github.com/StrangeLoopGames/EcoModKit EcoModKit] repository. | ||
Line 25: | Line 23: | ||
* [https://docs.google.com/document/d/1zQFcIxWZcPSZgc3PzbsXHj373Z_ndUW_Q7HfI3iFV5E/ FZM. Eco Mod Tutorial: Creating New Constructable Blocks] | * [https://docs.google.com/document/d/1zQFcIxWZcPSZgc3PzbsXHj373Z_ndUW_Q7HfI3iFV5E/ FZM. Eco Mod Tutorial: Creating New Constructable Blocks] | ||
* [https://docs.google.com/document/d/1SGDqJoKlHYL16j94L5jISO8281w-uoKuQeAm9KcUOmY/ Eco Mod Tutorial: The Item Class] | * [https://docs.google.com/document/d/1SGDqJoKlHYL16j94L5jISO8281w-uoKuQeAm9KcUOmY/ Eco Mod Tutorial: The Item Class] | ||
== Player Contributed Video Guides == | == Player Contributed Video Guides == | ||
<youtube dimensions="400x240" description="Getting Setup To Make Mods In Eco" container="frame">VamhpTr-wG8</youtube> | <youtube dimensions="400x240" description="Getting Setup To Make Mods In Eco" container="frame">VamhpTr-wG8</youtube> |
Revision as of 21:47, 27 July 2021
NOTE: The modding system is under heavy development. APIs are expected to change, which may break existing mods! Feel free to update any information on this wiki that is out of date.
To get started on developing mods, see Installing the ModKit. For some example mods, see the EcoModKit repository.
Discord
You can discuss mods and modding on the Eco Discord.
We have multiple channels:
* #mod-ads for advertising your own mods * #mod-dev for talk about the development of mods * #mod-talk for general talk about mods, such as what existing mods to use or how to make basic changes to the game. * #mod-help for issues with mods * #mod-tutorials for links to tutorials
Tools
Strange Loop Games recommends using the latest versions of Visual Studio and Unity.
- Visual Studio 2019
- Unity 2019.4.15f1 for Eco 9.2.4
Official Guides
Player Contributed Written Guides
Player Contributed Video Guides
Other Resources
- Eco Modkit (check Wiki tab for documentation)
- Tutorial: Ceiling Fan Light
- Eco Modding Wiki (Wiki for Modding Tutorials)