Comp propcombine volume: Difference between revisions
Jump to navigation
Jump to search

Note:If you are experiencing problems with static prop combining not working, make sure srctools.vdf in your vmf's directory is set up with the correct path to studiomdl.exe
SirYodaJedi (talk | contribs) (→KeyValues: can also be used as prop_static lighting origin, if you so choose.) |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{LanguageBar}} | {{LanguageBar}} | ||
[[File:Toolspropcombine.png|left|64px|link=]] | [[File:Toolspropcombine.png|left|64px|link=]] | ||
{{this is a|brush entity|internal=1|name=comp_propcombine_volume|game=Portal 2: Community Edition}} | {{this is a|brush entity|internal=1|name=comp_propcombine_volume|game=Portal 2: Community Edition|game1=TeamSpen's Hammer Addons}} | ||
It combines specified props within it volume in to a single one, thus optimizing the rendering of them. | |||
{{Note|If you are experiencing problems with static prop combining not working, make sure srctools.vdf in your vmf's directory is set up with the correct path to studiomdl.exe}} | {{Note|If you are experiencing problems with static prop combining not working, make sure srctools.vdf in your vmf's directory is set up with the correct path to studiomdl.exe}} | ||
Revision as of 12:47, 4 September 2024



comp_propcombine_volume
is an internal brush entity available in Portal 2: Community Edition and
TeamSpen's Hammer Addons.
It combines specified props within it volume in to a single one, thus optimizing the rendering of them.

Keyvalues
- Name (targetname) <string>
- Name of this entity. Can be used by compile tools as a prop_static's lighting origin.
Also displayed in Hammer's 2D views and Entity Report. No effect in-game.
- Name (name) <string>
- Two sets with the same name will be treated as one.
- Model Filter (prop) <model path>
- If set, a combinable model used to filter which others will be combined. The propcombine set will only apply to models which could be combined with this one.
- Skin Filter (skin) <integer>
- The skin for the Model Filter.
See also
Categories:
- Brush entities
- Internal Portal 2: Community Edition entities
- Portal 2: Community Edition entities
- Portal 2: Community Edition brush entities
- Internal TeamSpen's Hammer Addons entities
- TeamSpen's Hammer Addons entities
- TeamSpen's Hammer Addons brush entities
- Portal 2
- Portal 2: Community Edition
- Optimization Brush Entities