From: Mirio Date: Mon, 20 Apr 2015 17:44:46 +0000 (+0200) Subject: Textures, shader X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e039d7035d39505507ccaffd9fb7c81e5eea24bc;p=xonotic%2Fxonotic-maps.pk3dir.git Textures, shader --- diff --git a/maps/sewers.map.options b/maps/sewers.map.options new file mode 100644 index 00000000..b5e24223 --- /dev/null +++ b/maps/sewers.map.options @@ -0,0 +1,5 @@ +-bsp + -samplesize 4 +-vis + +-light + -bounce 8 +-minimap + +Version: 1 \ No newline at end of file diff --git a/scripts/map_sewers.shader b/scripts/map_sewers.shader new file mode 100644 index 00000000..48c9fcae --- /dev/null +++ b/scripts/map_sewers.shader @@ -0,0 +1,13 @@ +textures/sewers/fog_black +{ + qer_editorimage textures/sewers/fog_black.tga + qer_trans 0.5 + surfaceparm trans + surfaceparm nonsolid + cull disable + { + map textures/sewers/fog_black.tga + blendfunc blend + } +} + diff --git a/textures/sewers/fog_black.jpg b/textures/sewers/fog_black.jpg new file mode 100644 index 00000000..d419c614 Binary files /dev/null and b/textures/sewers/fog_black.jpg differ diff --git a/textures/sewers/fog_black.tga b/textures/sewers/fog_black.tga new file mode 100644 index 00000000..4dd5fe2d Binary files /dev/null and b/textures/sewers/fog_black.tga differ