Sv standable normal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (The category is broken and i don't know how to fix it, someone fix please.)
Tag: Undo
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:sv_standable_normal}}
{{this is a|console variable|name=sv_standable_normal|game=Counter-Strike: Global Offensive}}
'''<code>sv_standable_normal</code>''' is a {{game name|csgo|name=Counter-Strike: Global Offensive}} spesific console command that changes how steep of a slope the player can stand on. The default value is 0.7.
{| style=float:right
|- style=vertical-align:top
| [[File:Sv standable normal visual 1.png|thumb|<tt>sv_standable_normal</tt> changes the value shown as 0.7, lower values make steeper slopes traversable, as shown on the right.]]
| [[File:Sv standable normal visual 2.png|thumb|Example of the steepest slope standable with value set to 0.4.]]
|}
'''<tt>sv_standable_normal</tt>''' and '''<tt>sv_walkable_normal</tt>''' are [[sv_cheats|cheat]] protected [[console variable]]s in {{csgo|4}} that determine how steep of a slope the [[player]] can ''stand'' and ''walk'' on. These should usually be set to the same value.
 
The default value for both is 0.7. Lower values make players be able to stand or walk on steeper slopes.
 
For <tt>sv_standable_normal</tt>, values ≤ 0 make any slope standable, meanwhile values &gt; 1 cause the player to always slide or ''surf'' even on flat surfaces, and disables jumping. If set to 1, players can only stand on completely flat surfaces (parallel to the xy-plane).


Values under 0 make any slope standable, meanwhile values over 1 causes the player to always slide even on flat surfaces, and disables jumping.
Similar rules apply to <tt>sv_walkable_normal</tt>, however, completely flat surfaces are always walkable (if they are standable).<br>
{{note|Overwrites the command {{ent|sv_walkable_normal}} }}
Note that only standable surfaces can be walkable at all. Setting <tt>sv_walkable_normal</tt> to a lower value than <tt>sv_standable_normal</tt> has the same effect as setting them to the same value.<br>
{{note|Is cheat protected (use {{ent|sv_cheats 1}}) }}
In addition, even if a shallow slope is not walkable, players might be able to slide up it.
[[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==
==Lookup Table==
{| border="2" cellpadding="2" style="float:center; margin-right:1em"
{| border="2" cellpadding="2" style="float:center; margin-right:1em"
|- style="background:#666;"
|- style="background:#666;"
! Command Value
! <tt>sv_standable_normal</tt>
! Traversable Slope Angle
! Traversable Slope Angle
|-  
|-  
! 0.9
! 0.9
| &le; 25.842°
| 25.842°
|-  
|-  
! 0.8
! 0.8
| &le; 36.870°
| 36.870°
|-  
|-  
! 0.7
! 0.7
| &le; 45.573°
| 45.573°
|-   
|-   
!0.6
!0.6
|&le; 53.130°
|53.130°
|-  
|-  
! 0.5
! 0.5
| &le; 60°
| 60°
|-  
|-  
! 0.4
! 0.4
|&le; 66.420°
|66.420°
|-  
|-  
! 0.3
! 0.3
| &le; 72.535°
| 72.535°
|-  
|-  
! 0.2
! 0.2
| &le; 78.464°
| 78.464°
|-  
|-  
! 0.1
! 0.1
| &le; 84.268°
| 84.268°
|-
! cos(x)
| ≤ x
|}
|}




==See also==
==See also==
*{{ent|sv_walkable_normal}}
*[[CS:GO Mapper's Reference]]
*{{ent|CS:GO Mapper's Reference}}
 
[[Category:Counter-Strike: Global Offensive Console Variables]]

Latest revision as of 04:09, 20 May 2024

sv_standable_normal is a console variable available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

sv_standable_normal changes the value shown as 0.7, lower values make steeper slopes traversable, as shown on the right.
Example of the steepest slope standable with value set to 0.4.

sv_standable_normal and sv_walkable_normal are cheat protected console variables in Counter-Strike: Global Offensive Counter-Strike: Global Offensive that determine how steep of a slope the player can stand and walk on. These should usually be set to the same value.

The default value for both is 0.7. Lower values make players be able to stand or walk on steeper slopes.

For sv_standable_normal, values ≤ 0 make any slope standable, meanwhile values > 1 cause the player to always slide or surf even on flat surfaces, and disables jumping. If set to 1, players can only stand on completely flat surfaces (parallel to the xy-plane).

Similar rules apply to sv_walkable_normal, however, completely flat surfaces are always walkable (if they are standable).
Note that only standable surfaces can be walkable at all. Setting sv_walkable_normal to a lower value than sv_standable_normal has the same effect as setting them to the same value.
In addition, even if a shallow slope is not walkable, players might be able to slide up it.

Lookup Table

sv_standable_normal 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°
cos(x) ≤ x


See also