Mod Development: Difference between revisions
From Eco - English Wiki
[checked revision] | [checked revision] |
Added proper grammar |
|||
Line 2: | Line 2: | ||
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> | [[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 | 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 == | ||
You can discuss mods and modding on the [https://www.discord.gg/eco Eco Discord]. | You can discuss mods and modding on the [https://www.discord.gg/eco Eco Discord]. |
Revision as of 05:32, 1 December 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.
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.
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)