Skip to content

Instantly share code, notes, and snippets.

@TapeWerm
Last active June 21, 2021 06:00
Show Gist options
  • Save TapeWerm/8e1f0a79d8f4f3814c63689e354bc454 to your computer and use it in GitHub Desktop.
Save TapeWerm/8e1f0a79d8f4f3814c63689e354bc454 to your computer and use it in GitHub Desktop.
UTInput.ini - Bind keys to hidden split screen commands
// WARNING: Copy into %USERPROFILE%\Documents\My Games\Unreal Tournament 3\UTGame\Config\UTInput.ini under [Engine.PlayerInput]
// Bind keys to hidden split screen commands
// Toggles don't work >:(
Bindings=(Name="LeftBracket",Command="DebugCreatePlayer 1",Shift=False)
Bindings=(Name="LeftBracket",Command="DebugRemovePlayer 1",Shift=True)
Bindings=(Name="RightBracket",Command="DebugCreatePlayer 2",Shift=False)
Bindings=(Name="RightBracket",Command="DebugRemovePlayer 2",Shift=True)
Bindings=(Name="Backslash",Command="DebugCreatePlayer 3",Shift=False)
Bindings=(Name="Backslash",Command="DebugRemovePlayer 3",Shift=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment