X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=30000674b4c29d0523b8f514af6a7bd11fb757a1;hp=8b6cd4d59b32ce39eb3ce7eafec4b463a60caa4f;hb=cd1034fc6778781e8caab275ab7574011b155069;hpb=623a131a558d528a5ddc58ca580980ef8d4067db diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 8b6cd4d5..30000674 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 -bounce 8 -fastbounce -bouncegrid'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512'; # Default flags for the -minimap stage our $MINIMAPFLAGS = ''; @@ -180,7 +180,7 @@ for my $m(@{$options->{maps}}) { my $previous_shaderlist = undef; my $shaderlist = ""; - if(open my $fh, "<", "$XONOTICDIR/data/xonotic-maps.pk3dir/scripts/shaderlist.txt") + if(open my $fh, "<", "$XONOTICDIR/data/scripts/shaderlist.txt") { while(<$fh>) {