OpenXRay/xray-16

Toggle HUD key

开放

#1,960 创建于 2025年9月30日

 (0 条评论) (0 个反应) (0 位负责人)C++ (519 个派生)auto 404
EnhancementGameplayHelp wantedPlayer ExperienceUIgood first issue

仓库指标

星标
 (3,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南