blob: 840e59aa562038b4afa2ad310ba6aa4e6e30bba7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
// Default settings for maps, executed each time the map is loaded.
if (strcmp $skybox "") [
skybox "skyboxes/black"
]
materialreset
texture water "materials/water.png" 0 0 0 0.5
texture 1 "materials/waterfall.png" 0 0 0 0.5
texture 1 "materials/water_n.png" 0 0 0 0.5
texture 1 "materials/water_dudv.png" 0 0 0 0.5
texture 1 "materials/waterfall_n.png" 0 0 0 0.5
texture 1 "materials/waterfall_dudv.png" 0 0 0 0.5
texture lava "materials/lava.png" 0 0 0 0.5
texture 1 "materials/lava.png" 0 0 0 0.5
texturereset
setshader "stdworld"
texture 0 "textures/sky.png"
texture 0 "textures/default.png"
exec "packages/textures/evillair/package.cfg"
exec "packages/textures/mitaman/package.cfg"
exec "packages/textures/swatllama/package.cfg"
exec "packages/textures/nieb/package.cfg"
exec "packages/textures/sock/package.cfg"
setshader "stdworld"
|