Skip to content

HUD button prompts

Restores the button prompts that are displayed in the HUD when using a gamepad. It behaves like in HCEA in MCC, where the button prompts are only displayed in the HUD when using a gamepad.

Demo video

Configuration

Like in the gamepad pause button feature, the HUD button prompts can be configured in the gamepad config file. The field icons maps the gamepad buttons to the corresponding icons that will be displayed in the HUD.

Example of config file

My Games\Halo CE\balltze\config\gamepad\xbox_360_windows.json
{
    "icons": {
        "button_0": 0,
        "button_1": 1,
        "button_2": 2,
        "button_3": 3,
        "button_4": 4,
        "button_5": 5,
        "button_6": 13,
        "button_7": 12,
        "button_8": 14,
        "button_9": 15,
        "axis_4+": 6,
        "axis_4-": 7
    },
    "pause_button": 7
}

You can see some examples at the default config files.