[2022] How to bind STALL in Rocket League | NO STEAM CONFIG NEEDED

Опубликовано: 17 Июль 2026
на канале: SteveyyyB
44,401
632

WORKS ON EPIC
This video covers how to bind stall to one button for controller and keyboard and mouse users. The 3 lines of code for each controller type is below

FILE LOCATION:
Documents\My Games\Rocket League\TAGame\Config\TAInput.ini

Keyboard and Mouse Users:

PCBindings=( Action="YawLeft", Key="O" )
PCBindings=( Action="RollRight", Key="O" )
PCBindings=( Action="Jump", Key="O" )

Replace "O" with whatever key you want to use

Controller Users: (Works with PLAYSTATION and XBOX)

GamepadBindings=( Action="YawLeft",Key="XboxTypeS_LeftShoulder", bRequired=true )AxisSign=AxisSign_Negative, )
GamepadBindings=( Action="RollRight",Key="XboxTypeS_LeftShoulder", bRequired=true )
GamepadBindings=( Action="Jump",Key="XboxTypeS_LeftShoulder", bRequired=true )

Replace "LeftShoulder" with whatever button you want to use.


Chapters
0:00 Intro
0:20 First Step keyboard & mouse users
0:55 Turn Read Only OFF
1:40 Insert 3 lines
2:22 Turn Read Only ON
2:47 Troubleshooting the Bind
3:28 Controller Tutorial Starts
4:10 Turn Read Only OFF
4:27 Insert 3 Lines
5:32 Controller KEY
6:17 Turn Read Only ON
6:38 Troubleshooting the Bind
7:26 Outro, ask for help in comments!