Configuration

This section is the reference manual for everything PowerAim persists to disk. Pair it with the Features section when you want to know what a setting does, and come here when you want to know where it’s stored and how to manipulate it.

Pages

  • Settings overview — every option on the Settings page (Input, UI, Capture, Active Processes, Overlays, Stats, HUD OCR, Replay Buffer, AutoPlay Learning)
  • Per-game profilesMatchProcess, auto-switch, auto-pause
  • Keybinds & hotkeys — the global hotkey system
  • Config file — JSON structure, location, manual editing

The config file in 30 seconds

PowerAim stores everything in JSON. The active config file path is at:

%AppData%\AI-M\LastConfigPath.cfg

…which points to the actual config (default: <install dir>\bin\configs\Default.cfg). The file is plain JSON — you can edit it in any text editor while PowerAim is closed.

In-app, the “Configs” toggle on the Models & Configs page lets you download community configs (.cfg files) the same way you download models.

Quick save / load

The cogwheel menu in the title bar offers:

  • Save as Quick Config — save the current state as the active config
  • Save Config as… — save with a chosen filename
  • Open Quick Config — reload the current config
  • Open Other Config — load a different config file

Table of contents


PowerAim is source-available under PolyForm Noncommercial. Commercial use prohibited.

This site uses Just the Docs, a documentation theme for Jekyll.