]> git.xonotic.org Git - xonotic/xonotic.git/blob - Docs/compile-settings.txt
At least two of these no longer exist in Xonotic. Not sure what to do with final_rage...
[xonotic/xonotic.git] / Docs / compile-settings.txt
1 This file contains the q3map2 compile settings used to compile the maps that are part of Xonotic.
2 There are also compile-scripts for some maps (mapname.sh). 
3 They can be found in your Xonotic/data/maps folder
4
5 ------------
6 Standard
7 ------------
8
9 "...q3map2.exe" -meta "...xonoticmap.map"
10 "...q3map2.exe" -vis "...xonoticmap.bsp"
11 "...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...xonoticmap.bsp"
12
13 ------------
14 Only update the entities.
15 ------------
16
17 "...q3map2.exe" -onlyents "...xonoticmap.map"
18
19 ------------
20 final_rage.map
21 ------------
22
23 "...q3map2.exe" -meta -v -samplesize 8 -skyfix -np 50 "...final_rage.map"
24 "...q3map2.exe" -vis -v "...final_rage.map"
25 "...q3map2.exe" -light -deluxe -compensate 1.4 -fast -gamma 1.5 -patchshadows -areascale 1.5 -pointscale 2 -v -bounce 3 -bouncegrid "...final_rage.map"
26
27 ------------
28 reslimed.map
29 ------------
30
31 "...q3map2.exe" -meta -patchmeta -v "...reslimed.map"
32 "...q3map2.exe" -vis "...reslimed.bsp"
33 "...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...reslimed.bsp"