ericw-tools icon indicating copy to clipboard operation
ericw-tools copied to clipboard

Port features from bjptools bspinfo

Open ericwa opened this issue 6 years ago • 1 comments

	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");

ericwa avatar Jan 18 '20 19:01 ericwa

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)

rrika avatar Jun 22 '23 14:06 rrika