Skip to content

ARC Raiders

About

These configs are a starting point for best performance.

INFO

This configuration only changes resolution, graphics settings, and refresh rate to improve performance. It does not modify controls (such as key bindings or mouse sensitivity). Configure those yourself.

TIP

Settings are subjective: what feels good on one setup may not on another. If you run a high-end GPU, you can usually raise graphics quality and still keep the rest of the profile as a baseline.

Disclaimer

Import overwrites local settings

Applying this package replaces your existing ARC Raiders settings stored on disk. Export or screenshot anything you care about before you run the import script.

TIP

Launch ARC Raiders at least once before importing so the game has created its config folder on disk.

Import (PowerShell)

  1. Close ARC Raiders (and the launcher if it locks config files)
  2. Open PowerShell as Administrator (right-click → Run as administrator)
  3. Paste one of the lines below and press Enter

This game’s script slug is arc-raiders:

powershell
Invoke-WebRequest -Uri 'https://download.ibrhub.net/arc-raiders.ps1' -UseBasicParsing | Invoke-Expression

Shorter form (same behavior on Windows PowerShell 5.1):

powershell
iwr 'https://download.ibrhub.net/arc-raiders.ps1' -UseBasicParsing | iex

Remote code execution

Invoke-Expression (iex) runs whatever the script returns.

Only use URLs you trust (here: download.ibrhub.net).

If you maintain other games, swap the filename only: https://download.ibrhub.net/<slug>.ps1 (for example valorant.ps1).

After a successful run, start the game once and verify video, controls, and audio before joining a session.