Fifa Button Data Setup .ini ^new^ (2024)
This is one of the most common pitfalls for new modders. Many sources, including community guides, stress that the spaces between AddMap and its arguments must be a , not a series of spaces. The FIFA configuration parser can be finicky, and using spaces instead of tabs might cause your custom bindings to be ignored.
If the game overwrites your custom mappings every time you launch it, the game engine is downloading your old cloud profile.
: Lists other names the same device might be identified as by Windows. AddMap [PhysicalInput] [GameAction] : Links a physical button or axis to a game function. Common Mapping Codes Game Action (AI) Game Action (Menu) Description VB_FE_SELECT Pass / Confirm VB_FE_CANCEL Shoot / Back Lob / Crossing Through Ball VB_AI_LS_UP VB_FE_LS_UP Left Analog Movement VB_AI_RS_UP VB_FE_RS_UP Right Analog (Skill Moves) Common Fixes using buttonDataSetup.ini
Open the game and navigate to Controller Settings > Calibration. Note the button numbers when pressed. Alternatively, use free tools like or DS4Windows to map your controller’s IDs. fifa button data setup .ini
AddController "My_Custom_Controller" AddAlias "Your Controller's Name"
He navigated to the game's dusty corridors: Documents\FIFA\buttonData.ini . Opening the file was like entering a digital tomb. Thousands of lines of code— AddAlias , AddMap , VB_AI_LDPAD_UP —stared back at him in monochromatic defiance.
If you cannot find it, you may need to use a generic mapping or map a similar controller. Step 4: Edit the Mappings This is one of the most common pitfalls for new modders
Let’s look at a typical line from the file:
For every action, you'll typically find two identical mappings:
Have a unique button mapping setup of your own? Share it in the comments below! If the game overwrites your custom mappings every
Inside the file, you will see blocks of code that look like this:
The file consists of multiple controller profiles. Each profile follows a specific syntax to define the device and its mapping: AddController "[DeviceName]"
C:\Users\[YourUserName]\Documents\FIFA 15\