Skip to content

UI HUD And Dialogs

rayswaynl edited this page Jun 4, 2026 · 5 revisions

UI HUD And Dialogs

This page is a navigation alias. The current canonical UI docs are:

Use those pages instead of adding new UI findings here. This alias exists so humans and agents who search for "UI HUD and dialogs" land on the maintained UI documentation instead of relying on the sidebar.

Current UI Cautions

  • Live upgrades use WFBE_UpgradeMenu and Client/GUI/GUI_UpgradeMenu.sqf; the older RscMenu_Upgrade path is stale and points at missing Client/GUI/GUI_Menu_Upgrade.sqf. Use Abandoned feature revival before deleting or replacing it.
  • RscMenu_EASA and RscMenu_Economy both use idd = 23000; RscOverlay and OptionsAvailable both use idd = 10200. Use UI IDD collision repair before adding findDisplay-based UI automation.
  • RscClickableText.soundPush[] is malformed in Rsc/Ressources.hpp:556 ({, 0.2, 1}); the valid empty-sound pattern is {"", 0.2, 1} at Ressources.hpp:92. Use Client UI systems atlas before deriving new clickable controls.
  • Gear template helpers live under Client/Functions, not Client/GUI.

Continue Reading

Next: Client UI, HUD and menus

Related: Feature status | Gear/loadout/EASA atlas | Testing workflow

Sidebar

Clone this wiki locally