mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-03 04:01:53 +00:00
remove relative paths
This commit is contained in:
parent
f12edb616a
commit
8d09ae1b30
@ -9,11 +9,11 @@ use File::Temp;
|
|||||||
# (just copy paste this part to the file ~/.xonotic-map-compiler)
|
# (just copy paste this part to the file ~/.xonotic-map-compiler)
|
||||||
|
|
||||||
# Path to Xonotic (where the data directory is in)
|
# Path to Xonotic (where the data directory is in)
|
||||||
our $XONOTICDIR = '.';
|
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 GtkRadiant/install
|
||||||
# directory.
|
# directory.
|
||||||
our $Q3MAP2 = './netradiant/install/q3map2.x86';
|
our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2.x86';
|
||||||
|
|
||||||
# General flags for q3map2 (for example -threads 4)
|
# General flags for q3map2 (for example -threads 4)
|
||||||
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
|
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
|
||||||
|
Loading…
Reference in New Issue
Block a user