From 6de153293f0ba70aed1f7714f626bc5652a9bd32 Mon Sep 17 00:00:00 2001 From: xolatile Date: Mon, 21 Jul 2025 12:59:59 +0200 Subject: Removed steep fur, changed script names, grass textures... --- data/default_map.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/default_map.cfg (limited to 'data/default_map.cfg') 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" -- cgit v1.2.3