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)
mNo edit summary
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.
{{Source topicon}}


{{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if <code>sv_noclipspeed</code> is set too high.}}
{{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.
{{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.}}
{{todo|Check if noclip godmode applies for anything else.}}


==Server variables==
{{Warning|Noclipping absurdly far outside the map causes a crash. This may also occur if {{Command|sv_noclipspeed}} is set too high.}}
*<code>hap_noclip_avatar_scale</code> {{todo|?}}
{{Note|Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.}}
*<code>sv_noclipspeed</code> - The maximum speed the player can move during <code>noclip</code>. Default 5.
{{Note|In {{css|4|nt=1}} and {{csgo|4|nt=1}}, being in noclip mode makes you unkillable, similar to godmode.}}
*<code>sv_noclipaccelerate</code> - The speed at which the player accelerates to <code>sv_noclipspeed</code>. Default 5.
{{Todo|Check if noclip godmode applies for anything else.}}
*<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.
== Server variables ==
* {{Command|hap_noclip_avatar_scale}} {{Todo|?}}
* {{Command|sv_noclipspeed}} - The maximum speed the player can move during <code>noclip</code>. Default 5.
* {{Command|sv_noclipaccelerate}} - The speed at which the player accelerates to <code>sv_noclipspeed</code>. Default 5.
* {{Command|sv_specnoclip}} - If spectating players are allowed to <code>noclip</code> around to anywhere in a map.
* {{Command|sv_noclipduringpause}} - If set, player can <code>noclip</code> while the game is <code>[[pause]]</code>ed. Bugged in some games.


[[Category:Console Commands]]
[[Category:Console Commands]]

Revision as of 06:00, 6 May 2023

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