Mod Development: Difference between revisions

From Eco - English Wiki
[checked revision][unchecked revision]
WugWugg (talk | contribs)
m Added new link under "Player Contributed Written Guides" to support a new guide about how to setup Visual Studio 2022
WugWugg (talk | contribs)
Updated Player Contributed Written Guides
Line 35: Line 35:
* [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]
* [[Getting Started with Eco Modding in Visual Studio 2022]]
* [[Getting Started with Eco Modding in Visual Studio 2022]]
* [[Helpful Examples for Modding]]
* [[From 3D Asset to Working Worktable]]
== 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 02:20, 29 April 2026


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.

Documentation

Documentation of the server and game client code is available at https://docs.play.eco. This is updated when the game is released to the latest version.

Discord

You can discuss mods and modding on the Eco Discord server.

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.

Tools

Strange Loop Games recommends using the latest versions of Visual Studio and Unity.

Official Guides

Installing the ModKit

You can now earn a cut of every transaction in worlds that use your mods! Follow this guide to set it up: Registered Mods

Modkit examples

Player Contributed Written Guides

Player Contributed Video Guides

Getting Setup To Make Mods In Eco
Making Your First Item In Eco
Making Your First Item PT2 - World Objects (Unity)
Using Other Mods within Your Own Mod

Other Resources