ericwa / ericw-tools

Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils
http://ericwa.github.io/ericw-tools
GNU General Public License v2.0
311 stars 56 forks source link

need option to write .pts file to the folder containing the .map #296

Closed Kinnuu closed 4 years ago

Kinnuu commented 4 years ago

Currently if a leak is found, the .pts file is written to the same folder where the .bsp is written. This means NetRadiant cannot find the .pts file if the bsp output folder differs from the .map folder.

I would like an option for the compiler to write the .pts file to the .map folder.

Kinnuu commented 4 years ago

Probably better for me to fix this using some batch file logic.