From db9215381b8ec7f17884b154789b370f44b77071 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 4 Oct 2011 10:11:54 +0200 Subject: [PATCH] gibs: avoid splatting decals on them, it is too slow --- scripts/gibs.shader | 99 +++++++++++++++++++++++++++++++++++++ scripts/nutsandbolts.shader | 10 ---- 2 files changed, 99 insertions(+), 10 deletions(-) create mode 100644 scripts/gibs.shader delete mode 100644 scripts/nutsandbolts.shader diff --git a/scripts/gibs.shader b/scripts/gibs.shader new file mode 100644 index 000000000..c411ce3bd --- /dev/null +++ b/scripts/gibs.shader @@ -0,0 +1,99 @@ +meat +{ + surfaceparm nomarks + { + map textures/meat + } + { + map $lightmap + } +} + +meat_alien +{ + surfaceparm nomarks + { + map textures/meat_alien + } + { + map $lightmap + } +} + +meat_robot +{ + surfaceparm nomarks + { + map textures/meat_robot + } + { + map $lightmap + } +} + +eyeblood +{ + surfaceparm nomarks + { + map textures/eyeblood + } + { + map $lightmap + } +} + +nutsandbolts1 +{ + surfaceparm nomarks + { + map textures/nutsandbolts1 + } + { + map $lightmap + } +} + +nutsandbolts3 +{ + surfaceparm nomarks + { + map textures/nutsandbolts3 + } + { + map $lightmap + } +} + +nutsandbolts4 +{ + surfaceparm nomarks + { + map textures/nutsandbolts4 + } + { + map $lightmap + } +} + +nutsandbolts5 +{ + surfaceparm nomarks + { + map textures/nutsandbolts5 + } + { + map $lightmap + } +} + +nutsandboltssteel +{ + surfaceparm nomarks + { + map textures/nutsandbolts3 + tcgen environment + } + { + map $lightmap + } +} diff --git a/scripts/nutsandbolts.shader b/scripts/nutsandbolts.shader deleted file mode 100644 index e0eb347fc..000000000 --- a/scripts/nutsandbolts.shader +++ /dev/null @@ -1,10 +0,0 @@ -nutsandboltssteel -{ - { - map textures/nutsandbolts3 - tcgen environment - } - { - map $lightmap - } -} -- 2.39.2