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.

Modding: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
(Corrected wrong information)
Tag: 2017 source edit
Line 16: Line 16:
For now, most mods are hosted on third-party websites. The best places to find mods currently are:
For now, most mods are hosted on third-party websites. The best places to find mods currently are:
* [https://eco.mod.io/ Mod.io] — Official host for Eco mods, with API available for mod management. This is the recommended place to download mods, especially if you are new to modding.
* [https://eco.mod.io/ Mod.io] — Official host for Eco mods, with API available for mod management. This is the recommended place to download mods, especially if you are new to modding.
* [https://forum.play.eco/filebase/ Eco Forums filebase] — Many more mods than Mod.io, but has no API and is not searchable.
* [https://forum.play.eco/filebase/ Eco Forums filebase] — Many more mods than Mod.io, but has no API.
* [https://forum.play.eco/board/10-modding/ Eco Modding Forums] — The modding section of the official forums.
* [https://forum.play.eco/board/10-modding/ Eco Modding Forums] — The modding section of the official forums.
* [https://discord.com/invite/eco Eco Discord server] — The offical Discord server has several modding channels.
* [https://discord.com/invite/eco Eco Discord server] — The offical Discord server has several modding channels.

Revision as of 23:24, 31 July 2021

Modding a Torch in Unity

Modding is how the base game is extended with new features such as blocks, animals and additional game play rules. Some mods only change server-side functionality, while others may add additional visualizations and interactions on the client side. Mods may be developed by Strange Loop Games or independent developers and added to the game by server admins. There is no charge for access to the API and all of the tooling for mod development is freely available.

Installing Mods

Most mods can be installed by placing the mod's files into the Mods folder of an Eco server. Mods may add new files or replace some of the files already found in the Mods folder. Many mod authors will have instructions for installing their mod(s).

Mods that affect the client, such as custom items and models, only need to be installed on the server. The client will automatically receive the information it needs to run the mod from the server.

Server owners can now use Mod.io and modders should consider putting mods there.


Here is a simple video on how to install mods to your eco server:

How To Install A Mod Onto An Eco Server

Existing Mods

NOTE: It is against Eco Wiki rules to post advertisements for specific mods anywhere on the Wiki.

For now, most mods are hosted on third-party websites. The best places to find mods currently are:

  • Mod.io — Official host for Eco mods, with API available for mod management. This is the recommended place to download mods, especially if you are new to modding.
  • Eco Forums filebase — Many more mods than Mod.io, but has no API.
  • Eco Modding Forums — The modding section of the official forums.
  • Eco Discord server — The offical Discord server has several modding channels.

Mod Development

See Mod Development

Localization

Crowdin localization testing

  1. Go to Crowdin Site.
  2. Download latest archive archive.
  3. Go to Eco Server directory.
  4. Create folder if not exists `Mods\Translations`.
  5. Extract `defaultstrings.csv` into the `Mods\Translations` directory.
  6. You need to restart the server to use changed files.

Also you can open the CSV file and edit in in any text editor to test your translations without Crowdin.

Mods Translation

From previous article [Crowdin localization testing] you can get `.csv` file for reference. You should follow same format, but you can use any file name and put into under your mod directory into `Translations` directory. I.e. `Mods\MySuperMod\Translations\MySuperModStrings.csv`.