HudLayout.res: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added visual representations of HUD elements)
m (Added more previews)
Line 25: Line 25:
;HudDamageIndicator
;HudDamageIndicator
:Damage direction indicator
:Damage direction indicator
[[File:HudDamageIndicator.png]]
;HudZoom
;HudZoom
:Dimming and large crosshair
:Dimming and large crosshair
Line 32: Line 33:
;HudCrosshair
;HudCrosshair
:Crosshair
:Crosshair
[[File:HudCrosshair.png]]
;HudDeathNotice
;HudDeathNotice
:Notification of player deaths in multiplayer
:Notification of player deaths in multiplayer
[[File:HudDeathNotice.png]]
;HudVehicle
;HudVehicle
:
:{{TODO|??}}
;ScorePanel
;ScorePanel
:
:Scoreboard
[[File:ScorePanel.png]]
;HudTrain
;HudTrain
:
:{{TODO|??}}
;HudMOTD
;HudMOTD
:
:Message Of The Day panel
[[File:HudMOTD.jpg]]
;HudMessage
;HudMessage
:
:Textual display typically used by game_text and env_message entities
[[File:HudMessage.png]]
;HudMenu
;HudMenu
:
:Better known as the "Radio Menu"
;HudCloseCaption
;HudCloseCaption
:
:Displays close captions and subtitles
[[File:HudCloseCaption.png]]
;HudChat
;HudChat
:Chat text entry and display
:Chat text entry and display
Line 59: Line 66:
[[File:HudQuickInfo.png]]
[[File:HudQuickInfo.png]]
;HudWeapon
;HudWeapon
:
:{{TODO|??}}
;HudAnimationInfo
;HudAnimationInfo
:
:{{TODO|??}}
;HudPredictionDump
;HudPredictionDump
:
:{{TODO|??}}
;HudHintDisplay
;HudHintDisplay
:Tetxual hint display
:Textual hint display
;HudHintKeyDisplay
:{{TODO|Used in EP2, difference between this and HudHintDisplay?}}
;HudSquadStatus
;HudSquadStatus
:Squad status indicator, shows the number and state of squad memebrs
:Squad status indicator, shows the number and state of squad members
[[File:HudSquadStatus.png]]
;HudPoisonDamageIndicator
;HudPoisonDamageIndicator
:
[[File:HudPoisonDamageIndicator.png]]
;HudCredits
;HudCredits
:
:{{TODO|??}}
;HUDAutoAim
;HUDAutoAim
:
:{{TODO|??}}
;HudCommentary
;HudCommentary
:
:{{TODO|??}}
;HudHDRDemo
;HudHDRDemo
:
:
Line 81: Line 91:
:Player team indicator
:Player team indicator
[[File:TeamDisplay.png]]
[[File:TeamDisplay.png]]
;TargetID
:
;HudVoiceSelfStatus
:Indicates to the player that their microphone is active
[[File:HudVoiceSelfStatus.png]]
;HudVoiceStatus
:Indicator for the players who are currently speaking through voice chat
[[File:HudVoiceStatus.png]]


[[Category:HUD]]
[[Category:HUD]]

Revision as of 20:55, 13 July 2010

The HudLayout.res file, located under a Source game's /scripts directory, defines the general look & feel of the ingame HUD. From this file you can change among other things the location, color, font and visibility of HUD elements.

Default HUD elements

Todo: Explain the rest of the default HUD elements
HudHealth
Player health readout

HudHealth.png

HudSuit
Player armor readout

HudSuit.png

HudAmmo
Player primary ammunition readout

HudAmmo.png

HudAmmoSecondary
Player secondary ammunition readout

HudAmmoSecondary.png

HudSuitPower
Player auxiliary power readout

HudSuitPower.png

HudFlashlight
Flashlight power readout

HudFlashlight.png

HudDamageIndicator
Damage direction indicator

HudDamageIndicator.png

HudZoom
Dimming and large crosshair
HudWeaponSelection
Player weapon selection menu

HudWeaponSelection.png

HudCrosshair
Crosshair

HudCrosshair.png

HudDeathNotice
Notification of player deaths in multiplayer

HudDeathNotice.png

HudVehicle
Todo: ??
ScorePanel
Scoreboard

ScorePanel.png

HudTrain
Todo: ??
HudMOTD
Message Of The Day panel

HudMOTD.jpg

HudMessage
Textual display typically used by game_text and env_message entities

HudMessage.png

HudMenu
Better known as the "Radio Menu"
HudCloseCaption
Displays close captions and subtitles

HudCloseCaption.png

HudChat
Chat text entry and display
HudHistoryResource
List of items/ammunition the player recently picked up

HudHistoryResource.png

HudGeiger
Geiger counter (radiation indicator)
HudQuickInfo
Health and ammunition indicator (surrounds the crosshair)

HudQuickInfo.png

HudWeapon
Todo: ??
HudAnimationInfo
Todo: ??
HudPredictionDump
Todo: ??
HudHintDisplay
Textual hint display
HudHintKeyDisplay
Todo: Used in EP2, difference between this and HudHintDisplay?
HudSquadStatus
Squad status indicator, shows the number and state of squad members

HudSquadStatus.png

HudPoisonDamageIndicator

HudPoisonDamageIndicator.png

HudCredits
Todo: ??
HUDAutoAim
Todo: ??
HudCommentary
Todo: ??
HudHDRDemo
TeamDisplay
Player team indicator

TeamDisplay.png

TargetID
HudVoiceSelfStatus
Indicates to the player that their microphone is active

HudVoiceSelfStatus.png

HudVoiceStatus
Indicator for the players who are currently speaking through voice chat

HudVoiceStatus.png