The RE Engine is highly scalable, but for fighting games, the “Internal Frame Queue” can sometimes prioritize visual smoothness over input registration. Modifying the config.ini allows you to strip away “Depth of Field” and “Motion Blur” which contribute to visual “mushiness,” and ensures that Low Latency Mode is properly engaged at the engine level. This is essential for landing frame-perfect links and reacting to Drive Impacts.
Hardware Compatibility & Expectations
- High Refresh Rate Monitors: These tweaks ensure the engine doesn’t “buffer” frames, allowing for the lowest possible latency on 144Hz+ screens.
- Mid-Range GPUs: Disabling heavy post-processing like “Subsurface Scattering” frees up GPU overhead for a locked 60 FPS in World Tour and Fighting Ground.
- Note: Combat in Street Fighter 6 is hard-locked to 60 FPS for logic; these tweaks improve the delay (the time it takes for your button press to show on screen), not the frame rate itself.
Backup and Preparation
Editing the config file is safe for online play (Capcom allows .ini tweaks), but a backup is vital in case of a syntax error.
- Completely exit Street Fighter 6.
- Navigate to the game’s installation folder (path below).
- Right-click config.ini, select Copy, and save a backup to your desktop.
- Open the original file with Notepad++.
File Location
Street Fighter 6 stores its local configuration in the Steam “common” directory: ...\SteamLibrary\steamapps\common\StreetFighter6\config.ini
Best Config Settings
Search for the [Display] and [Graphics] sections. Update the following values to minimize input delay:
[Display]
VSync=Off
[Graphics]
HDR=Off
MSAA=Off
TAA=On
FXAA=Off
MotionBlur=Off
DepthOfField=Off
AmbientOcclusion=Off
SubSurfaceScattering=Off
InGameReducedInputLag=On
Pro Tip: While
TAAis “On” to prevent jagged edges, ensuringMotionBlurandDepthOfFieldare Off is the key to removing the “ghosting” that can distract you during fast-paced scrambles.
Key Parameters Explained
| Parameter | Recommended Value | Impact |
| VSync | Off | Disabling V-Sync is the #1 way to reduce input delay. Use NVIDIA Reflex/AMD Anti-Lag instead. |
| InGameReducedInputLag | On | Forces the engine’s “DirectX 12 Low Latency” path to stay active. |
| Ambient Occlusion | Off | Removes soft shadows in corners, reducing the GPU’s per-frame rendering time. |
| SubSurfaceScattering | Off | Disables realistic skin light-bleed; saves VRAM and GPU cycles during close-up animations. |
In-Game Settings vs. Config
To complement your config edits, use these settings in the in-game Graphics menu:
- Fighting Ground Max FPS: Set to 60. (Fighting games must be locked to 60 for mechanical consistency).
- World Tour Max FPS: You can set this to Uncapped if you want smoother movement in the open world, but keep it at 60 for a consistent feel.
- Screen Mode: Always use Fullscreen. “Borderless” introduces Windows Desktop Manager lag.
- Shader Quality: Set to Medium. This reduces the “stutter” when characters use their Level 3 Super Arts.
Troubleshooting & Common Fixes
- Screen Tearing: If disabling V-Sync causes unbearable tearing, do not turn it back on in-game. Instead, use your GPU Control Panel (NVIDIA/AMD) to enable “Fast Sync” or “Enhanced Sync.”
- Blurred Characters: If characters look blurry, ensure your Internal Resolution in-game is set to 5 (100%) and not a dynamic value.
- Settings Resetting: If Capcom updates the game, it may overwrite your file. Right-click config.ini, select Properties, and check Read-only once you are satisfied with your settings.
Frequently Asked Questions (FAQ)
Will this get me banned?
No. Editing the config.ini is a standard practice for PC gaming and does not modify the game’s executable or memory. It is perfectly safe for Ranked play.
Why turn off HDR?
Unless you have a high-end HDR1000 monitor, HDR processing can add a tiny amount of display lag. For competitive play, SDR is more consistent.
Does “Reduce Input Delay” actually work?
Yes, but the in-game toggle can sometimes be buggy. Forcing it to On in the config.ini ensures the engine’s command buffer is actually being cleared every frame.
Conclusion and Expected Results
By manually refining your config.ini, you are stripping away the “visual fluff” that adds latency to your execution. You can expect snappier anti-airs, more consistent combos, and a notable reduction in the “heavy” feel of the game’s controls.