Noclip

From Valve Developer Community
Revision as of 08:30, 11 March 2023 by Kr0tchet (talk | contribs) (added css)
Jump to navigation Jump to search

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.

Warning.pngWarning:Noclipping absurdly far outside the map causes a crash. This may also occur if sv_noclipspeed is set too high.
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.
Todo: Check if noclip godmode applies for anything else.

Server variables

  • hap_noclip_avatar_scale
    Todo: ?
  • 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 pauseed. Bugged in some games.