How can I create a config file for all my Quake console settings?
Using Windows notepad, you can create a text file that contains all your custom console settings for Quake or Quake 2. For GLQuake it might look something like this: gl_flashblend 0 r_mirroralpha 0.3 r_shadows 1 gl_playermip 2 Then save the file to your \QUAKE\ID1 directory as GLOW.CFG (or anything else you want to call it). For Quake 2, you place any config files in \QUAKE2\BASEQ2. Then, replace all the switches on your command line with this: +exec glow.cfg So your GLQuakeWorld command line might look like this: GLQUAKE.EXE +exec glow.cfg -heapsize 20000 Optionally, you could add these command lines to you autoexec.cfg file.