Sv standable normal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Added lookup table for command values)
Line 5: Line 5:
{{note|Overwrites the command {{ent|sv_walkable_normal}} }}
{{note|Overwrites the command {{ent|sv_walkable_normal}} }}
[[File:Sv standable normal visual 1.png|thumb|none|sv_standable normal changes the value shown as 0.7, lower values make steeper slopes traversable, as shown below:]][[File:Sv standable normal visual 2.png|thumb|none|example of the steepest slope standable with value set to 0.4]]
[[File:Sv standable normal visual 1.png|thumb|none|sv_standable normal changes the value shown as 0.7, lower values make steeper slopes traversable, as shown below:]][[File:Sv standable normal visual 2.png|thumb|none|example of the steepest slope standable with value set to 0.4]]
==Lookup Table==
{| border="2" cellpadding="2" style="float:center; margin-right:1em"
|- style="background:#666;"
! Command Value
! Traversable Slope Angle
|-
! 0.9
| ≤ 25.842°
|-
! 0.8
| ≤ 36.870°
|-
! 0.7
| ≤ 45.573°
|- 
!0.6
|≤ 53.130°
|-
! 0.5
| ≤ 60°
|-
! 0.4
|≤ 66.420°
|-
! 0.3
| ≤ 72.535°
|-
! 0.2
| ≤ 78.464°
|-
! 0.1
| ≤ 84.268°
|}


==See also==
==See also==
*{{ent|sv_walkable_normal}}
*{{ent|sv_walkable_normal}}
*{{ent|CS:GO Mapper's Reference}}
*{{ent|CS:GO Mapper's Reference}}

Revision as of 04:29, 9 October 2022

The sv_standable_normal console command is a cheat that changes how steep of a slope the player can stand on. The default value is 0.7.

Values under 0 make any slope standable, meanwhile values over 1 causes the player to slide, even on flat surfaces.

Note.pngNote:Overwrites the command sv_walkable_normal
sv_standable normal changes the value shown as 0.7, lower values make steeper slopes traversable, as shown below:
example of the steepest slope standable with value set to 0.4

Lookup Table

Command Value Traversable Slope Angle
0.9 ≤ 25.842°
0.8 ≤ 36.870°
0.7 ≤ 45.573°
0.6 ≤ 53.130°
0.5 ≤ 60°
0.4 ≤ 66.420°
0.3 ≤ 72.535°
0.2 ≤ 78.464°
0.1 ≤ 84.268°


See also