^Back To Top
| Reference | Physical Button | |-----------|-----------------| | PC_CONTROL_BUTTON01 | Y / Triangle | | PC_CONTROL_BUTTON02 | B / Circle | | PC_CONTROL_BUTTON03 | A / Cross | | PC_CONTROL_BUTTON04 | X / Square | | PC_CONTROL_BUTTON05 | LB / L1 | | PC_CONTROL_BUTTON06 | RB / R1 | | PC_CONTROL_BUTTON07 | LT / L2 | | PC_CONTROL_BUTTON08 | RT / R2 | | PC_CONTROL_BUTTON09 | START | | PC_CONTROL_BUTTON10 | BACK/SELECT | | PC_CONTROL_BUTTON11 | Left Stick Click (L3) | | PC_CONTROL_BUTTON12 | Right Stick Click (R3) | | PC_POV_0_UP | D-pad Up | | PC_POV_0_DOWN | D-pad Down | | PC_POV_0_LEFT | D-pad Left | | PC_POV_0_RIGHT | D-pad Right | | PC_AXIS_0_UP | Left Stick Up | | PC_AXIS_0_DOWN | Left Stick Down | | PC_AXIS_0_LEFT | Left Stick Left | | PC_AXIS_0_RIGHT | Left Stick Right | | PC_AXIS_2_UP | Right Stick Up | | PC_AXIS_2_DOWN | Right Stick Down | | PC_AXIS_2_RIGHT | Right Stick Right | | PC_AXIS_2_LEFT | Right Stick Left |
The file serves several critical functions:
Navigate to your installation folder (e.g., Local Disk (C:) > Program Files > EA Games > EA Sports FC 26 ) 🛠️ Configuration Structure fifa button data setup .ini
AddController "Controller_025" AddAlias "Your Controller Name Here"
: Certain legacy versions of FIFA generate configuration templates inside your local Windows profile. The syntax is archaic but logical
You can disable or enable "Steam Input" in the game's Steam properties to let Steam handle the mapping instead of the game's .ini file.
: Ensure your right stick axes (e.g., PC_AXIS_2 ) are correctly mapped to VB_AI_RS actions in the file. Editing the buttonData
The syntax is archaic but logical. Every line generally follows this pattern:
Advanced users sometimes use tools like Steam Input or specific wrappers (x360ce) to emulate an Xbox controller. However, FIFA may still detect the underlying hardware. Editing the buttonData.ini ensures the game ignores the emulated mapping and accepts the raw input directly if desired.
In FIFA 13, a specific bug caused the game to crash when taking corner kicks or free kicks. This was often traced back to control conflicts that couldn't be solved through normal means.