From: Rudolf Polzer Date: Wed, 21 Jul 2010 14:02:35 +0000 (+0200) Subject: add default options -fast and -dirty. If you do not want them, add --no-fast or ... X-Git-Tag: xonotic-v0.1.0preview~346 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=e2cc38fb4e426bfc73c5bf387a6c39ec734c1920 add default options -fast and -dirty. If you do not want them, add --no-fast or --no-dirty behind the + in your map options file --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 12be54ad..e1495157 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -25,7 +25,7 @@ use File::Temp; our $VISFLAGS = ''; # Default flags for the -light stage - our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -dirty'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';