]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - Docs/compile-settings.txt
Since we are using Markdown, there is no need for outdated HTML copy
[xonotic/xonotic.git] / Docs / compile-settings.txt
index 847f7cb997961472a50d8cdc8a2a071786258b52..8a8c557947d372afe3226c8087b450cbaffa9b94 100644 (file)
@@ -1,29 +1,20 @@
-This file contains the q3map2 compile settings used to compile the maps that are part of Nexuiz.
+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 Nexuiz/data/maps folder
+They can be found in your Xonotic/data/maps folder
 
 ------------
 Standard
 ------------
 
-"...q3map2.exe" -meta "...nexuizmap.map"
-"...q3map2.exe" -vis "...nexuizmap.bsp"
-"...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...nexuizmap.bsp"
+"...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 "...nexuizmap.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"
+"...q3map2.exe" -onlyents "...xonoticmap.map"
 
 ------------
 final_rage.map
@@ -40,11 +31,3 @@ 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"