This article's documentation is for anything that uses the Source engine. Click here for more information.

Noclip: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
* {{Code|sv_specnoclip}} - If spectating players are allowed to {{Command|noclip}} around to anywhere in a map.
* {{Code|sv_specnoclip}} - If spectating players are allowed to {{Command|noclip}} around to anywhere in a map.
* {{Code|sv_noclipduringpause}} - If set, player can {{Command|noclip}} while the game is [[pause|paused]]. Bugged in some games.
* {{Code|sv_noclipduringpause}} - If set, player can {{Command|noclip}} while the game is [[pause|paused]]. Bugged in some games.
[[Category:Console Commands]]

Revision as of 10:32, 27 June 2023

Template:Console Command

noclip, also known as fly and ghost, is a cheat that disables the effect of gravity and makes the player nonsolid (although still vulnerable to death). This allows the player to glide freely through the world.

Template:ModernWarning

Note.pngNote:Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.
Note.pngNote:In Counter-Strike: Source CS:S and Counter-Strike: Global Offensive CS:GO, being in noclip mode makes you unkillable, similar to godmode.

Template:ModernTodo

Server variables

  • hap_noclip_avatar_scale - Template:ModernTodo ?
  • sv_noclipspeed - The maximum speed the player can move during noclip. Default 5.
  • sv_noclipaccelerate - The speed at which the player accelerates to sv_noclipspeed. Default 5.
  • sv_specnoclip - If spectating players are allowed to noclip around to anywhere in a map.
  • sv_noclipduringpause - If set, player can noclip while the game is paused. Bugged in some games.