From f9a8b76c0f912cea66eacf71162a3090fda698d8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 19 Jan 2014 11:44:43 +0100 Subject: 0.1.6 --- assets/scripts/g_humanbuildablefx.shader | 192 +++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 assets/scripts/g_humanbuildablefx.shader (limited to 'assets/scripts/g_humanbuildablefx.shader') diff --git a/assets/scripts/g_humanbuildablefx.shader b/assets/scripts/g_humanbuildablefx.shader new file mode 100644 index 0000000..413205d --- /dev/null +++ b/assets/scripts/g_humanbuildablefx.shader @@ -0,0 +1,192 @@ +metal_gibs +{ + { + map models/fx/metal_gibs/metal_gibs.tga + rgbGen lightingDiffuse + } + { + map models/fx/metal_gibs/hot_gibs.tga + blendfunc add + rgbGen wave sin 0 1 0 0.0625 + } +} + +smoke01 +{ + nopicmip + { + map gfx/smoke/smoke01.tga + blendFunc Blend + } +} + +smoke02 +{ + nopicmip + { + map gfx/smoke/smoke02.tga + blendFunc Blend + } +} + +smoke03 +{ + nopicmip + { + map gfx/smoke/smoke03.tga + blendFunc Blend + } +} + +smoke04 +{ + nopicmip + { + map gfx/smoke/smoke04.tga + blendFunc Blend + } +} + +smoke05 +{ + nopicmip + { + map gfx/smoke/smoke05.tga + blendFunc Blend + } +} + +smoke06 +{ + nopicmip + { + map gfx/smoke/smoke06.tga + blendFunc Blend + } +} + +smoke07 +{ + nopicmip + { + map gfx/smoke/smoke07.tga + blendFunc Blend + } +} + +smoke08 +{ + nopicmip + { + map gfx/smoke/smoke08.tga + blendFunc Blend + } +} + +smoke09 +{ + nopicmip + { + map gfx/smoke/smoke09.tga + blendFunc Blend + } +} + +smoke10 +{ + nopicmip + { + map gfx/smoke/smoke10.tga + blendFunc Blend + } +} + +smoke11 +{ + nopicmip + { + map gfx/smoke/smoke11.tga + blendFunc Blend + } +} + +smoke12 +{ + nopicmip + { + map gfx/smoke/smoke12.tga + blendFunc Blend + } +} + +smoke13 +{ + nopicmip + { + map gfx/smoke/smoke13.tga + blendFunc Blend + } +} + +smoke14 +{ + nopicmip + { + map gfx/smoke/smoke14.tga + blendFunc Blend + } +} + +smoke15 +{ + nopicmip + { + map gfx/smoke/smoke15.tga + blendFunc Blend + } +} + +smoke16 +{ + nopicmip + { + map gfx/smoke/smoke16.tga + blendFunc Blend + } +} + +spark00 +{ + nopicmip + { + map gfx/spark/spark00.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +spark01frame01 +{ + nopicmip + { + map gfx/spark/spark01frame01.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +spark01frame02 +{ + nopicmip + { + map gfx/spark/spark01frame02.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} + +spark01frame03 +{ + nopicmip + { + map gfx/spark/spark01frame03.jpg + blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR + } +} \ No newline at end of file -- cgit