Mod Development: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(3 intermediate revisions by 2 users not shown)
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.
<div class="container-fluid">
<div class="row">[[File:EcoModKit.jpg|class=headbanner|link=]]</div>
</div>
 
 
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 [https://github.com/StrangeLoopGames/EcoModKit EcoModKit] repository.
To get started on developing mods, see [[Installing the ModKit]]. For some example mods, see the [https://github.com/StrangeLoopGames/EcoModKit EcoModKit] repository.
== Documentation ==
== Documentation ==
[[File:Eco Modkit Docs.png|link=https://docs.play.eco]]<br>
Documentation of the server and game client code is available at [https://docs.play.eco https://docs.play.eco]. This is updated when the game is released to the latest version.
Documentation of the server and game client code is available at [https://docs.play.eco https://docs.play.eco]. This is updated when the game is released to the latest version.
== Discord ==
== Discord ==
Line 20: Line 25:
== Official Guides ==
== Official Guides ==
[[Installing the ModKit]]
[[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
Modkit examples

Latest revision as of 11:01, 27 February 2025


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[edit | edit source]

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[edit | edit source]

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[edit | edit source]

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

Official Guides[edit | edit source]

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[edit | edit source]

Player Contributed Video Guides[edit | edit source]

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[edit | edit source]