summaryrefslogtreecommitdiff
path: root/data/default_map.cfg
diff options
context:
space:
mode:
authorxolatile2025-07-21 12:59:59 +0200
committerxolatile2025-07-21 12:59:59 +0200
commit6de153293f0ba70aed1f7714f626bc5652a9bd32 (patch)
treedd7adba486447aba5aa2e60ab6e20b37a0e3fa29 /data/default_map.cfg
parentd085675aaa6ea427fa6417745387ebc9d2e77afc (diff)
downloadxolatile-badassbug-6de153293f0ba70aed1f7714f626bc5652a9bd32.tar.xz
xolatile-badassbug-6de153293f0ba70aed1f7714f626bc5652a9bd32.tar.zst
Removed steep fur, changed script names, grass textures...
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"