OpenXRay/xray-16

Toggle HUD key

Aperta

#1960 aperta il 30 set 2025

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (519 fork)auto 404
EnhancementGameplayHelp wantedPlayer ExperienceUIgood first issue

Metriche repository

Star
 (3524 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Describe the solution you'd like A simple feature request for toggling the HUD in-game by pressing a configurable key. The key should only remove the static HUD elements (health and stamina, ammo, map etc.) and leave things like interaction prompts and PDA messages on, for gameplay purposes. I have found this old mod but you have to press the keys from the pause menu. That mod uses the script methods level.hide_indicators_safe() for hiding and level.show_indicators() for un-hiding static HUD elements. But that also gets rid of things like "Speak (F)" when looking at NPCs and the pick-up prompts for weapons/items on the floor. I would like to keep those. The mod also requires two keys (one for hiding, one for un-hiding) and I think a one key solution would be nicer.

Describe alternatives you've considered The aforementioned Hide HUD mod works semi-well but takes you out of the game and somewhat hampers immersion. It also requires two keys.

Guida contributor