ericw-tools
ericw-tools copied to clipboard
Port features from bjptools bspinfo
logprintf (" -chk Enable stronger BSP validation\n");
logprintf (" -copyents Copy all entities to file\n");
logprintf (" -cutvislight Delete vis and light data\n");
logprintf (" -extents Extract non-brush entities to file\n");
logprintf (" -lightstat Display light distribution statistics in summary\n");
logprintf (" -lightstat2/3 Display light distribution statistics graphically,\n");
logprintf (" 2 = auto scale, 3 = fixed scale\n");
logprintf (" -limit Limit bspdata to +/-4096 in all planes\n");
logprintf (" -nowatervis Disable portal information for transparent water\n");
logprintf (" -prt Generate PRT file\n");
logprintf (" -quiet Disable BSP summary\n");
logprintf (" -texname Replace missing texture names with 'nonameN'\n");
logprintf (" bspfile .BSP file to process\n");
I was about to make a feature request for .bsp → .prt conversion, but it seems this ticket covers this already.
It would allow using the every existing map as benchmark for vis tool improvements without having to ask the mapper for a map/prt file.
I'm willing to implement/port this myself with some advice of where the code should go. (This ticket suggests bspinfo, but it could conceivably also be part of qbsp or vis)