Skip to content

Doom2D:Rembo Configuration [EN]

Dmitry D. Chernov edited this page Aug 13, 2017 · 1 revision

Game modes

In Doom2D:Rembo like in original Doom2D you can select to start "One player" or "Two player" new game. When "Two player" selected, you can select "Cooperative" (play like a team) or "Deathmatch" (against each other) game.

Configuration

Doom2D:Rembo like original Doom2D can be configured both with config file and command line parametres.

For default config file see /usr/share/doom2d-rembo/default.cfg.

Below all acceptable config options and command line parametres are listed.

Config options

screenshot=[on|off]

  • Allow to make screenshots by pressing F1 key. You should not use F1 for pl1_* and pl2_* options with this option. Screenshots will be saved to $HOME/.doom2d-rembo directory.

sound_volume=<0-128>

  • Specify sounds volume level from 0 to 128.

music_volume=<0-128>

  • Specify music volume level from 0 to 128.

fullscreen=[on|off]

  • Launch in fullscreen.

sky=[on|off]

  • Enable background rendering.

gamma=<0-4>

  • Specify brightness level from 0 to 4.

screen_width=<numerical value>

  • Specify launched window width in pixels.

screen_height=<numerical value>

  • Specify launched window height in pixels.

music_random=[on|off]

  • Enable random music selection.

music_time=<numerical value>

  • Specify each music track duration in minutes.

music_fade=<numerical value>

  • Specify fade between music tracks in seconds.

pl1_left= pl1_right= pl1_up= pl1_down= pl1_jump= pl1_fire= pl1_next= pl1_prev= pl1_use=

pl2_left= pl2_right= pl2_up= pl2_down= pl2_jump= pl2_fire= pl2_next= pl2_prev= pl2_use=

  • Specify first and second players' keys respectively for left and right moving, up and down looking, jumping, shooting, weapon change forward and back, switching controls.

Avaliable keys

Avaliable keys for pl1_* and pl2_* config file options are listed below. They de

  • Single word keys (typed here in lines by groups):
backspace tab clear return pause escape space
! " # $ & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ [ \ ] ^ _ `
a b c d e f g h i j k l m n o p q r s t u v w x y z
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [.] [/] [*] [-] [+]
enter equals up down right left insert delete home end page up page down
f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15
numlock break menu power euro undo compose help
  • Double word keys (it means that following keys consists of two words and you should write e.g. pl1_left=caps lock in your custom config):
caps lock scroll lock
right shift left shift right ctrl left ctrl right alt left alt
right meta left meta left super right super alt gr print screen sys req

Command line parametres

-file <file.wad>

  • Specify custom .wad or .lmp file.

-config <config_file.cfg>

  • Specify custom config file.

-warp <numerical value>

  • Specify start map number.

-vga

  • Allow to make screenshots by pressing F1 key. You should not use F1 for pl1_* and pl2_* options with this option. Screenshots will be saved to $HOME/.doom2d-rembo directory.

-sndvol <0-128>

  • Specify sounds volume level from 0 to 128.

-musvol <0-128>

  • Specify music volume level from 0 to 128.

-fullscr

  • Launch in fullscreen.

-window

  • Launch in window mode.

-gamma <0-4>

  • Specify brightness level from 0 to 4.

-width <numerical value>

  • Specify launched window width in pixels.

-height <numerical value>

  • Specify launched window height in pixels.

-cheat

  • Allow cheats in two player mode.

-mon

  • Allow monsters in two player mode "Deathmatch".