Everything in Quake 2 runs through the console: cheat codes, settings, binds, demos, server administration. The engine has barely changed since 1997, so nearly everything here works the same in the original game, in source ports like Q2PRO and Yamagi, and in the 2023 remaster.
Press the tilde key, ~, under Escape on most keyboards. The
same key closes it. Commands are typed at the prompt and run with Enter. The
console keeps a history; the up arrow recalls previous commands.
The 2023 remaster, listed on some platforms as Quake II Enhanced, kept
the console and kept the classic cheat codes. On PC the tilde key opens it
just like it always did, and god, give all,
noclip and the rest work as they do in the original. The
remaster has also been lenient about achievements: its achievements are
story progress markers, and the popular completion guides use console level
warps openly. Everything in the table below applies to the remaster unless
noted.
These work typed straight into the console in single player. In
multiplayer they only work if the server was started with
+set cheats 1, which public servers never are.
| Command | Effect |
|---|---|
god | Invulnerability. Falling into the void still kills you. |
noclip | Fly through walls, doors and floors. The way into locked and unreachable areas. |
notarget | Enemies ignore you until you shoot them. |
give all | The all weapons cheat: every weapon with full ammo. |
give <item> | A specific item by name; see
the item list below. give health restores you to 100 but not
past it. Also hands over keys and pass cards that open doors. |
sv_gravity <number> | Gravity. 800 is normal. Low values float, very high values pin you to the floor. |
viewpos | Prints your coordinates and heading, useful for mappers. |
Multi-word names work without quotes, so give quad damage and
give rocket launcher are fine as typed.
Weapons: shotgun, super shotgun, machinegun,
chaingun, grenade launcher, rocket launcher, hyperblaster, railgun, bfg10k.
Ammo: shells, bullets, grenades, cells,
rockets, slugs.
Armor: jacket armor, combat armor, body
armor, power shield.
Powerups: quad damage, invulnerability,
rebreather, environment suit, silencer, adrenaline, bandolier, ammo pack.
Keys and objectives: blue key, red key,
power cube, data cd, pyramid key, data spinner, security pass, commander's
head.
map <code> jumps straight to any campaign level. The
full list, in campaign order:
| Level | Command |
|---|---|
| Outer Base | map base1 |
| Installation | map base2 |
| Comm Center | map base3 |
| Lost Station | map train |
| Ammo Depot | map bunk1 |
| Supply Station | map ware1 |
| Warehouse | map ware2 |
| Main Gate | map jail1 |
| Destination Center | map jail2 |
| Security Complex | map jail3 |
| Torture Chambers | map jail4 |
| Guard House | map jail5 |
| Grid Control | map security |
| Mine Entrance | map mintro |
| Upper Mines | map mine1 |
| Borehole | map mine2 |
| Drilling Area | map mine3 |
| Lower Mines | map mine4 |
| Receiving Center | map fact1 |
| Processing Plant | map fact2 |
| Sudden Death | map fact3 |
| Power Plant | map power1 |
| The Reactor | map power2 |
| Cooling Facility | map cool1 |
| Toxic Waste Dump | map waste1 |
| Pumping Station 1 | map waste2 |
| Pumping Station 2 | map waste3 |
| Big Gun | map biggun |
| Outer Hangar | map hangar1 |
| Comm Satellite | map space |
| Research Lab | map lab |
| Inner Hangar | map hangar2 |
| Launch Command | map command |
| Outer Courts | map city1 |
| Lower Palace | map city2 |
| Upper Palace | map city3 |
| Inner Chamber | map boss1 |
| Final Showdown | map boss2 |
The stock deathmatch maps are q2dm1 (The Edge, the most
played duel map in the game's history) through q2dm8.
skill <0-3> sets difficulty for the next map load:
0 easy, 1 medium, 2 hard, and 3 is a hidden harder setting the menus never
offer. So skill 3 followed by map base1 starts the
campaign at its true maximum.
No. The console versions of the remaster do not expose the developer console, and plugging in a USB keyboard does not change that. Cheats are a PC feature, on Steam, GOG and the other desktop storefronts. On PC they work with a controller in hand too; you just need the keyboard to type them.
Set these once and they stick in your config.
| Cvar | What it does |
|---|---|
fov <90-120> | Field of view. 90 is stock; competitive players tend to run 105 to 120. |
sensitivity <n> | Mouse speed. |
cl_run 1 | Always run. There is no reason to walk in Quake 2. |
hand <0-2> | Weapon hand: 0 right, 1 left, 2 centered with no weapon model drawn. |
crosshair <0-3> | Crosshair style, 0 turns it off. |
cl_gun 0 | Hides the weapon model for a cleaner view. |
cl_maxfps <n> | Frame cap. In the classic engine physics quirks depend on it; old players cap at particular values on purpose. The archive's FPS change script exists for exactly this. |
rate <n> | Network rate. On modern connections just set it high, for example 25000. |
name <yourname> | Player name. |
skin <model/skin> | Player model, in the
form male/grunt or female/athena. |
vid_gamma and gl_modulate | The two knobs behind every "my game is too dark" fix since 1997. Lower vid_gamma is brighter; gl_modulate 2 lightens textures. |
bind <key> "<command>" attaches a command to a
key. The classic pattern is one key per weapon:
bind q "use railgun"
bind e "use rocket launcher"
bind f "use hyperblaster"
alias <name> "<commands>" chains commands under
one name, separated by semicolons, and the alias can then be bound to a key.
This is a deep subject and the old scene wrote it up properly: see
DM's aliases and the rest of the
aliases archive, all of which still work
unchanged.
Put your binds in autoexec.cfg in the baseq2
folder and the game runs them at startup. exec <file>
loads any config by hand.
record <name> starts recording your game to a demo
file, stop ends it, and demomap <name>.dm2
plays it back. Every recording in the DemoSquad archive
was made this way.
| Command | What it does |
|---|---|
connect <address> | Join a server by IP or hostname, with port if it is not the default 27910. |
reconnect | Rejoin the last server. |
say and say_team | Chat to everyone or to your team, usually bound to keys. |
rcon <command> | Run a command on a server
you administer, after setting rcon_password. |
Hosting your own game means setting deathmatch 1 plus
timelimit and fraglimit before loading a map.
Server setup is a guide of its own, and finding populated servers is covered
in Playing Quake 2 in 2026.