This commit is contained in:
2026-03-09 21:05:14 +01:00
parent 5deac86691
commit e27d40ddbd
4 changed files with 77 additions and 26 deletions

View File

@@ -26,11 +26,38 @@ ActionManager {
}
}
}
Action SCR_Autowalk {
InputSource InputSourceSum "{68D33944758E4533}" {
Sources {
InputSourceValue "{68D3394450C2DD76}" {
FilterPreset "pressed"
Input "keyboard:KC_RSHIFT"
Filter InputFilterPressed "{68D3394496498197}" {
}
}
InputSourceCombo "{68D33944FB2A7C07}" {
Sources {
InputSourceValue "{68D33944C4848E00}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68D33944CB869962}" {
}
}
InputSourceValue "{68D33944C973854F}" {
Input "gamepad0:x"
Filter InputFilterClick "{68D33944DFD897D3}" {
}
}
}
}
}
}
}
}
Contexts {
ActionContext CharacterMovementContext {
ActionRefs +{
"SCR_Autorun"
"SCR_Autowalk"
}
}
}