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 (Undo revision 304295 by THE OWL (talk))
Tag: Undo
mNo edit summary
Line 3: Line 3:
{{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.


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


== Server variables ==
== Server variables ==
* {{Command|hap_noclip_avatar_scale}} {{Todo|?}}
* {{Command|hap_noclip_avatar_scale}} - {{ModernTodo}} ?
* {{Command|sv_noclipspeed}} - The maximum speed the player can move during {{Command|noclip}}. Default 5.
* {{Command|sv_noclipspeed}} - The maximum speed the player can move during {{Command|noclip}}. Default 5.
* {{Command|sv_noclipaccelerate}} - The speed at which the player accelerates to {{Command|sv_noclipspeed}}. Default 5.
* {{Command|sv_noclipaccelerate}} - The speed at which the player accelerates to {{Command|sv_noclipspeed}}. Default 5.

Revision as of 06:03, 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.

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