.aqf — Ascii Quake File
id Software · 1996
AQF files are plain text configuration files primarily used by the Quake game engine to store custom game settings, commands, and keybinds.
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
- Open any AQF file by navigating to it and double-clicking, if your OS has an associated program.
- Alternatively, right-click the AQF file and select 'Open With...', then choose a text editor like Notepad (Windows), TextEdit (macOS), or Gedit (Linux).
- 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
| Platform | Program | ||
|---|---|---|---|
| Windows | Notepad | Free | Official |
| Notepad++ | Free | ||
| Quake (original and derivatives) | Free | Official | |
| macOS | TextEdit | Free | Official |
| BBEdit | Paid | ||
| Quake (original and derivatives) | Free | Official | |
| Linux | Gedit | Free | Official |
| Vim | Free | ||
| Quake (original and derivatives) | Free | Official |
Common Problems with .aqf Files
Frequently Asked Questions
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.
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.
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.