Is there a HUD countdown var. to display during the time the HUD is displayed. It regards this value in the HUD settings:
A separate countdown var solution that can be displayed in the HUD would also be nice.
Is there a HUD countdown var. to display during the time the HUD is displayed. It regards this value in the HUD settings:
A separate countdown var solution that can be displayed in the HUD would also be nice.
No HUDs are 100% static and don't update once shown, but you can use a for loop like this:
[
{
"BTTLastUpdatedAt" : 1761038455.5912519,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTAdditionalConfiguration" : "1835049",
"BTTShortcutKeyboardType" : -2052004921,
"BTTTriggerOnDown" : 1,
"BTTLayoutIndependentChar" : "h",
"BTTShortcutKeyCode" : 4,
"BTTShortcutAdvancedModifierKeys" : "1835049",
"BTTShortcutModifierKeys" : 1835008,
"BTTOrder" : 18,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTActionsToExecute" : [
{
"BTTLastUpdatedAt" : 1761038428.3846509,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "C2503803-F6F4-4752-B657-E117311F3919",
"BTTPredefinedActionType" : 329,
"BTTPredefinedActionName" : "Start Repeat or For Loop",
"BTTAdditionalActionData" : {
"BTTActionForLoopRepeat" : 3
},
"BTTGenericActionConfig" : "hud",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 119,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761038470.1234059,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "62581D17-903B-4772-88B3-498B4F784FF4",
"BTTPredefinedActionType" : 254,
"BTTPredefinedActionName" : "Show HUD Overlay",
"BTTHUDActionConfiguration" : "{\"BTTActionHUDBlur\":true,\"BTTActionHUDBackground\":\"0.000000, 0.000000, 0.000000, 0.000000\",\"BTTIconConfigImageHeight\":100,\"BTTActionHUDPosition\":0,\"BTTActionHUDDetail\":\"\",\"BTTActionHUDDuration\":0.89999997615814209,\"BTTActionHUDDisplayToUse\":0,\"BTTIconConfigImageWidth\":100,\"BTTActionHUDSlideDirection\":0,\"BTTActionHUDHideWhenOtherHUDAppears\":true,\"BTTActionHUDWidth\":220,\"BTTActionHUDAttributedTitle\":\"{\\\\rtf1\\\\ansi\\\\ansicpg1252\\\\cocoartf2867\\n\\\\cocoatextscaling0\\\\cocoaplatform0{\\\\fonttbl\\\\f0\\\\fnil\\\\fcharset0 SFPro-Bold;}\\n{\\\\colortbl;\\\\red255\\\\green255\\\\blue255;\\\\red0\\\\green0\\\\blue0;}\\n{\\\\*\\\\expandedcolortbl;;\\\\cssrgb\\\\c0\\\\c0\\\\c0\\\\c84706\\\\cname labelColor;}\\n\\\\pard\\\\tx560\\\\tx1120\\\\tx1680\\\\tx2240\\\\tx2800\\\\tx3360\\\\tx3920\\\\tx4480\\\\tx5040\\\\tx5600\\\\tx6160\\\\tx6720\\\\pardirnatural\\\\qc\\\\partightenfactor0\\n\\n\\\\f0\\\\b\\\\fs80 \\\\cf2 \\\\{loop_hud\\\\}}\",\"BTTActionHUDBorderWidth\":0,\"BTTActionHUDTitle\":\"\",\"BTTActionHUDHeight\":220}",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 120,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761038460.071516,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "36948807-3552-42F4-8232-2692158A308F",
"BTTPredefinedActionType" : 345,
"BTTPredefinedActionName" : "Pause Execution or Delay Next Action (async or not blocking)",
"BTTDelayNextActionBy" : "1",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 121,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761038455.591342,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "9D4671AD-A390-4F27-8EF1-00D9A4FCD3B5",
"BTTPredefinedActionType" : 332,
"BTTPredefinedActionName" : "End Repeat or For Loop",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 122,
"BTTAutoAdaptToKeyboardLayout" : 0
}
]
}
]
Thanks @Andreas_Hegenberg , anyway to get it counting down say from 5 to 0?
Yes you could use a custom variable and decrease it step by step:
[
{
"BTTLastUpdatedAt" : 1761040704.440906,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTAdditionalConfiguration" : "1835049",
"BTTShortcutKeyboardType" : -2052004921,
"BTTTriggerOnDown" : 1,
"BTTLayoutIndependentChar" : "h",
"BTTShortcutKeyCode" : 4,
"BTTShortcutAdvancedModifierKeys" : "1835049",
"BTTShortcutModifierKeys" : 1835008,
"BTTOrder" : 18,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTActionsToExecute" : [
{
"BTTLastUpdatedAt" : 1761040718.606178,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "5B129AC9-1CCE-461D-BC82-FEBAFC7FA59A",
"BTTPredefinedActionType" : 292,
"BTTPredefinedActionName" : "Assign or Set Value for Variable",
"BTTVariableType" : 1,
"BTTVariableName" : "hud_duration",
"BTTVariableValue" : "5",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 0,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761040727.096431,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "C2503803-F6F4-4752-B657-E117311F3919",
"BTTPredefinedActionType" : 329,
"BTTPredefinedActionName" : "Start Repeat or For Loop",
"BTTAdditionalActionData" : {
"BTTActionForLoopRepeatVariable" : "hud_duration",
"BTTActionForLoopRepeat" : 0
},
"BTTGenericActionConfig" : "hud",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 1,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761040706.2864389,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "1EB5EEDE-5AE6-4AD6-AE5A-DA7098EF1517",
"BTTPredefinedActionType" : 412,
"BTTPredefinedActionName" : "Increase Variable Value By X",
"BTTGenericActionConfig2" : "-1",
"BTTGenericActionConfig" : "hud_duration",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 2,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761040740.4845409,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "62581D17-903B-4772-88B3-498B4F784FF4",
"BTTPredefinedActionType" : 254,
"BTTPredefinedActionName" : "Show HUD Overlay",
"BTTHUDActionConfiguration" : "{\"BTTActionHUDBlur\":true,\"BTTActionHUDBackground\":\"0.000000, 0.000000, 0.000000, 0.000000\",\"BTTIconConfigImageHeight\":100,\"BTTActionHUDPosition\":0,\"BTTActionHUDDetail\":\"\",\"BTTActionHUDDuration\":0.89999997615814209,\"BTTActionHUDDisplayToUse\":0,\"BTTIconConfigImageWidth\":100,\"BTTActionHUDSlideDirection\":0,\"BTTActionHUDHideWhenOtherHUDAppears\":true,\"BTTActionHUDWidth\":220,\"BTTActionHUDAttributedTitle\":\"{\\\\rtf1\\\\ansi\\\\ansicpg1252\\\\cocoartf2867\\n\\\\cocoatextscaling0\\\\cocoaplatform0{\\\\fonttbl\\\\f0\\\\fnil\\\\fcharset0 SFPro-Bold;}\\n{\\\\colortbl;\\\\red255\\\\green255\\\\blue255;\\\\red0\\\\green0\\\\blue0;}\\n{\\\\*\\\\expandedcolortbl;;\\\\cssrgb\\\\c0\\\\c0\\\\c0\\\\c84706\\\\cname labelColor;}\\n\\\\pard\\\\tx560\\\\tx1120\\\\tx1680\\\\tx2240\\\\tx2800\\\\tx3360\\\\tx3920\\\\tx4480\\\\tx5040\\\\tx5600\\\\tx6160\\\\tx6720\\\\pardirnatural\\\\qc\\\\partightenfactor0\\n\\n\\\\f0\\\\b\\\\fs80 \\\\cf2 \\\\{hud_duration\\\\}}\",\"BTTActionHUDBorderWidth\":0,\"BTTActionHUDTitle\":\"\",\"BTTActionHUDHeight\":220}",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 3,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761040706.286427,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "36948807-3552-42F4-8232-2692158A308F",
"BTTPredefinedActionType" : 345,
"BTTPredefinedActionName" : "Pause Execution or Delay Next Action (async or not blocking)",
"BTTDelayNextActionBy" : "1",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 4,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1761040706.2864342,
"BTTTriggerParentUUID" : "1852E6AB-DB7C-4665-B934-AECF047DCEB5",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "9D4671AD-A390-4F27-8EF1-00D9A4FCD3B5",
"BTTPredefinedActionType" : 332,
"BTTPredefinedActionName" : "End Repeat or For Loop",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 5,
"BTTAutoAdaptToKeyboardLayout" : 0
}
]
}
]