Author: Josey  <...>    82.137.12.45 Use this link if you want to link to this message and its entire thread of discussion. Post a Msg
Date: 3/5/2019 2:43:23 PM
Subject: RE: I was going to install Quake 1

Found it:

Disable texture filtering:

To enable oldschool pixel rendering in instead of the texture blur enter gl_texturemode GL_NEAREST_MIPMAP_LINEAR in the console. Oh, doesn't it look great now!
Square Particles

You can also make particles be rendered as squares instead of circles by entering r_particles 2 in the console, not many engines support this. Fitzquake and Quakespasm do.
Faster rising underwater

Add this to your config and change mouse2 to whatever key or button you use to jump to enable faster ascension underwater when using the jump key.

alias +movejump "+jump;+moveup;"
alias -movejump "-jump;-moveup;"
bind mouse2 +movejump