X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=90815e863c61e989d931eb99d7f87dfac9414711;hb=abb22f73627f94d0e9e93e80800d023792304189;hp=f21daaf8dd6d9a6f591d757a6341fa4fb149492a;hpb=c77d3763846c52e8a5848b1650fb5d3620b18235;p=xonotic%2Fxonotic.git diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index f21daaf8..90815e86 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -11,9 +11,9 @@ use File::Temp; # Path to Xonotic (where the data directory is in) our $XONOTICDIR = getcwd(); - # Path to your q3map2 program. You find it in your GtkRadiant/install + # Path to your q3map2 program. You find it in your netradiant/build # directory. - our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2'; + our $Q3MAP2 = getcwd() . '/netradiant/build/q3map2'; # General flags for q3map2 (for example -threads 4) our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';