ericwa / ericw-tools

Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils
http://ericwa.github.io/ericw-tools
GNU General Public License v2.0
329 stars 57 forks source link

`wrbrushes` includes illusionary detail brushes as solids #371

Closed DaZombieKiller closed 10 months ago

DaZombieKiller commented 1 year ago

While running some stress tests using ad_sepulcher.map as a sample, I noticed that compiling with wrbrushes will result in vines suddenly becoming solid geometry. It appears that func_detail_illusionary brushes (and possibly others) are given a solid contents value:

image These should probably either be (optionally?) omitted from the BRUSHLIST lump, or given a non-solid contents value.