Skip to content

A mod for Eco to encourage continued player spending in the economy by offering QoL bonuses

Notifications You must be signed in to change notification settings

coilysiren/Eco-Mods-1

 
 

Repository files navigation

My Eco Mods

This repository houses several of my public mods for Eco, and because of the dependencies between them they share a single repo for ease of updating them.

You can find out more in their individual project folders.

Ecompatible

This is a library for help other mods be compatible with each other.

XP Benefits

This is a mod that gives various quality-of-life improvements to players if they invest in high tier food and housing.

Replacement Interactions

This is a library to help mods replace interaction parameters or replace the implementation of interactions without overriding the file.

Eco Test Tools

This is a library my other mods use to help run automated tests.

Licensing Explanation

"Replacement Interactions" and "Eco Test Tools" are licensed under Apache 2.0 because they are simply too small in scope and usage to bother with anything more substantial.

Ecompatible

Ecompatible is licensed under the GNU Lesser General Public License (LGPL). I've chosen this license because the project is intended to be a shared resource for multiple mods from independent authors. LGPL ensures that:

  1. Improvements to the library by others are shared and able to be used by all other modders.
  2. If at any point I no longer keep the project up to date then others will be able to take it on to provide continued support to mods that depend on it.
  3. Using the library does not limit which licenses a modder can publish their mod under, unlike GPL.

XP Benefits

XP Benefits is distributed without a license. However, that doesn't mean I have an issue with you making and sharing changes to the code.

Thank you for reading.

About

A mod for Eco to encourage continued player spending in the economy by offering QoL bonuses

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.8%
  • Shell 1.2%