X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=9bc58073d16b6a9eee249758ddde6098fbcb2975;hb=8d09ae1b30d6b0ab1edd8e7fa5f3f3a015c1fd35;hp=6558a15ecfe1b35fd225f26831473275e9918a30;hpb=782a79ceead9490b7cc29f437637badc3ace7abc;p=xonotic%2Fxonotic.git diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 6558a15e..9bc58073 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -9,11 +9,11 @@ use File::Temp; # (just copy paste this part to the file ~/.xonotic-map-compiler) # Path to Xonotic (where the data directory is in) - our $XONOTICDIR = '/home/rpolzer/Games/Xonotic'; + our $XONOTICDIR = getcwd(); # Path to your q3map2 program. You find it in your GtkRadiant/install # directory. - our $Q3MAP2 = '/home/rpolzer/Games/Xonotic/netradiant/install/q3map2.x86'; + our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2.x86'; # General flags for q3map2 (for example -threads 4) our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';