Mod Development: Difference between revisions
From Eco - English Wiki
[checked revision] | [checked revision] |
No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 15: | Line 15: | ||
* [https://discord.gg/VDxVg3W #mod-help] for issues with mods | * [https://discord.gg/VDxVg3W #mod-help] for issues with mods | ||
* [https://discord.gg/qvDPzGv #mod-tutorials] for links to tutorials | * [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. | ||
* Visual Studio 2019 | * Visual Studio 2019 | ||
* Unity 2019.4.x (latest available) | * Unity 2019.4.x (latest available) | ||
== 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> | <youtube dimensions="400x240" description="Eco New Flag Mod, with animations and materials setup" container="frame">ESETpMIfHl4</youtube> | ||
== Player Contributed Guides == | == Player Contributed Guides == | ||
* [https://docs.google.com/document/d/1zQFcIxWZcPSZgc3PzbsXHj373Z_ndUW_Q7HfI3iFV5E/edit FZM. Eco Mod Tutorial: Creating New Constructable Blocks] | * [https://docs.google.com/document/d/1zQFcIxWZcPSZgc3PzbsXHj373Z_ndUW_Q7HfI3iFV5E/edit FZM. Eco Mod Tutorial: Creating New Constructable Blocks] | ||
== Other Resources == | == Other Resources == | ||
* [https://github.com/StrangeLoopGames/EcoModKit Eco Modkit] (check Wiki tab for documentation) | * [https://github.com/StrangeLoopGames/EcoModKit Eco Modkit] (check Wiki tab for documentation) | ||
* [https://github.com/StrangeLoopGames/EcoModKit/wiki/Tutorial-Ceiling-Fan-Light Tutorial: Ceiling Fan Light] | * [https://github.com/StrangeLoopGames/EcoModKit/wiki/Tutorial-Ceiling-Fan-Light Tutorial: Ceiling Fan Light] | ||
* [https://github.com/StrangeLoopGames/EcoModKit/wiki/ Eco Modding Wiki](Wiki for Modding Tutorials) | * [https://github.com/StrangeLoopGames/EcoModKit/wiki/ Eco Modding Wiki] (Wiki for Modding Tutorials) | ||
[[Category: Modding]] | [[Category: Modding]] |
Revision as of 08:13, 28 February 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.
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.
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.x (latest available)
Official Guides
Player Contributed Guides
Other Resources
- Eco Modkit (check Wiki tab for documentation)
- Tutorial: Ceiling Fan Light
- Eco Modding Wiki (Wiki for Modding Tutorials)