HW-PlayersPatch / Development

Players Patch development repository
7 stars 2 forks source link

UI: HUD Elements Visibility #277

Open cloaked2222 opened 4 years ago

cloaked2222 commented 4 years ago
  1. Add an option to set the default HUD configuration for which elements are shown/hidden. Could potentially allow the existing UI sizer sliders to go to 0, which could be setup to hide each element.

  2. Also currently you must press backspace 4x times to hide all UI elements. Try and make this less if possible.

  3. Ability to close the RU meter with the build/research menus: Issue: https://steamcommunity.com/linkfilter/?url=https://forums.gearboxsoftware.com/t/hwr-patch-bugs-and-issues/1504193/168 Solution: https://steamcommunity.com/linkfilter/?url=https://forums.gearboxsoftware.com/t/hwr-patch-bugs-and-issues/1504193/167

  4. Make it easier to close the build menu: (just see the first two paragraphs) https://forums.gearboxsoftware.com/t/gameplay-bugs-feedback-megathread/95069/550

Notes for number 1

UI Elements: frame_UpperLeft frame_LeftTabs frame_UpperRight frame_controlgroups HideFrame CommandButtonsFrame TacticsPanel frame_LowerLeft FormationPanel

UI_SetElementVisible('NewTaskbar', 'frame_UpperLeft', 0)

-- UI_SetElementVisible()-- -- UI_SetInterfaceVisible()-- -- UI_ToggleScreenElement()-- -- UI_SetElementPosition()-- -- UI_SetElementSize()--

UI_HideScreen('ResourceMenu'); UI_ShowScreen('ResourceMenu', ePopup);