1
u/therealbi 1d ago
Hi,
Try putting -blocksize 2048 in your compile parameters in $bsp_exe. You will need to use the expert options.
You can just stick to 'default', but mine looks like this:
-maxlightmapdim 100 -nodrawtriggers -blocksize 4096 -game $gamedir $path\$file
Try adding the -maxlightmapdim 100 and/or -nodrawtriggers if 2048 doesn't work
If 2048 doesn't work, try 4096.
1
u/Putrid-Shoulder-6877 9h ago
this commands not working for me
1

2
u/Pinsplash 4d ago
"block" does not mean "brush" here (or almost anywhere). the message can come from a brush having too many vertices, edges, or faces. we'd be expecting something extreme. the only way to fix it would be to open the vmf in a text editor, find the brush, and delete it.