mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-02 11:41:45 +00:00
simplify (use wildcards here too)
This commit is contained in:
parent
853420fc89
commit
0806373084
@ -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 = '-fs_forbiddenpath xonotic-data.pk3 -fs_forbiddenpath xonotic-data.pk3dir -fs_forbiddenpath xonotic-nexcompat.pk3 -fs_forbiddenpath xonotic-nexcompat.pk3dir';
|
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
|
||||||
|
|
||||||
# Default flags for the -bsp stage
|
# Default flags for the -bsp stage
|
||||||
our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000';
|
our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000';
|
||||||
|
Loading…
Reference in New Issue
Block a user