Live gameplay frame used to verify the top-center quick menu bar and crop the context/tight images.Visual reference from Desperados 3 Let's Play Gameplay Walkthrough Pt 1 Prologue & Byers Pass [1440p w/ Commentary] at 30:57-30:58Game UI Database HUD screenshot text identifies a top menu bar with quicksave options during gameplay.Screenshot 41: Notification: Tutorials & Hints Tags: Notification: Tutorials & HintsGame UI Database gameplay HUD screenshot text confirms the persistent top bar in the main HUD layout.Screenshot 43: All Gameplay & HUD Screens Tags: All Gameplay & HUD Screens
Materials v

Top Quick Menu Bar

Desperados 3 cover

Desperados 3

Status
Released
Year
2020
Genre
Strategy
Platforms
Windows, macOS, Linux

1. Summary

Persistent top-center HUD strip that exposes immediate keyboard-accessible commands for Menu, Quicksave, and Quickload during live tactical gameplay.

Overview

The Top Quick Menu Bar is a slim, persistent HUD strip pinned to the top center of the gameplay screen. In the verified gameplay frame it contains three global shortcuts: MENU with ESC, QUICKSAVE with F5, and QUICKLOAD with F8. Its compact presentation keeps save/load iteration visible without competing with the character action bar, minimap, alerts, or the tactical playfield.

Gameplay context showing the top quick menu bar above the tactical playfield
Tight crop of the Top Quick Menu Bar with Menu, Quicksave, and Quickload shortcuts

Job Story

When I am iterating through a difficult stealth encounter, I want Menu, Quicksave, and Quickload shortcuts visible at all times, so that I can quickly pause, preserve progress, or retry without losing focus on the tactical field.

Classification

  • diegesis: Non-diegetic
  • functional_type: HUD
  • component_type: Button

Wireframe

+--------------------------------------------------------------------------------+
|                         [ MENU ][ ESC ][ QUICKSAVE ][ F5 ][ QUICKLOAD ][ F8 ]   |
|                                                                                |
|                           isometric tactical playfield                          |
|                                                                                |
| character HUD / action bar                                      minimap / alerts|
+--------------------------------------------------------------------------------+

Components

  • Menu label: text command for opening the game menu.
  • Menu keycap: ESC shortcut indicator.
  • Quicksave label: text command for saving the current mission state.
  • Quicksave keycap: F5 shortcut indicator.
  • Quickload label: text command for loading the latest quicksave.
  • Quickload keycap: F8 shortcut indicator.
  • Ornamental frame: slim decorative backing tying the shortcut strip into the HUD border.

Parameters & Audio

ParameterValue
Visual treatmentsmall uppercase white labels on dark beveled tabs with subtle separators between action labels and keycaps.
Animationno evidence of continuous animation in the captured gameplay frame; expected to remain static until a command transition occurs.
Audiocommand feedback is likely handled by the invoked menu/save/load flow, not by this passive HUD strip itself.

Dependencies & Logic

  • Depends on active gameplay HUD state, keyboard input handling, save-system availability, and presence of a valid quicksave for quickload. It also depends on global UI layering so modal dialogs, loading screens, or pause menus can supersede the gameplay HUD when a shortcut is used.

BDD Scenarios

Scenario: Open menu from gameplay

Given
the player is in active mission gameplay
When
the player presses `ESC`
Then
the game opens the menu or pause flow

Scenario: Quicksave from gameplay

Given
the player is in active mission gameplay and saving is allowed
When
the player presses `F5`
Then
the current mission state is saved through the quicksave system

Scenario: Quickload from gameplay

Given
the player is in active mission gameplay and a quicksave exists
When
the player presses `F8`
Then
the game begins loading the latest quicksave state

Edge Cases

  • If saving is temporarily disallowed, the quicksave command should fail gracefully through existing feedback without altering the bar layout.
  • If no quicksave exists, quickload should not silently fail; feedback should come from the associated load/notification flow.
  • If another modal is active, top-bar shortcuts should not conflict with modal-specific controls.
  • On non-keyboard input schemes, shortcut labels may need platform-specific equivalents or be hidden/replaced by controller prompts.

QA Notes

  • Verify the bar remains top-centered and unobtrusive across gameplay cameras and common HUD states.
  • Verify ESC, F5, and F8 match the displayed labels and trigger the correct flows.
  • Verify the bar is hidden or superseded cleanly by pause menus, loading screens, failure screens, and modal confirmations.
  • Verify localization does not overflow the compact grouped tabs.

References

  1. 1.

    Desperados 3 Let's Play Gameplay Walkthrough Pt 1 Prologue & Byers Pass [1440p w/ Commentary] (30:57-30:58)

  2. 2.

    Desperados III (L260-264 of 283)

  3. 3.

    Desperados III (L272-276 of 283)