qbism / q2tools-220

Quake 2 map compiler tools with v220 map support, automatic phong, enhancements, and fixes.
GNU General Public License v2.0
61 stars 20 forks source link

`-extra` doesn't seem to make difference #46

Open samfromcadott opened 1 week ago

samfromcadott commented 1 week ago

I've tried to use the -extra option with my maps but I can't see what difference it makes. I've tried to use other options like -chop and -bounce to see if that would help but it doesn't change anything.

This is my command line in Trenchbroom:

-threads 16 -bsp -chop 1024 -choplight 1024 -vis -rad -bounce 0 -extra -ambient 50 -smooth 65 ${MAP_FULL_NAME}
qbism commented 1 day ago

What if run without -threads? Without -bounce 0?