R drawclipbrushes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(player control clip shouldn't be used anyway)
Line 1: Line 1:
{{stub}}
{{stub}}
'''''{{todo|Article needs to be cleaned up and completed as soon as possible.}}'''''<br>
'''''{{todo|Article needs to be cleaned up and completed as soon as possible.}}'''''<br>
''r_drawclipbrushes'' is a [[console command]] that shows the current clip brushes of current level in-game. For more information about clip brushes, see [[Tool_textures#Clips|Tool Textures > Clips]].<br>
''r_drawclipbrushes'' is a [[console command]] that shows the current clip brushes of current level in-game. For more information about clip brushes, see [[Tool_textures#Clips|Tool Textures > Clips]].


{{note|This console command requires [[sv_cheats]] 1 to work.}}
{{note|This console command requires [[sv_cheats]] 1 to work.}}
{{Syntax|}}<code>r_drawclipbrushes <integer></code>
{{Syntax|}}<code>r_drawclipbrushes <integer></code>
* 0 - None.
* 0 - None.
* 1 - Shows wireframe clip brushes.
* 1 - Shows clip brushes in wireframe.
* 2 - Shows clip brushes. ''{{todo|Is this opaque when this is set?}}
* 2 - Shows clip brushes, filled in.
* 3 - Shows [https://blog.counter-strike.net/index.php/2016/03/13793/ grenade clip brushes.]  {{csgo}}
* 3 - Shows [https://blog.counter-strike.net/index.php/2016/03/13793/ grenade clip brushes.]  {{csgo}}


Line 15: Line 15:
| <strong style="color:#FF0000">Red
| <strong style="color:#FF0000">Red
| Normal Clip
| Normal Clip
| Other deriatives of normal clip brushes (e.g: Concrete Clip) will always show in red. ({{csgo}} only)
| Other derivatives of normal clip brushes (e.g: Concrete Clip) will always show in red. ({{csgo}} only)
|-
|-
| <strong style="color:#82007F">Purple
| <strong style="color:#82007F">Purple
Line 34: Line 34:
|}
|}


''{{todo|What is the color of clip brush of Stairs Clip{{INFRA}} and Player Control Clip when this console command is enabled?}}''
''{{todo|What is the color of clip brush of Stairs Clip{{INFRA}} when this console command is enabled?}}''

Revision as of 04:37, 3 February 2019

Stub

This article or section is a stub. You can help by expanding it.

Todo: Article needs to be cleaned up and completed as soon as possible.


r_drawclipbrushes is a console command that shows the current clip brushes of current level in-game. For more information about clip brushes, see Tool Textures > Clips.

Note.pngNote:This console command requires sv_cheats 1 to work.

Syntax: r_drawclipbrushes <integer>

  • 0 - None.
  • 1 - Shows clip brushes in wireframe.
  • 2 - Shows clip brushes, filled in.
  • 3 - Shows grenade clip brushes. Counter-Strike: Global Offensive
Color Clip brush Notes
Red Normal Clip Other derivatives of normal clip brushes (e.g: Concrete Clip) will always show in red. (Counter-Strike: Global Offensive only)
Purple NPC Clip
Pink Player Clip
Green Grenade Clip Works on r_drawclipbrushes 1 or 3 only. (Counter-Strike: Global Offensive only)
Cyan Drone Clip Counter-Strike: Global OffensiveCounter-Strike: Global Offensive exclusive only.
Todo: Clarify this drone clip row.
Todo: What is the color of clip brush of Stairs ClipINFRA when this console command is enabled?