Sv cheats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Skipped wiki redirect)
m (→‎See Also: added noclip and notarget)
Line 12: Line 12:
{{note|Command parameters are described inside the <code><</code> and <code>></code> characters.}}
{{note|Command parameters are described inside the <code><</code> and <code>></code> characters.}}


* [[god]] "God Mode" - Player becomes invincible. Type again to turn off.
* [[god]] - "God Mode": Player becomes invincible. Type again to turn off.
* [[impulse]] 101
* [[impulse]] 101 - Equip the player with a full loadout of equipment.
* [[give]] <entity name> Give the player the item, weapon or asset stated.
* [[give]] <entity name> - Give the player the item, weapon or asset stated.
* [[noclip]] - Toggle the player collision with the environment and other objects. Allows the player to fly through walls, etc. Type again to turn off.
* [[notarget]] - Toggle NPC detection of the player. The player will still activate [[trigger]] entities, etc. Type again to turn off.

Revision as of 03:21, 2 April 2006

Template:Wrongtitle

This boolean ConVar enables/disables cheats on the server.

Syntax: sv_cheats <boolean>

See Also

Below are some typical cheats which gamers may find useful. Developers may also find these useful for bug testings and specific testing on in-game worlds.

Note.pngNote:Command parameters are described inside the < and > characters.
  • god - "God Mode": Player becomes invincible. Type again to turn off.
  • impulse 101 - Equip the player with a full loadout of equipment.
  • give <entity name> - Give the player the item, weapon or asset stated.
  • noclip - Toggle the player collision with the environment and other objects. Allows the player to fly through walls, etc. Type again to turn off.
  • notarget - Toggle NPC detection of the player. The player will still activate trigger entities, etc. Type again to turn off.