As is typical with PC FPS games, control of the player character (the eponymous Quake) is most effective via keyboard and mouse. If you’re used to the now-traditional WASD + mouse combination, you’ll need to make some changes via the games in-built keymapper which allows the player to choose which keyboard and mouse buttons fulfil which function. Alternatively, Quake can be played via gamepad.
Modern PC games allow the player to use the mouse to “look” – sadly this function is disabled in Quake, but can be activated to make things much more straightforward. Depending on which version of Quake you are playing add the following line to Autoexec.cfg or Config.cfg in your Quake installation directory:
+mlook "1"
(In game, you can also switch between standard “mouse looking” or Inverse mouse control.)
It’s also worth adding a crosshair , especially for beginners. This can be done by amending the following line in the Autoexec.cfg or Config.cfg in your Quake installation directory:
crosshair "0"
to
crosshair "1"