From 2618b720d9ad2c92ac0060c46b00d8c8be876981 Mon Sep 17 00:00:00 2001 From: Freddy Date: Mon, 7 Feb 2022 16:55:29 +0000 Subject: [PATCH] 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. --- xonotic.game/default_build_menu.xml | 4 ++++ 1 file changed, 4 insertions(+) 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]" -- 2.39.2