From d73364140fc9fbaa7f12bed7e752d3634eac4702 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 13 Mar 2021 15:12:37 +0100 Subject: [PATCH] build menu: revamp model conversion entries, following julius suggests --- xonotic.game/default_build_menu.xml | 37 +++++++++++++++++------------ 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/xonotic.game/default_build_menu.xml b/xonotic.game/default_build_menu.xml index 83320a7..85ed176 100644 --- a/xonotic.game/default_build_menu.xml +++ b/xonotic.game/default_build_menu.xml @@ -46,26 +46,33 @@ [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] -bsp -meta -patchmeta "[MapFile]" -[q3map2] -convert -format obj "[BspFile]" + + [q3map2] -convert -format obj -patchmeta -readmap "[MapFile]" - -[q3map2] -convert -format obj -patchmeta -readmap "[MapFile]" + + [q3map2] -convert -format obj -patchmeta -subdivisions 4 -readmap "[MapFile]" + + + [q3map2] -convert -format ase -patchmeta -readmap "[MapFile]" + + + [q3map2] -convert -format ase -patchmeta -subdivisions 4 -readmap "[MapFile]" - -[q3map2] -bsp -meta -patchmeta "[MapFile]" -[q3map2] -convert -format ase "[BspFile]" + + [q3map2] -meta -patchmeta "[MapFile]" + [q3map2] -convert -format obj "[BspFile]" - -[q3map2] -bsp -meta -patchmeta "[MapFile]" -[q3map2] -convert -format ase -shadersasbitmap "[BspFile]" + + [q3map2] -meta -patchmeta -subdivisions 4 "[MapFile]" + [q3map2] -convert -format obj "[BspFile]" - -[q3map2] -convert -format ase -patchmeta -readmap "[MapFile]" + + [q3map2] -meta -patchmeta "[MapFile]" + [q3map2] -convert -format ase "[BspFile]" - -[q3map2] -convert -format ase -patchmeta -shadersasbitmap -readmap "[MapFile]" + + [q3map2] -meta -patchmeta -subdivisions 4 "[MapFile]" + [q3map2] -convert -format ase "[BspFile]" -- 2.39.2