]> git.xonotic.org Git - xonotic/xonotic.git/blob - Docs/compile-settings.txt
make sure fix_config always works
[xonotic/xonotic.git] / Docs / compile-settings.txt
1 This file contains the q3map2 compile settings used to compile the maps that are part of Nexuiz.
2 There are also compile-scripts for some maps (mapname.sh). 
3 They can be found in your Nexuiz/data/maps folder
4
5 ------------
6 Standard
7 ------------
8
9 "...q3map2.exe" -meta "...nexuizmap.map"
10 "...q3map2.exe" -vis "...nexuizmap.bsp"
11 "...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...nexuizmap.bsp"
12
13 ------------
14 Only update the entities.
15 ------------
16
17 "...q3map2.exe" -onlyents "...nexuizmap.map"
18
19 ------------
20 bloodprison.map
21 ------------
22
23 "...q3map2.exe" -meta -samplesize 8 -mv 1000000 -mi 6000000 "...bloodprisonctf.map"
24 "...q3map2.exe" -scale 1.2 "...bloodprisonctf.bsp"
25 "...q3map2.exe" -vis "...bloodprisonctf.bsp"
26 "...q3map2.exe" -light -deluxe -fast -filter -deluxe -patchshadows -samples 3 "...bloodprisonctf.bsp"
27
28 ------------
29 final_rage.map
30 ------------
31
32 "...q3map2.exe" -meta -v -samplesize 8 -skyfix -np 50 "...final_rage.map"
33 "...q3map2.exe" -vis -v "...final_rage.map"
34 "...q3map2.exe" -light -deluxe -compensate 1.4 -fast -gamma 1.5 -patchshadows -areascale 1.5 -pointscale 2 -v -bounce 3 -bouncegrid "...final_rage.map"
35
36 ------------
37 reslimed.map
38 ------------
39
40 "...q3map2.exe" -meta -patchmeta -v "...reslimed.map"
41 "...q3map2.exe" -vis "...reslimed.bsp"
42 "...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...reslimed.bsp"
43
44 ------------
45 strength.map
46 ------------
47
48 "...q3map2.exe" -meta "...strength.map"
49 "...q3map2.exe" -vis "...strength.bsp"
50 "...q3map2.exe" -light -bounce 3 -deluxe -fast -filter -patchshadows -samples 2 "...strength.bsp"