From c9d85e9831f5761148e793094c5ab531daf4771f Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 13 Mar 2021 15:32:17 +0100 Subject: [PATCH] build menu: move the minimap entry after the final map entries, reword a bit --- xonotic.game/default_build_menu.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xonotic.game/default_build_menu.xml b/xonotic.game/default_build_menu.xml index ad29a80..0921254 100644 --- a/xonotic.game/default_build_menu.xml +++ b/xonotic.game/default_build_menu.xml @@ -1,10 +1,6 @@ "[RadiantPath]q3map2.[ExecutableType]" [ExtraQ3map2Args] -v -connect [MonitorAddress] -game xonotic -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]" -fs_game [GameName] - -[q3map2] -minimap "[MapFile]" - - [q3map2] -bsp -meta -keeplights -maxarea -samplesize 8 -mv 1000000 -mi 6000000 "[MapFile]" [q3map2] -vis -fast -saveprt "[MapFile]" @@ -42,6 +38,10 @@ [q3map2] -light -lightmapsize 1024 -lightmapsearchpower 4 -fastlightmapsearch -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -bouncescale 2 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill "[MapFile]" + + [q3map2] -minimap "[MapFile]" + + [q3map2] -onlyents "[MapFile]" -- 2.39.2