Mod Development: Difference between revisions
From Eco - English Wiki
[checked revision] | [unchecked revision] |
m →Tools: Add links to software and Eco version page. |
m →Discord: Use Eco Discord template, formatting. |
||
Line 6: | Line 6: | ||
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 == | ||
You can discuss mods and modding on the | You can discuss mods and modding on the {{Eco Discord}}. | ||
We have multiple channels: | We have multiple channels: | ||
* [https://discord.gg/HXNz478 #mod-ads] for advertising your own mods. | |||
* [https://discord.gg/jGmsQNb #mod-dev] for talk about the development of mods. | |||
* [https://discord.gg/4DgYJAC #mod-talk] for general talk about mods, such as what existing mods to use or how to make basic changes to the game. | |||
* [https://discord.gg/VDxVg3W #mod-help] for issues with mods. | |||
* [https://discord.gg/qvDPzGv #mod-tutorials] for links to tutorials. | |||
== Tools == | == 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. |
Revision as of 18:10, 4 March 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 Template: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.
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)