CoroModLoader / loader

A modding framework for Coromon

Home Page:https://discord.gg/P5r9XykY86

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Modding Framework for Coromon


Important

Please do not report any issues that may've been caused through this project to the official game developers as they will not assist you with broken games / saves when you are using mods.
Please open an issue here instead!

Note

This Project is a continuation of chalchiu with greater emphasis on Coromon

Introduction

This project allows you to load third-party mods into the game and helps you by supplying useful utilities provided by the core.

Installation

  • Locate your game directory

    e.g. C:/GOG Games/Coromon/

  • Download the zip file from the latest Release and unpack all files into the game directory

    • Your Game Folder should now roughly look like this

      [!NOTE]
      Some files have been omitted

      πŸ“‚ C:/GOG Games/Coromon
      β”œβ”€β”€ coromon.exe
      β”œβ”€β”€ CoronaLabs.Corona.Native.dll
      β”œβ”€β”€ corona-plugins
      β”œβ”€β”€ iphlpapi.dll                  <-- This file should be new
      β”œβ”€β”€ libeay32.dll
      β”œβ”€β”€ lua.dll
      β”œβ”€β”€ ...
      
  • When starting the game a coromodloader.log should appear in the game directory

    • [!WARNING]
      If this does not happen you probably did something wrong.

  • Done!

Un-Installation

  • Locate your game directory

    e.g. C:/GOG Games/Coromon/

  • Delete iphlpapi.dll

  • Done!

For Developers

Checkout the wiki for more information.

About

A modding framework for Coromon

https://discord.gg/P5r9XykY86


Languages

Language:C++ 56.2%Language:CMake 43.8%