Learn how to create and use Quake aliases to perform longer tasks with simple commands, like connecting to servers or loading maps.
Aliases are commands that you type in (or bind to a key) to perform a longer task. For example:
alias coolserver "connect 193.111.222.333"
This creates an alias called coolserver. Now all you need to do is go to the console (accessed by pressing the tilde key, ~) and type 'coolserver' to connect to that server. Note: The IP address above is an example, not a real Quake server.
Another good alias to use if you like map E1M8 (Zigguart Vertigo) would be:
alias zigg "map e1m8"
All you have to do now is type 'zigg' at the console to play the level.
- Aliases can save you time by shortening frequently used commands.
- You can create aliases for connecting to specific servers or loading specific maps.
- Remember to use quotes around commands that contain spaces.
100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content