This article's documentation is for anything that uses the Source engine. Click here for more information.

R drawclipbrushes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(lowercase title)
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
{{stub|console variable}}
'''''{{todo|Article needs to be completed as soon as possible.}}'''''<br>
{{this is a|console variable|name=r_drawclipbrushes}} It can draw clip brushes of the current level in-game. For more information about clip brushes, see [[Tool_textures|Tool Textures]] > [[Tool_textures#Clips|Clips]].
''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|Tool Textures]] > [[Tool_textures#Clips|Clips]].


{{note|This console command requires [[sv_cheats]] 1 to work.}}
{{Syntax|r_drawclipbrushes <value>}}
{{Syntax|}}<code>r_drawclipbrushes <value></code>
* 0 - None.
* 0 - None.
* 1 - Shows clip brushes in wireframe.
* 1 - Shows clip brushes in wireframe.
Line 15: Line 13:
| <strong style="color:#FF0000">Red
| <strong style="color:#FF0000">Red
| Normal Clip
| Normal Clip
| Other derivatives 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. In {{l4ds|4}} blocks everyone
|-
|-
| <strong style="color:#82007F">Purple
| <strong style="color:#82007F">Purple
| NPC Clip
| NPC Clip
|
| In {{l4ds|4}} blocks all infected
|-
|-
| <strong style="color:#F500FF">Pink
| <strong style="color:#F500FF">Pink
| Player Clip
| Player Clip
|
| In {{l4ds|4}} blocks all survivors
|-
|-
| <strong style="color:#81FF00">Green
| <strong style="color:#81FF00">Green
Line 33: Line 31:
| {{csgo}}[[Counter-Strike: Global Offensive]] exclusive only. ''{{todo|Clarify this drone clip row.}}
| {{csgo}}[[Counter-Strike: Global Offensive]] exclusive only. ''{{todo|Clarify this drone clip row.}}
|}
|}
''{{todo|What is the color of clip brush of Stairs Clip{{INFRA}} when this console command is enabled?}}''
{{DISPLAYTITLE:r_drawclipbrushes}}

Latest revision as of 06:50, 24 March 2024

Stub

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

r_drawclipbrushes is a console variable available in all Source Source games. It can draw clip brushes of the current level in-game. For more information about clip brushes, see Tool Textures > Clips.

Syntax: r_drawclipbrushes <value>

  • 0 - None.
  • 1 - Shows clip brushes in wireframe.
  • 2 - Shows clip brushes, filled in.
  • 3 - Shows grenade clip brushes. (Counter-Strike: Global Offensive only)
Color Clip brush Notes
Red Normal Clip Other derivatives of normal clip brushes (e.g: Concrete Clip) will always show in red. In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks everyone
Purple NPC Clip In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks all infected
Pink Player Clip In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks all survivors
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.