From: Ivan Stanton Date: Thu, 28 Jun 2018 00:23:50 +0000 (+0000) Subject: Since compile options are found in the maps pk3, no need for outdated compile settings. X-Git-Tag: xonotic-v0.8.5~155^2~1 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=976a52bdb549efa1b8433111ed7ce29137af5e40 Since compile options are found in the maps pk3, no need for outdated compile settings. --- diff --git a/Docs/compile-settings.txt b/Docs/compile-settings.txt deleted file mode 100644 index 8a8c5579..00000000 --- a/Docs/compile-settings.txt +++ /dev/null @@ -1,33 +0,0 @@ -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"