Difference between revisions of "Documentation"

From DRL Wiki

Jump to: navigation, search
(added Game Configuration section)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
==Game Manual==
 
==Game Manual==
Linking from these pages are the help/manual files of DoomRL. Each major release these will be imported back into the game itself. This way the manual will be easier to keep up to date, at the same time allowing the community to participate in fixing and updating.
+
Linking from these pages are the help/manual files of DRL. Each major release these will be imported back into the game itself. This way the manual will be easier to keep up to date, at the same time allowing the community to participate in fixing and updating.
  
 
* [[Manual:Introduction|Introduction]]
 
* [[Manual:Introduction|Introduction]]
Line 15: Line 15:
  
 
==Game Configuration==
 
==Game Configuration==
There are a rather large number of customizable options in DoomRL. They are separated into five files with the .LUA extension.
+
There are a rather large number of customizable options in DRL. They are separated into five files with the .LUA extension.
 
* [[Manual:config.lua|config.lua]] handles the more general and/or miscellaneous settings, as well as sets up the other configuration files.
 
* [[Manual:config.lua|config.lua]] handles the more general and/or miscellaneous settings, as well as sets up the other configuration files.
 
* [[Manual:keybindings.lua|keybindings.lua]] links all game actions to a particular key binding.
 
* [[Manual:keybindings.lua|keybindings.lua]] links all game actions to a particular key binding.

Latest revision as of 12:02, 11 August 2025

Game Manual

Linking from these pages are the help/manual files of DRL. Each major release these will be imported back into the game itself. This way the manual will be easier to keep up to date, at the same time allowing the community to participate in fixing and updating.

Please do not Wikify these pages, and keep the Valkyrie color codes (tags beginning with "@" followed by a letter) intact!

Correcting mistakes, however, is OK.

Game Configuration

There are a rather large number of customizable options in DRL. They are separated into five files with the .LUA extension.

  • config.lua handles the more general and/or miscellaneous settings, as well as sets up the other configuration files.
  • keybindings.lua links all game actions to a particular key binding.
  • sound.lua links all game objects to a particular sound binding.
  • music.lua links all game levels to a particular music binding.
  • color.lua allows you to customize any game object with any different color.
Personal tools