Sv cheats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
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.
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.


Open the in-game Console and type '''sv_cheats 1''' to enable cheats.
 
'''god''' God Mode, Player is Invincible
 
'''impulse 101''' All Weapons, Extra Ammo, Extra Health, Extra Energy
 
'''give ''item_name_here''''' Give the player a specific item, weapon or asset
 
 
 
For other useful information on console variables, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commands Listing]

Revision as of 15:23, 7 February 2006

Template:Wrongtitle 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.


god God Mode, Player is Invincible

impulse 101 All Weapons, Extra Ammo, Extra Health, Extra Energy

give item_name_here Give the player a specific item, weapon or asset


For other useful information on console variables, please head back to the Console Commands Listing