Difference between revisions of "Documentation"

From DoomRL Wiki

Jump to: navigation, search
m (moved Game Manual to Documentation: supergrouping)
(added Game Configuration section)
 
Line 1: Line 1:
 +
__NOTOC__
 +
==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 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.
  
Line 11: Line 13:
  
 
Correcting mistakes, however, is OK.
 
Correcting mistakes, however, is OK.
 +
 +
==Game Configuration==
 +
There are a rather large number of customizable options in DoomRL. 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:keybindings.lua|keybindings.lua]] links all game actions to a particular key binding.
 +
* [[Manual:sound.lua|sound.lua]] links all game objects to a particular sound binding.
 +
* [[Manual:music.lua|music.lua]] links all game levels to a particular music binding.
 +
* [[Manual:color.lua|color.lua]] allows you to customize any game object with any different color.

Latest revision as of 19:02, 6 August 2011

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.

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 DoomRL. 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