Modding:Documentation
From DoomRL Wiki
Notice | |
This article discusses modding for DoomRL version 0.9.9.4. This version is unreleased, so details are subject to change. For information about 0.9.9.3 modding, try looking here |
Players are allowed to load custom game content into the DoomRL engine using the Custom Game menu option. These packages (called modules, mods, or wads) of new content are created by various members of the DoomRL community; look for modules on the modding forum.
Contents |
Getting Started
No tutorial is available yet. To get started, look at modules that others have created. Modules are written in a programming language called Lua. If you don't already know Lua, you may be able to pick it up as you go along, but it is still recommended to look at dedicated Lua documentation eventually in case there is anything you missed.
Documentation
This section is documents the DoomRL modding system including the various objects and libraries available to modders.