R drawclipbrushes: Difference between revisions
Jump to navigation
Jump to search
Microchip08 (talk | contribs) (lowercase title) |
SirYodaJedi (talk | contribs) mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub|console variable}} | ||
{{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]]. | |||
{{Syntax|r_drawclipbrushes <value>}} | |||
{{Syntax| | |||
* 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. | | 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.}} | ||
|} | |} | ||
Latest revision as of 06:50, 24 March 2024
r_drawclipbrushes
is a console variable available in all 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. (
only)
Color | Clip brush | Notes |
---|---|---|
Red | Normal Clip | Other derivatives of normal clip brushes (e.g: Concrete Clip) will always show in red. In ![]() ![]() |
Purple | NPC Clip | In ![]() ![]() |
Pink | Player Clip | In ![]() ![]() |
Green | Grenade Clip | Works on r_drawclipbrushes 1 or 3 only. (![]() |
Cyan | Drone Clip | ![]() Todo: Clarify this drone clip row.
|