Fifa+button+data+setup+ini May 2026
Technical Paper: Implementation of a FIFA+ Data Setup Using a Button-Triggered INI Configuration
Part 2: Locating the File (Where is the FIFA Button Data Setup INI?)
The location varies depending on your platform and whether you use mods. For PC users (where 99% of manual edits happen), follow these paths:
Best Practices for Setup
- Backup the original
.ini (located in Data/ or FIFA/ModData/).
- Use a hash calculator if the game checks file integrity (common in newer EA FC titles).
- Combine with launch arguments like
-GameTime.MaxSimFps 60 -Render.RenderAheadLimit 1 to reduce input chain delay.
- Test changes incrementally – one section at a time.
Key Sections Inside buttonData.ini
| Section | Purpose |
|---------|---------|
| [ButtonMap] | Binds physical button IDs to game actions (e.g., BUTTON_R2 = FEATURE_SKILL_MOVE) |
| [AnalogStick] | Deadzone (DEADZONE=0.15 → 0.08 for more sensitivity) |
| [Trigger] | Threshold before trigger registers (THRESHOLD_IN=0.30) |
| [Rumble] | Strength & frequency of force feedback | fifa+button+data+setup+ini
Core Feature: Custom Gamepad Mapping & Override
The primary feature of the buttonDataSetup.ini file is to manually remap every button on a controller beyond what the in-game settings menu allows. Technical Paper: Implementation of a FIFA+ Data Setup
Key capabilities include:
- Force Specific Controller Models:
- You can alias a specific USB device (e.g.,
[PS4 Controller] or [Generic USB Joystick]) so FIFA recognizes it correctly instead of defaulting to Xbox buttons.
- Swap Analog Sticks:
- Fixes inverted camera controls or swaps the left/right stick functions for movement vs. skill moves.
- Trigger Sensitivity Adjustment:
- Modifies the dead zones and linearity of the analog triggers (L2/R2) for precise acceleration/shooting.
- Button Duplication:
- Assigns two physical buttons to do the same in-game action (e.g., both R1 and Circle for sprint).
- Disable Native Gyro/Touchpad:
- Prevents the PS4/PS5 touchpad from pausing the game or the gyro from interfering.
- Fix "FIFA 14/15" Controller Bugs:
- Resolves the "constant spinning player" or "menu scrolling" glitch that occurs with non-Xbox controllers on older PC versions.
Scenario A: You want to swap Sprint and Finesse Shot
By default, RT = Sprint and RB = Finesse. To swap them: Backup the original
- Find your controller’s section (e.g.,
[X360_CONTROLLER]).
- Note the ID for
BUTTON_RT is usually 9.
- Note
BUTTON_RB is 8.
- Swap the values:
BUTTON_RB = 9
BUTTON_RT = 8
- Save, relaunch FIFA.