aqf

.aqfAscii Quake File

id Software · 1996

Developer
id Software
Category
Game Files
MIME Type
application/x-quake-config
First Released
1996
Open Format
Yes
File Signature
N/A (Plain text file, no specific magic bytes)
At a Glance
.aqf
Ascii Quake File

AQF files are plain text configuration files primarily used by the Quake game engine to store custom game settings, commands, and keybinds.

Reviewed on June 28, 2026
Compression
Plain text
Transparency
N/A
Editability
High
Best for
Game configuration

Key Features

  • Plain text, human-readable format
  • Stores custom game configurations and commands
  • Supports user-defined keybinds and aliases
  • Easily editable with standard text editors

Best For

  • Storing game-specific command-line arguments
  • Defining complex custom keybinds
  • Creating player profiles and custom configurations
  • Quickly changing game settings without recompiling

Less Ideal For

  • Storing game assets like models or textures
  • Saving game save states or progress
  • Distributing executable game code
  • Containing binary data or complex media

Common Use Cases

  • Customizing Quake game settings
  • Creating custom command aliases for gameplay
  • Storing player preferences and control schemes
  • Distributing configuration presets for mods or multiplayer servers

How to Open It

  1. Open any AQF file by navigating to it and double-clicking, if your OS has an associated program.
  2. Alternatively, right-click the AQF file and select 'Open With...', then choose a text editor like Notepad (Windows), TextEdit (macOS), or Gedit (Linux).
  3. You can also launch the Quake engine or a compatible game and use the console command `exec filename.aqf` to load the settings.

What is a .aqf file?

An AQF file is a configuration file used by the original Quake game engine and its many derivatives. These files store customized settings and commands that players can use to tweak gameplay, control binds, and even modify game behavior. They are essentially text files, making them human-readable and easily editable with any standard text editor. Developers and modders often use AQF files to create specific game modes or provide players with optimized configurations for different playstyles.

Programs That Open .aqf Files

PlatformProgram
WindowsNotepadFreeOfficial
Notepad++Free
Quake (original and derivatives)FreeOfficial
macOSTextEditFreeOfficial
BBEditPaid
Quake (original and derivatives)FreeOfficial
LinuxGeditFreeOfficial
VimFree
Quake (original and derivatives)FreeOfficial

Common Problems with .aqf Files

⚠️ Accidental edits corrupting game settings.
Always create a backup of your AQF file before making any modifications. If an edit causes issues, restore the backup.
⚠️ Incorrect syntax preventing the game from reading the file.
Ensure that all commands and values are correctly formatted according to Quake's scripting rules, paying close attention to quotes and spacing. Refer to game documentation or online guides for syntax examples.

Frequently Asked Questions

Can I use AQF files for games other than Quake?

While AQF is specific to the Quake engine, some other games based on similar engines might recognize or adapt its configuration format, though it's not guaranteed.

Are AQF files safe to download?

Since AQF files are plain text, they don't inherently contain viruses. However, malicious commands could be embedded that alter game behavior in undesirable ways, so only download from trusted sources.

How do I create my own AQF file?

You can create a new AQF file using any plain text editor. Type in the commands and settings you want, then save the file with the `.aqf` extension.

Technical Details

AQF files are plain text ASCII files, meaning they can be opened and edited with any basic text editor. They contain a series of commands and variable assignments, often structured as `variable "value"` or `command arguments`. The Quake engine parses these files on startup or during gameplay to apply the specified settings.

Did You Know?

The .aqf format originated with the release of id Software's groundbreaking first-person shooter, Quake, in 1996.
These files allow for extensive customization, leading to many community-created configurations for competitive play, modding, and specific hardware setups.

Security Information

AQF files are plain text and do not contain executable code. However, be cautious when downloading AQF files from untrusted sources, as they could contain commands designed to disrupt gameplay or exploit game mechanics.

Related Extensions