HCC is a modified version of the Source SDK 2013MP map compiling programs.
Its goal is to provide additional command line options apply various fixes to the Source 2013MP map compiling tool set.
2/12/17 (1.1)
Download Build 1.1
4/28/17 (1.2)
Download BSP Build 1.2
Current Features:
VBSP
Implemented Wouterpleizier’s func_detail_blocker support
-(Enables usage and functionality of func_detail_blocker brushes.)
Implemented Wouterpleizier’s “AllowDynamicPropsAsStatic” command line option
-(Allows usage of dynamic models on prop_static entities. Warns the user upon encountering an instance of this.)
Implemented Wouterpleizier’s “NoDefaultCubemaps” command line option
-(Disables VBSP’s default generation of cubemaps.)
Implemented tgnottingham’s detail brush smoothing group fix
-(Corrects smoothing groups on detail brush geometry.)
Added increased detail prop limit
-(Significantly increaced prop_detail limit.)
Added increased entity limit
-(Increaced Entity limit to 65536.)
Added increased displacement limit
-(Increaced Displacement limit to 4096.)
Added increased brushside limit
-(Increaced Brushside limit.)
Added increased overlay limit
-(Increaced Overlay limit to 1024.)
Added Large address awareness
-(Helps prevent crashes due to not enough memory being allocated.)
VVIS
Added Large address awareness
-(Helps prevent crashes due to not enough memory being allocated.)
VRAD
Added “AllowDynamicPropsAsStatic” command line option
-(Allows lighting to be calculated on prop_static entities using dynamic models.)
Added “AllowDX90VTX” command line option
-(Allows usage of dx90.vtx files for light calculation. See -StaticPropPolys)
Added “IgnoreModelVersions” command line option
-(Ignores model versions to allow usage of models past version 49. Warns the user upon encountering an instance of this.)
Added Large address awareness
-(Helps prevent crashes due to not enough memory being allocated.)