mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-04-07 09:41:41 +00:00
xonotic-map-compiler: forbid "evil" dirs too
This commit is contained in:
parent
6cbc3a19b8
commit
247f1d6e69
@ -16,7 +16,7 @@ use File::Temp;
|
|||||||
our $Q3MAP2 = '/home/rpolzer/Games/Xonotic/netradiant/install/q3map2.x86';
|
our $Q3MAP2 = '/home/rpolzer/Games/Xonotic/netradiant/install/q3map2.x86';
|
||||||
|
|
||||||
# General flags for q3map2 (for example -threads 4)
|
# General flags for q3map2 (for example -threads 4)
|
||||||
our $Q3MAP2FLAGS = '';
|
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic-data.pk3 -fs_forbiddenpath xonotic-data.pk3dir -fs_forbiddenpath xonotic-nexcompat.pk3 -fs_forbiddenpath xonotic-nexcompat.pk3dir';
|
||||||
|
|
||||||
# Default flags for the -bsp stage
|
# Default flags for the -bsp stage
|
||||||
our $BSPFLAGS = '-meta -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
|
our $BSPFLAGS = '-meta -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
|
||||||
|
Loading…
Reference in New Issue
Block a user