Clip and Player Clip brushes are very important in Source mapping but I was confused which one to use?
Clip or Player Clip?
I decompiled a few maps and found that one map used "clip" (CS_Militia):
While another used all "player clip" (CS_Office):
It seemed arbitrary.
But after researching and testing here is what I found.
Note: this tutorial applies to CS:GO version of Source and clip brush usage may differ in HL2, L4D series and in TF2 versions of Source.
"Clip" and "Player Clip" are textures that can be applied to any BSP brush. These textured brushes become invisible in-game and Source Engine will block players and NPCs (bots) from going through these brushes.
There are 2 primary uses for clip brushes in CS:GO version of Source.
One, they are used to block players and NPCs (bots) from going beyond the map's boundaries:
Two, they are used to prevent players becoming stuck on BSP geometry in your level, for example near door frames:
Clipping stairs is also recommended:
Important: You do have to apply these textures to the entire BSP brushes, not just a few faces:
What are the differences between using one or the other?
The one major and noticeable difference is "Clip" brush prevents nav mesh from being generated beyond these brushes and "Player Clip" does not.
On the left is a Clip brush, behind it no navigation was generated, on the right is a Player Clip and navigation was generated:
If you use "Player Clip", navigation will be generated under these brushes and outside into non-playable areas. This will cause you to manually delete navigational meshes generated in non-playable areas:
So for this reason I use "Clip" brush almost exclusively.
Why wouldn't I want navigation to be generated outside in non-playable areas?
Deathmatch maps use nav mesh to spawn dynamic player starts all over your map and can spawn players in exterior boundaries where you didn't intend.
You can enable visibility of clip brushes in-game with a console command:
Enable to see where navigation was generated:
"Player Clip" allows nav mesh to be generated underneath and overflow outsideĀ into non-playable areas
"Clip" brush block generation of nav mesh and stops it from overflowing into non-playable areas of the map.
See more on Source Tool Brushes here.
Next Tutorial: In-Depth Guide to Creating Breakable/Non-Breakable Glass Windows
Home Terms of Use/Trademarks/Disclaimers Privacy Policy Donate About Contact
All content on this website is copyrighted ©2008-2024 World of Level Design LLC. All rights reserved.
Duplication and distribution is illegal and strictly prohibited.
World of Level Design LLC is an independent company. World of Level Design website, its tutorials and products are not endorsed, sponsored or approved by any mentioned companies on this website in any way. All content is based on my own personal experimentation, experience and opinion. World of Level Design™ and 11 Day Level Design™ are trademarks of AlexG.
Template powered by w3.css