Difference between revisions of "Modding:Documentation"

From DoomRL Wiki

Jump to: navigation, search
m (removed 0994 warning)
m (link to tutorial)
Line 3: Line 3:
 
== Getting Started ==
 
== 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 [http://www.lua.org/manual/5.1/manual.html 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.
+
[[Modding:Tutorial|Tutorial]] (work in progress but has enough info to begin creating simple mods)
  
 
== Documentation ==
 
== Documentation ==

Revision as of 17:32, 15 September 2011

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

Tutorial (work in progress but has enough info to begin creating simple mods)

Documentation

This section is documents the DoomRL modding system including the various objects and libraries available to modders.

Modules

Base Object

Main Objects

Secondary Objects

Other

Constants

Personal tools