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.

貢獻者指南