Noclip: Difference between revisions
Jump to navigation
Jump to search
Warning:Noclipping absurdly far outside the map causes a crash. This may also occur if
Note:Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.
(fixed your facts) |
(Fixed up more "facts" and removed redundant information) |
||
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. This allows | '''<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. | ||
{{warning|Noclipping absurdly far outside the map | {{warning|Noclipping absurdly far outside the map causes a crash. This may also occur if <code>sv_noclipspeed</code> is set too high.}} | ||
{{note|Floating point inaccuracies on | {{note|Floating point inaccuracies on all model vertices will be exaggerated as the player travels farther from the map's origin.}} | ||
==Server variables== | ==Server variables== | ||
Line 11: | Line 9: | ||
*<code>sv_noclipaccelerate</code> - The speed at which the player accelerates to <code>sv_noclipspeed</code>. Default 5. | *<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_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. | *<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]] | [[Category:Console Commands]] |
Revision as of 13:10, 14 July 2018
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.

sv_noclipspeed
is set too high.
Server variables
hap_noclip_avatar_scale
Todo: ?sv_noclipspeed
- The maximum speed the player can move duringnoclip
. Default 5.sv_noclipaccelerate
- The speed at which the player accelerates tosv_noclipspeed
. Default 5.sv_specnoclip
- If spectating players are allowed tonoclip
around to anywhere in a map.sv_noclipduringpause
- If set, player cannoclip
while the game ispause
ed. Bugged in some games.