Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
316 stars 56 forks source link

Unmonitored compilers cannot start and compile #166

Closed tehSandwich closed 7 months ago

tehSandwich commented 7 months ago

Using:

Description:

At the moment, compilers that aren't or cannot be monitored cannot be run from radiant due to cruft appended at the end of each command.

This is what comes from the .bat file it generates: "D:/netradiant-custom-win64/netradiant-custom-20240203/mbspc.exe" -bsp2aas "D:/Quake3/baseq3/maps/mapfile.map" -forcesidesvisible -optimize > "" PAUSE >> ""

Removing the > "" makes it work like normal.

Garux commented 7 months ago

Good catch! Can workaround the problem by this setting now image