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
m (added css)
No edit summary
 
(23 intermediate revisions by 9 users not shown)
Line 1: Line 1:
'''<code>noclip</code>''', 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.
{{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.


{{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if <code>sv_noclipspeed</code> is set too high.}}
{{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if {{Code|sv_noclipspeed}} is set too high.}}
{{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.}}
{{note|In {{css|4|nt=1}} and {{csgo|4|nt=1}}, being in noclip mode makes you unkillable, similar to godmode.}}
{{Note|In {{Counter-Strike series|4}} and {{l4ds|4}} being in noclip mode makes you unkillable, similar to godmode.}}
{{todo|Check if noclip godmode applies for anything else.}}


==Server variables==
{{expand|title=Third-party notes {{bms}}{{tsp}}|
*<code>hap_noclip_avatar_scale</code> {{todo|?}}
{{bug|hidetested=1|[[Use]] doesn't if {{cmd|noclip}} is enabled in {{bms|4}}. {{not|{{bms12}}}}.}}
*<code>sv_noclipspeed</code> - The maximum speed the player can move during <code>noclip</code>. Default 5.
{{warning|In {{tsp|4}} noclipping can easily crash the game.}}
*<code>sv_noclipaccelerate</code> - The speed at which the player accelerates to <code>sv_noclipspeed</code>. Default 5.
}}
*<code>sv_specnoclip</code> - If spectating players are allowed to <code>noclip</code> around to anywhere in a map.
*<code>sv_noclipduringpause</code> - If set, player can <code>noclip</code> while the game is <code>[[pause]]</code>ed. Bugged in some games.


[[Category:Console Commands]]
== Server variables ==
* {{Code|hap_noclip_avatar_scale}} - {{todo}} ?
* {{Code|sv_noclipspeed}} - The maximum speed the player can move during {{Command|noclip}}. Default 5.
* {{Code|sv_noclipaccelerate}} - The speed at which the player accelerates to {{Code|sv_noclipspeed}}. Default 5.
* {{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.

Latest revision as of 02:15, 26 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.

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 seriesCounter-Strike series Counter-Strike series and Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series being in noclip mode makes you unkillable, similar to godmode.
Third-party notes Black MesaThe Stanley Parable
Icon-Bug.pngBug:Use doesn't if noclip is enabled in Black Mesa Black Mesa. (not in Black Mesa (mod)).
Warning.pngWarning:In The Stanley Parable The Stanley Parable noclipping can easily crash the game.

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.