From 9d533fa4d82935a083ff93a09aed95baea9fbfd4 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 3 Aug 2025 19:29:58 +0200 Subject: Bunch of stuff... --- packages/maps/arena1.cfg | 11 +++++++++++ packages/maps/arena4.cfg | 11 +++++++++++ packages/maps/bloodrun.cfg | 16 ++++++++++------ packages/maps/bloodrun.ogz | Bin 4268031 -> 5367900 bytes packages/maps/furiousheights.cfg | 11 +++++++++++ packages/maps/highland.cfg | 11 +++++++++++ 6 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 packages/maps/arena1.cfg create mode 100644 packages/maps/arena4.cfg create mode 100644 packages/maps/furiousheights.cfg create mode 100644 packages/maps/highland.cfg (limited to 'packages/maps') diff --git a/packages/maps/arena1.cfg b/packages/maps/arena1.cfg new file mode 100644 index 0000000..ec9d8b6 --- /dev/null +++ b/packages/maps/arena1.cfg @@ -0,0 +1,11 @@ +// Arena I + +texturereset + + setshader "stdworld" + texture 0 "textures/sky.png" + texture 0 "textures/default.png" + + exec "packages/textures/evillair/package.cfg" + + setshader "stdworld" diff --git a/packages/maps/arena4.cfg b/packages/maps/arena4.cfg new file mode 100644 index 0000000..88ee6a1 --- /dev/null +++ b/packages/maps/arena4.cfg @@ -0,0 +1,11 @@ +// Arena IV + +texturereset + + setshader "stdworld" + texture 0 "textures/sky.png" + texture 0 "textures/default.png" + + exec "packages/textures/evillair/package.cfg" + + setshader "stdworld" diff --git a/packages/maps/bloodrun.cfg b/packages/maps/bloodrun.cfg index b2747fc..2c5b129 100644 --- a/packages/maps/bloodrun.cfg +++ b/packages/maps/bloodrun.cfg @@ -2,11 +2,15 @@ texturereset - setshader "stdworld" - texture 0 "textures/sky.png" - texture 0 "textures/default.png" +setshader "stdworld" + texture c "textures/sky.png" + texture c "textures/default.png" - exec "packages/textures/ex/package.cfg" - exec "packages/textures/mitaman/package.cfg" +exec "packages/textures/evillair/package.cfg" +exec "packages/textures/mitaman/package.cfg" +exec "packages/textures/swatllama/package.cfg" - setshader "stdworld" +setshader "glowworld" + + texture c "textures/base/white.png" + texture g "textures/base/white.png" diff --git a/packages/maps/bloodrun.ogz b/packages/maps/bloodrun.ogz index e69fe5e..aa8a85a 100644 Binary files a/packages/maps/bloodrun.ogz and b/packages/maps/bloodrun.ogz differ diff --git a/packages/maps/furiousheights.cfg b/packages/maps/furiousheights.cfg new file mode 100644 index 0000000..81a0570 --- /dev/null +++ b/packages/maps/furiousheights.cfg @@ -0,0 +1,11 @@ +// Furious Heights + +texturereset + + setshader "stdworld" + texture 0 "textures/sky.png" + texture 0 "textures/default.png" + + exec "packages/textures/evillair/package.cfg" + + setshader "stdworld" diff --git a/packages/maps/highland.cfg b/packages/maps/highland.cfg new file mode 100644 index 0000000..a62d70d --- /dev/null +++ b/packages/maps/highland.cfg @@ -0,0 +1,11 @@ +// Highland + +texturereset + + setshader "stdworld" + texture 0 "textures/sky.png" + texture 0 "textures/default.png" + + exec "packages/textures/evillair/package.cfg" + + setshader "stdworld" -- cgit v1.2.3