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.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Mod Development: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
(Created page with "NOTE: The modding system is under heavy development. APIs are expected to change, which may break existing mods! For those wanting to learn about how to develop mods, the Eco...")
 
No edit summary
Line 1: Line 1:
NOTE: The modding system is under heavy development. APIs are expected to change, which may break existing mods!
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 those wanting to learn about how to develop mods, the Eco ModKit wiki is a great place to start.
For those wanting to learn about how to develop mods, the [https://github.com/StrangeLoopGames/EcoModKit/wiki Eco ModKit wiki] is a great place to start.


It contains a link to download the modkit, as well as tutorials on how to make different types of mods. Read through each tutorial to learn how to use the Eco ModKit.
It contains a link to download the modkit, as well as tutorials on how to make different types of mods. Read through each tutorial to learn how to use the Eco ModKit.


Tools
You can also discuss mods and modding on the [https://discord.gg/Puk7cNv Eco Discord].
 
== Tools ==
Strange Loop Games recommends using the latest versions of Visual Studio and Unity.
Strange Loop Games recommends using the latest versions of Visual Studio and Unity.
* Visual Studio 2019
* Unity 2019.3


Visual Studio 2017
== Player Contributed Guides ==
Unity
[https://docs.google.com/document/d/1zQFcIxWZcPSZgc3PzbsXHj373Z_ndUW_Q7HfI3iFV5E/edit FZM. Eco Mod Tutorial: Creating New Constructable Blocks]

Revision as of 05:25, 31 July 2020

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 those wanting to learn about how to develop mods, the Eco ModKit wiki is a great place to start.

It contains a link to download the modkit, as well as tutorials on how to make different types of mods. Read through each tutorial to learn how to use the Eco ModKit.

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

Tools

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

  • Visual Studio 2019
  • Unity 2019.3

Player Contributed Guides

FZM. Eco Mod Tutorial: Creating New Constructable Blocks