Sv cheats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Rewrote the entire page to the apparent standard format.)
Line 1: Line 1:
{{wrongtitle|title=sv_cheats}}
{{wrongtitle|title=sv_cheats}}
[[Category:Glossary]] [[Category:Console Variables]]
[[Category:Glossary]] [[Category:Console Variables]]
This [[ConVar]] is the cheats [[boolean]] in the server.  Open the in-game Console and type '''sv_cheats 1''' to enable cheats.  To disengage cheats, open the in-game console and type '''sv_cheats 0'''.  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.


This [[boolean]] [[ConVar]] enables/disables cheats on the server.


'''god''' God Mode, Player is Invincible
'''Syntax:'''


'''impulse 101''' All Weapons, Extra Ammo, Extra Health, Extra Energy
<code>sv_cheats 1</code> Enables cheats.


'''give ''entity_name_here''''' Give the player a specific item, weapon or asset
<code>sv_cheats 0</code> Disables cheats.
 
----
 
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:''' Command parameters are described inside the < and > characters. ''
 
'''Syntax:'''
 
<code>god</code> "God Mode" - Player becomes invincible. Type again to turn off.
 
<code>impulse 101</code> Player recieves all weapons, extra ammo, extra health and extra energy.
 
<code>give <entity name></code> Give the player the item, weapon or asset stated.

Revision as of 15:43, 14 February 2006

Template:Wrongtitle

This boolean ConVar enables/disables cheats on the server.

Syntax:

sv_cheats 1 Enables cheats.

sv_cheats 0 Disables cheats.


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: Command parameters are described inside the < and > characters.

Syntax:

god "God Mode" - Player becomes invincible. Type again to turn off.

impulse 101 Player recieves all weapons, extra ammo, extra health and extra energy.

give <entity name> Give the player the item, weapon or asset stated.