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 1: Line 1:
{{this is a|console command|name=noclip}}
{{this is a|console command|name=noclip}}
{{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.
{{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.
 
{{bug|hidetested=1|[[Use]] doesn't if {{cmd|noclip}} is enabled in {{bms|4}}. {{not|{{bms12}}}}.}}
{{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if {{Code|sv_noclipspeed}} is set too high. <br>Furthermore, in {{tsp|4}} Noclipping can easily crash the game.}}
{{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if {{Code|sv_noclipspeed}} is set too high. <br>Furthermore, in {{tsp|4}} Noclipping can easily crash the game.}}
{{Note|Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.}}
{{Note|Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.}}

Revision as of 14:46, 25 June 2025

noclip is a console command available in all Source Source games. 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.

Icon-Bug.pngBug:Use doesn't if noclip is enabled in Black Mesa Black Mesa. (not in Black Mesa (mod)).
Warning.pngWarning:Noclipping absurdly far outside the map causes a crash. This may also occur if sv_noclipspeed is set too high.
Furthermore, in The Stanley Parable The Stanley Parable Noclipping can easily crash the game.
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 paused. Bugged in some games.