Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.16 KB

ITB-Easy-Edit

This is an Into the Breach mod loader extension by originally authored by Lemonymous @ https://github.com/Lemonymous. Since ITB-Mod-Loader version 2.82 it has been integrated into the mod loader as an extension which can be either enabled stand-alone, or used as a dependency by a mod.

It intends to make it much easier for mod creators to do many things that were previously very difficult: The creation of new islands, tilesets, corporations, enemylists, etc. See the documentation for a full function list.

Mod Dependency

Mods can add Easy Edit as a dependency, which will ensure that Easy Edit will be enabled whenever your mod is enabled.

Example mod's init.lua

return {
    id = "my_mod_id",
    name = "My Mod Name",
    version = "1.0.0",
    dependencies = {
        easyEdit = "2.0.0",
    }
}

Non-Modders

See here for details on how to use Easy Edit in the game.

Documentation

See the wiki for documentation.

Licence

The code uses GNU GENERAL PUBLIC LICENSE, which can be read in the file LICENCE provided.