From: MirceaKitsune Date: Wed, 22 Sep 2010 23:18:12 +0000 (+0300) Subject: Forgot the file in last commit :P X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=c997e381ceb3a5d0c14053179fa081d31e208772 Forgot the file in last commit :P --- diff --git a/data/scripts/brokenworld.shader b/data/scripts/brokenworld.shader new file mode 100644 index 00000000..60dce539 --- /dev/null +++ b/data/scripts/brokenworld.shader @@ -0,0 +1,60 @@ +textures/brokenworld/sky +{ + qer_editorimage env/brokensky/brokensky_up.tga + surfaceparm sky + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + + q3map_backSplash 0 0 + q3map_surfacelight 50 + q3map_sunExt 0.7 1 1 100 0 90 15 32 + + skyparms env/brokensky/brokensky - - +} + +textures/brokenworld/blink_red +{ + q3map_lightimage textures/brokenworld/blink_red_1.tga + qer_editorimage textures/brokenworld/blink_red_1.tga + + surfaceparm nolightmap + + qer_trans 0.5 + + q3map_lightsubdivide 32 + q3map_surfacelight 8000 + { + animmap 2 textures/brokenworld/blink_red_3.tga textures/brokenworld/blink_red_1.tga + } +} + +textures/brokenworld/blink_blue +{ + q3map_lightimage textures/brokenworld/blink_blue_1.tga + qer_editorimage textures/brokenworld/blink_blue_1.tga + + surfaceparm nolightmap + + qer_trans 0.5 + + q3map_lightsubdivide 32 + q3map_surfacelight 8000 + { + animmap 2 textures/brokenworld/blink_blue_3.tga textures/brokenworld/blink_blue_1.tga + } +} + +textures/brokenworld/white +{ + q3map_lightimage textures/brokenworld/white.tga + qer_editorimage textures/brokenworld/white.tga + + surfaceparm nolightmap + + q3map_lightsubdivide 32 + q3map_surfacelight 1500 + { + animmap 12 textures/brokenworld/white.tga textures/brokenworld/gray1.tga textures/brokenworld/gray2.tga textures/brokenworld/gray3.tga textures/brokenworld/black.tga textures/brokenworld/gray3.tga textures/brokenworld/gray2.tga textures/brokenworld/gray1.tga + } +} \ No newline at end of file