Apex-Legends-Config


Project maintained by Natram1zh Hosted on GitHub Pages — Theme by mattgraham

Build and Release Publish README to GitHub Pages

Apex Legends Configuration Guide (English)

Deutsche Readme Version hier

Release Changelog

This guide explains how to use specially tailored configuration files for Apex Legends to enhance your gaming experience. The provided packages include both video settings and basic game settings, adjusted to different needs.

What is this about?

Installing the Configurations

  1. Choosing a Package:
    Download one of the prepared packages from the Releases. These packages combine an autoexec.cfg variant and a videoconfig.txt variant.

  2. Installing autoexec.cfg:
    • Extract the downloaded package.
    • Move the autoexec.cfg file into the game’s cfg folder.
      For Steam installations, this is usually:
      C:\Program Files (x86)\Steam\steamapps\common\Apex Legends\cfg
  3. Installing videoconfig.txt:
    • Press Win + R on your keyboard.
    • Paste this path into the Run dialog and press Enter:
      %USERPROFILE%\Saved Games\Respawn\Apex\local
    • Copy videoconfig.txt into this directory, overwriting the existing file if necessary.

Windows Quick Install Script

To make setup easier on Windows, the repository contains a helper script that copies both files to the correct folders and flags them as read-only:

  1. Extract the release ZIP you downloaded—install-windows-config.ps1 is already included alongside the autoexec*.cfg and videoconfig*.txt variants.
  2. Inside the extracted folder, right-click install-windows-config.ps1 and choose “Run with PowerShell.” You can also open a PowerShell window there (Shift + Right Click → “Open PowerShell window here”) and run .\install-windows-config.ps1.
  3. Answer the prompts. The script auto-detects the config files, copies them to the recommended locations, and marks both as read-only so the game can’t overwrite them.

If you need to edit the files later, remove the read-only attribute first (for example with attrib -r <filename>) and rerun the script when you’re done.

  1. Game Launch Parameters:
    • In your Steam Library, right-click Apex Legends and select “Properties”.
    • Go to the “General” tab.
    • Add the following in the Launch Options field:
      +exec autoexec.cfg -high -dev
      This ensures your chosen package loads on game start and attempts to run the game at a higher priority.

Additional Launch Parameters:

Command Description
+exec Executes a cfg file on startup
-dev Skips EA intro on startup, can cause HUD flicker issues on NVIDIA cards
-fullscreen Forces the game to launch in fullscreen mode
-high Attempts to set the game’s priority to “high” for Windows resources
-anticheat_settings=SettingsDX11.json Forces the game to launch in DX11
-anticheat_settings=SettingsDX12.json Forces the game to launch in DX12

Additional Tips

Common Keybinds in autoexec

General Advice