Sv cheats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Properly apply lang, and {{ent}}.)
Line 1: Line 1:
{{lang|Sv_cheats}}
{{lang|Sv cheats}}


{{DISPLAYTITLE:sv_cheats}}
{{DISPLAYTITLE:sv_cheats}}
Line 16: Line 16:
(Command parameters are described inside the <code><</code> and <code>></code> characters.)
(Command parameters are described inside the <code><</code> and <code>></code> characters.)


* [[god]] - "God Mode": Player becomes invincible. Type again to turn off.
* {{ent|god}} - "God Mode": Player becomes invincible. Type again to turn off.
* [[impulse]] 101 - Equip the player with a full loadout of equipment.
* {{ent|impulse|101}} - Equip the player with a full loadout of equipment.
* [[impulse]] 203 - Remove an entity.
* {{ent|impulse|203}} - Remove an entity.
* [[give]] <entity name> - Give the player the item, weapon, entity or asset stated.
* {{ent|give|<entity name>}} - Give the player the item, weapon, entity 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.
* {{ent|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.
* {{ent|notarget}} - Toggle NPC detection of the player. The player will still activate [[trigger]] entities, etc. Type again to turn off.

Revision as of 16:27, 9 September 2021

English (en)Русский (ru)中文 (zh)Translate (Translate)

Warning: Display title "sv_cheats" overrides earlier display title "Sv cheats".

This boolean ConVar enables/disables cheats on the server.

It also gives you access to commmands that would normally be abused or misused by players. When building maps, you may want this as a startup command.

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.

(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.
  • impulse 203 - Remove an entity.
  • give <entity name> - Give the player the item, weapon, entity 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.