Config reference
Every setting in config.json, explained.
Win64\AERR\config.json holds every persistent setting. Normally you shouldn’t edit it by hand — the Settings tab does the same thing more safely.
Top-level keys
| Key | Type | Default | Purpose |
|---|---|---|---|
display.opacity | number | 0.95 | Overall overlay opacity |
display.density | compact | normal | normal | Padding inside panels |
motion | auto | full | reduced | auto | Animation preference |
logLevel | error | warn | info | debug | info | Log verbosity |
savePath | string | — | Override AERR state path |
panels | array | [] | Stats panel definitions |
keybinds | object | built-in | Rebindable keys |
scripts | object | — | Per-script tunables |
Per-script tunables
Each script has its own section under scripts.{id}. For example, scripts.payEddieOrElse exposes the debt thresholds, escalation chances, and threat pool. Full list in-overlay under Settings → Advanced.
Resetting
Delete config.json and relaunch. A fresh default is written on first frame. No save file impact.