ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.

Mod Development: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
(Removed #mod-tutorial channel reference as this no longer exists.)
Tag: 2017 source edit
Line 19: Line 19:
== Official Guides ==
== Official Guides ==
[[Installing the ModKit]]
[[Installing the ModKit]]
<youtube dimensions="400x240" description="Eco New Flag Mod, with animations and materials setup" container="frame">ESETpMIfHl4</youtube>
 
Modkit examples
 
* [[Blockset example mod]]
* [[DiscordAccessMod example mod]]
* [[EchoCommand example mod]]
* [[EcopediaPage example mod]]
* [[Flag example mod]]
 
== Player Contributed Written Guides ==
== Player Contributed Written Guides ==
* [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]

Revision as of 21:28, 9 July 2022

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

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