Cod3xDocs
guide

Getting Started

The mental models OpenMW Lua should teach before API trivia.

OpenMW Lua becomes much easier once the architecture is clear.

If you are new to both Lua and OpenMW scripting, start with Zero to Hero. This section assumes you can already make a script run and now want to understand how OpenMW actually thinks.

Start with The OpenMW Lua Mental Model, then Script Contexts and Objects, Records, Types, and Cells. When something breaks, Debugging OpenMW Lua gives the investigation loop.

The purpose of this section is not to enumerate functions. It is to make the API map make sense before you need to search it.