Skip to content

CelLuAPI is a mod for CelLua that adds better support for modding and even support for multiple mods.

License

Notifications You must be signed in to change notification settings

IonutParau/celluapi

Repository files navigation

✨CelLuAPI

A mod of CelLua Machine that adds modding support and even support for running multiple mods at once.

🧾How to install a mod

To install a mod, after you downloaded CelLuAPI as a .love (or .zip) file, rename it from .love to .zip and then extract it in some folder. In that folder, you have to drag and drop the files of the mod. After that, look for a file called mods.txt and edit it to make sure it has in at least 1 line the name of the mod. After that turn the folder into a zip file and rename the zip file from .zip to .love and then double click it to run it. Also you can drag and drop the folder to the love2d.

💻The modding API

The modding API is what allows mods to operate. The modding API can be found at the WiKi.

🏃‍♂️Running

  1. Download a release, preferably the latest version
  2. Download and install LÖVE
  3. Double-click the .love file (might not work on all OS, for more information see )

🧪Basic Terminology

Return table - All mods must return a table containing properties that are functions the mod uses to interface with the API.

About

CelLuAPI is a mod for CelLua that adds better support for modding and even support for multiple mods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages