OpenXRay/xray-16

Toggle HUD key

オープン

#1,960 opened on 2025/09/30

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (519 件のフォーク)auto 404
EnhancementGameplayHelp wantedPlayer ExperienceUIgood first issue

Repository metrics

Stars
 (3,524 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド