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

Tools compiled from source ignore content/surface flags in .wal #13

Closed motorsep closed 2 years ago

motorsep commented 2 years ago

So, I was using latest pre-built release binaries for Windows, 64bit and everything worked fine. I needed to expand limits (the one that can be expanded) and so I downloaded source code with .zip file, tweaked values, re-compiled using MSVC 2019 x64 release build.

Now all content/surface values from .wal files are ignored. Sky is drawn like regular solid brush, all clip brushes are visible, etc.

Why is this happening ?

motorsep commented 2 years ago

I gotta double check this one. It seems to be happening if I recompile tools, copy them over to the location while keeping cmd line window open. If I close cmd line window, recompile tools, copy them over to the location, re-open cmd line window and use the tools - everything works fine. Very odd.