Learn how to join a game of Quake using command line parameters and console commands like CONNECT and SLIST.
Walkthrough
- 1Run
Q95.BAT -NOIPX -WINMEM 8 -WINPACK 12from your Quake directory (default isC:\quake_sw) in a DOS box. This command sets up Quake's TCP/IP (Transmission Control Protocol/Internet Protocol) networking. - 2Press the
[~]key to open the console (a command-line interface within the game). - 3Type
CONNECTand press Enter. Quake will search for active games. - 4Type
SLISTand press Enter for a list of all available games. - 5Select the game you wish to join and press Enter.
- 6You should see
TRYING...appear in the console, followed bySTILL TRYING...approximately two or three more times. - 7You should now be connected to the game.
Tips
- Closing all other applications before launching Quake is crucial for optimal performance and stability.
- The command line parameters
-NOIPX,-WINMEM 8, and-WINPACK 12are essential for proper network setup.
100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content