Comp pack

From Valve Developer Community
Revision as of 15:24, 2 February 2023 by Equalizer5118 (talk | contribs) (Created page, still work in progress)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:ModernWarning Template:Entity It is also available in all games with TeamSpen's Hammer Addons TeamSpen's Hammer Addons installed. It is a Point entity that works with the TeamSpen's Hammer Addons' postcompiler to forcefully pack selected models/materials/sounds/soundscripts into the .BSP file when compiling, essentially eliminating the need to manually pack files with Bspzip. This entity is removed on on map compilation and does not contribute to the entity limit Multiple comp_packs can be used in conjunction to pack multiple files into the BSP. Template:ModernWarning

KeyValues

Model 1-4 (model1 - 4) <string>
The path to the .mdl file of the model to be packed.
Material 1-4 (material1 - 4) <string>
The path to the .vmt file of the material to be packed.

Template:ModernNote

See Also