Cave Story Modding Wiki
Contents:
  1. ModCS lua API

ModCS lua API

ModCS:
Creator(s):ilikebreadtoomuch
Year:2021
Platform:Windows (Mac/Linux with Wine)
Status:

Finished

Website:modcavestory.github.io
Info:Original Forum Post

ModCS is primarily a lua interface for modding Cave Story1. It allows NPCs, maps, tiles, and many other componets of the game to be altered through the easy to understand Lua script language.

It was initially released as a modified version of CSE2 by user ilikebreadtoomuch, but later made available for freeware by user Autumn as a dll mod.

The API’s documentation can be found here.

  1. Though the main feature of modCS is the lua scripting, it also contains several other quality-of-life features such as its own layers mode implementation.Â