Alternative HUD

From ZDoom Wiki
Jump to navigation Jump to search
Menus: Main menu → Options menu → HUD options
The alternative HUD menu in Valhalla.

The Alternative HUD menu regroups all options related to the alternate HUD. Its MENUDEF name is AltHUDOptions.

  • Enable alternative HUD (On/Off)
hud_althud
Controls whether the alternate HUD is used in full-screen HUD mode (screenblocks 11).
  • Stretch alternative HUD (Off/Scale to 640×400/Pixel double/Pixel quadruple)
hud_althudscale
Scale of the alternate HUD.
  • Show secret count (On/Off)
hud_showsecrets
Toggles whether the player's tally of found secrets is displayed.
  • Show monster count (On/Off)
hud_showmonsters
Toggles whether the player's tally of killed monsters is displayed.
  • Show item count (On/Off)
hud_showitems
Toggles whether the player's tally of found items is displayed.
  • Show stamina and accuracy (On/Off)
hud_showstats
Toggles whether the player's accuracy and stamina are displayed.
  • Show berserk (On/Off)
hud_berserk_health
Toggles whether the berserk icon is shown instead of the health icon when the player has a PowerStrength active. This requires a berserk icon to be defined and valid (PSTRA0 by default in Doom games).
  • Show ammo for (Current weapon/Available weapons/All weapons)
hud_showammo
Manages the display of ammo. It can be set to show ammo for the currently equipped weapon, weapons that are stored in the player's inventory, or all weapons in the game regardless of whether they are in the inventory or not (this is the default setting).
  • Show time (Off/Level, milliseconds/Level, seconds/Level/Hub, seconds/Hub/Total, seconds/Total/System, seconds/System)
hud_showtime
Allows to enable display of a timer in the upper-right corner of the screen. The time displayed can be level time (time spent during the current visit of the level), hub time (equivalent to level time in non-hub maps), total time (time spent throughout all levels of the current game), or system time (as a clock would). Hours and minutes are the minimal level of precision, while seconds and, when using level time, milliseconds, can also be optionally displayed.
  • Show weapons (On/Off)
hud_showweapons
Toggles whether the weapons in the player's inventory are displayed.
hud_timecolor
The color used to display the optional timer.
  • Ammo display order (Image and Text/Text and Image)
hud_ammo_order
Sets the order in which the ammo counters and their associated icons are drawn.
  • Red ammo display below % (0—100 by 1 increments)
hud_ammo_red
The percent value of the maximum below which the current ammo count will be displayed in red (██).
  • Yellow ammo display below % (0—100 by 1 increments)
hud_ammo_yellow
The percent value below which the current armor rating will be displayed in yellow (██). Greater values are displayed in green (██).
  • Red health display below (0—100 by 1 increments)
hud_health_red
The value below which the current health total will be displayed in red (██).
  • Yellow health display below (0—100 by 1 increments)
hud_health_yellow
The value below which the current health total will be displayed in yellow (██).
  • Green health display below (0—100 by 1 increments)
hud_health_green
The value below which the current health total will be displayed in green (██). Greater values are displayed in blue (██).
  • Red armor display below (0—100 by 1 increments)
hud_armor_red
The value below which the current armor rating will be displayed in red (██).
  • Yellow armor display below (0—100 by 1 increments)
hud_armor_yellow
The value below which the current armor rating will be displayed in yellow (██).
  • Green armor display below (0—100 by 1 increments)
hud_armor_green
The percent value of the maximum below which the current ammo count will be displayed in green (██). Greater values are displayed in blue (██).


Alternative automap HUD

Color options all use the TEXTCOLO color values.

code color code color code color code color code color code color code color
0 reddish brick ██ 1 tan ██ 2 gray ██ 3 green ██ 4 brown ██ 5 gold ██ 6 red ██
7 blue ██ 8 orange ██ 9 white ██ 10 yellow ██ 12 black ██ 13 light blue ██ 14 cream ██
15 olive ██ 16 dark green ██ 17 dark red ██ 18 dark brown ██ 19 purple ██ 20 dark gray ██ 21 cyan ██
  • Map title color (see color table above)
hudcolor_titl
The color used to display on the automap the level name.
  • Map time color (see color table above)
hudcolor_ltim
The color used to display on the automap the time spent in the current level.
  • Hub time color (see color table above)
hudcolor_time
The color used to display on the automap the time spent in the current hub.
  • Total time color (see color table above)
hudcolor_ttim
The color used to display on the automap the total time spent in the current game.
  • Coordinate color (see color table above)
hudcolor_xyco
The color used to display on the automap the player coordinates.
  • Coordinate mode (Player/Map)
map_point_coordinates
While the automap is active, the coordinates displayed correspond to the position of the cursor at the center of the map. If set to "Player", the coordinates remain set to the player's position.
When follow mode is on, the coordinates of the cursor and of the player should be the same except potentially for the Z coordinate. The cursor's Z position will always be that of the sector floor at this point; whereas a player might be flying, jumping, walking on things, or present above a 3D floor or 3D middle texture.
  • Statistics name color (see color table above)
hudcolor_statnames
The color used to display the labels for the various statistics optionally shown as determined by the hud_show* variables.
  • Statistics color (see color table above)
hudcolor_stats
The color used to display the values for the various statistics optionally shown as determined by the hud_show* variables.