DHager / packbsp

[Discontinued] PackBSP is a tool for Valve Inc's "Source" engine that allows map-makers to easily package and redistribute custom content with their maps.
http://technofovea.com/blog/projects/packbsp
Other
15 stars 3 forks source link

Support manually-placed detail props #3

Closed DHager closed 3 years ago

DHager commented 13 years ago

Currently custom detail props are only supported when the user relies on "automatic" generation through special materials. Manually placed props are not recognized.

When the user manually places detail_prop and detail_prop_sprite objects, these need to be handled. They may not be "true" entities, being stripped out during the vbsp, so this ticket may rely on enhancements to hl2parse to inspect the final BSP file more deeply.