Skip to content

ARC Raiders ​

Overview ​

The IBRA ARC Raiders Tool is an interactive CLI menu with two options:

OptionWhat it changes
GameUserSettings.iniResolution, fullscreen mode, FPS cap, graphics quality, DLSS/FSR, Reflex, motion blur
Input.iniMouse smoothing and acceleration (disables both)

INFO

These configs are a starting point for performance. Settings are subjective — what works on one PC may need tuning on another.

TIP

Launch ARC Raiders at least once before running the tool so the config folder exists.


Import (PowerShell) ​

  1. Close ARC Raiders
  2. Open PowerShell as Administrator
  3. Paste and press Enter:
powershell
irm 'https://docs.ibrhub.net/scripts/games-setup/IBRA-ARC-Raiders-Tool.ps1' | iex

The tool shows a menu — choose [1] for graphics settings or [2] for mouse input.


What gets changed ​

GameUserSettings.ini ​

You are prompted for resolution width, resolution height, and FPS cap before anything is written.

SettingValue
Fullscreen modeExclusive (FullscreenMode=0)
Resolution scalingManual, 100 %
DLSS modeUltra Performance
FSR3 modeUltra Performance
Frame generationOff (DLSS-G / FSR3-FG)
ReflexBoost
Motion blurOff
Lens distortionOff
VSyncOff
Dynamic resolutionOff
All quality groupsLow (0)
FPS capYour input (0 = uncapped)

Input.ini ​

SettingValue
bEnableMouseSmoothingFalse
bViewAccelerationEnabledFalse
bEnableMouseAccelerationFalse

TIP

A backup of your existing file is saved as .ibra-backup alongside the original before any changes are written.


Disclaimer ​

Overwrites existing settings

Running this tool replaces your existing ARC Raiders config files on disk. A .ibra-backup copy is made automatically, but export or screenshot anything extra you care about before running.