From: Freddy Date: Mon, 7 Feb 2022 16:55:29 +0000 (+0000) Subject: Add "Single -bsp" option back to default build menu X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2618b720d9ad2c92ac0060c46b00d8c8be876981;p=xonotic%2Fnetradiant-xonoticpack.git Add "Single -bsp" option back to default build menu There is no need to run vis and light stages during initial layout testing, so here we can save some time/resources. --- diff --git a/xonotic.game/default_build_menu.xml b/xonotic.game/default_build_menu.xml index e652f6f..990fe48 100644 --- a/xonotic.game/default_build_menu.xml +++ b/xonotic.game/default_build_menu.xml @@ -1,6 +1,10 @@ "[RadiantPath]q3map2.[ExecutableType]" [ExtraQ3map2Args] -v -connect [MonitorAddress] -game xonotic -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]" -fs_game [GameName] + + [q3map2] -bsp -meta -keeplights "[MapFile]" + + [q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -fast -saveprt "[MapFile]"