summaryrefslogtreecommitdiff
path: root/data/default_map.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'data/default_map.cfg')
-rw-r--r--data/default_map.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/default_map.cfg b/data/default_map.cfg
new file mode 100644
index 0000000..50c7039
--- /dev/null
+++ b/data/default_map.cfg
@@ -0,0 +1,27 @@
+// Default settings for maps, executed each time the map is loaded.
+
+if (strcmp $skybox "") [
+ skybox "skyboxes/black"
+]
+
+materialreset
+
+texture water "materials/water.png"
+texture 1 "materials/waterfall.png"
+texture 1 "materials/water_n.png"
+texture 1 "materials/water_dudv.png"
+texture 1 "materials/waterfall_n.png"
+texture 1 "materials/waterfall_dudv.png"
+
+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/ex/package.cfg"
+
+ setshader "stdworld"