From 07397f64d863efccd62fe23262ec5c68d8e0fdcc Mon Sep 17 00:00:00 2001 From: Ivan Stanton Date: Wed, 27 Jun 2018 22:30:09 +0000 Subject: [PATCH] At least two of these no longer exist in Xonotic. Not sure what to do with final_rage (different id) and reslimed (remade as afterslime) --- Docs/compile-settings.txt | 83 ++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/Docs/compile-settings.txt b/Docs/compile-settings.txt index b7fe4562..8a8c5579 100644 --- a/Docs/compile-settings.txt +++ b/Docs/compile-settings.txt @@ -1,50 +1,33 @@ -This file contains the q3map2 compile settings used to compile the maps that are part of Xonotic. -There are also compile-scripts for some maps (mapname.sh). -They can be found in your Xonotic/data/maps folder - ------------- -Standard ------------- - -"...q3map2.exe" -meta "...xonoticmap.map" -"...q3map2.exe" -vis "...xonoticmap.bsp" -"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...xonoticmap.bsp" - ------------- -Only update the entities. ------------- - -"...q3map2.exe" -onlyents "...xonoticmap.map" - ------------- -bloodprison.map ------------- - -"...q3map2.exe" -meta -samplesize 8 -mv 1000000 -mi 6000000 "...bloodprisonctf.map" -"...q3map2.exe" -scale 1.2 "...bloodprisonctf.bsp" -"...q3map2.exe" -vis "...bloodprisonctf.bsp" -"...q3map2.exe" -light -deluxe -fast -filter -deluxe -patchshadows -samples 3 "...bloodprisonctf.bsp" - ------------- -final_rage.map ------------- - -"...q3map2.exe" -meta -v -samplesize 8 -skyfix -np 50 "...final_rage.map" -"...q3map2.exe" -vis -v "...final_rage.map" -"...q3map2.exe" -light -deluxe -compensate 1.4 -fast -gamma 1.5 -patchshadows -areascale 1.5 -pointscale 2 -v -bounce 3 -bouncegrid "...final_rage.map" - ------------- -reslimed.map ------------- - -"...q3map2.exe" -meta -patchmeta -v "...reslimed.map" -"...q3map2.exe" -vis "...reslimed.bsp" -"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...reslimed.bsp" - ------------- -strength.map ------------- - -"...q3map2.exe" -meta "...strength.map" -"...q3map2.exe" -vis "...strength.bsp" -"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...strength.bsp" +This file contains the q3map2 compile settings used to compile the maps that are part of Xonotic. +There are also compile-scripts for some maps (mapname.sh). +They can be found in your Xonotic/data/maps folder + +------------ +Standard +------------ + +"...q3map2.exe" -meta "...xonoticmap.map" +"...q3map2.exe" -vis "...xonoticmap.bsp" +"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...xonoticmap.bsp" + +------------ +Only update the entities. +------------ + +"...q3map2.exe" -onlyents "...xonoticmap.map" + +------------ +final_rage.map +------------ + +"...q3map2.exe" -meta -v -samplesize 8 -skyfix -np 50 "...final_rage.map" +"...q3map2.exe" -vis -v "...final_rage.map" +"...q3map2.exe" -light -deluxe -compensate 1.4 -fast -gamma 1.5 -patchshadows -areascale 1.5 -pointscale 2 -v -bounce 3 -bouncegrid "...final_rage.map" + +------------ +reslimed.map +------------ + +"...q3map2.exe" -meta -patchmeta -v "...reslimed.map" +"...q3map2.exe" -vis "...reslimed.bsp" +"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...reslimed.bsp" -- 2.39.2