This commit is contained in:
2026-03-07 19:59:03 +01:00
commit 53ffc8b5ba
17 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
ActionManager {
Actions {
Action SCR_Autorun {
InputSource InputSourceSum "{68CF05B2CDF32CE3}" {
Sources {
InputSourceValue "{68CF05B2D647AF8F}" {
FilterPreset "pressed"
Input "keyboard:KC_RCONTROL"
Filter InputFilterPressed "{68CF05B2DB8E153F}" {
}
}
InputSourceCombo "{68CF05B386B56BF6}" {
Sources {
InputSourceValue "{68CF05B028ABF55C}" {
Input "gamepad0:shoulder_right"
Filter InputFilterHold "{68CF05B008688BFF}" {
}
}
InputSourceValue "{68CF05B03B9367DA}" {
Input "gamepad0:x"
Filter InputFilterClick "{68CF05B01E6FB93B}" {
}
}
}
}
}
}
}
}
Contexts {
ActionContext CharacterMovementContext {
ActionRefs +{
"SCR_Autorun"
}
}
}
}

View File

@@ -0,0 +1,17 @@
MetaFileClass {
Name "{795184CF9AD764DB}Configs/System/chimeraInputCommon.conf"
Configurations {
CONFResourceClass PC {
}
CONFResourceClass XBOX_ONE : PC {
}
CONFResourceClass XBOX_SERIES : PC {
}
CONFResourceClass PS4 : PC {
}
CONFResourceClass PS5 : PC {
}
CONFResourceClass HEADLESS : PC {
}
}
}

View File

@@ -0,0 +1,15 @@
SCR_KeyBindingMenuConfig {
m_KeyBindingCategories {
SCR_KeyBindingCategory "{68CF05B05A034F4A}" {
m_sName "GTG"
m_sDisplayName "GTG"
m_KeyBindingEntries {
SCR_KeyBindingEntry "{68CF05B0B1F4D2F4}" {
m_sActionName "SCR_Autorun"
m_sDisplayName "Autorun"
m_sPreset "pressed"
}
}
}
}
}

View File

@@ -0,0 +1,17 @@
MetaFileClass {
Name "{4EE7794C9A3F11EF}Configs/System/keyBindingMenu.conf"
Configurations {
CONFResourceClass PC {
}
CONFResourceClass XBOX_ONE : PC {
}
CONFResourceClass XBOX_SERIES : PC {
}
CONFResourceClass PS4 : PC {
}
CONFResourceClass PS5 : PC {
}
CONFResourceClass HEADLESS : PC {
}
}
}