X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fmap_red-planet.shader;h=201059134f24761ea385b991fc23fc4fcf56c001;hb=6c092cdd62421871495672c346e4e4364a7e8648;hp=675101b4bd9785f8dcf9dc7cb7bcfa4d9366ebd5;hpb=e61d93ec139ddd0415c05d1340f7041a1a7296c3;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/map_red-planet.shader b/scripts/map_red-planet.shader index 675101b4..20105913 100644 --- a/scripts/map_red-planet.shader +++ b/scripts/map_red-planet.shader @@ -1,30 +1,59 @@ -textures/map_red-planet/distort_glass +textures/map_red-planet/env1 { - qer_editorimage textures/map_red-planet/distort_glass.tga + qer_editorimage textures/map_red-planet/env1.tga surfaceparm trans - q3map_bounceScale 0.75 + cull disable + qer_trans 0.5 { - map textures/map_red-planet/distort_glass.tga - blendfunc blend + map textures/map_red-planet/env1.tga + blendfunc GL_ONE GL_ONE + //rgbGen vertex + tcgen environment + //tcmod scale 4 4 } - { + /*{ map $lightmap rgbGen identity - tcGen lightmap - blendfunc filter + tcgen lightmap + }*/ +} + +textures/map_red-planet/env2 +{ + qer_editorimage textures/map_red-planet/env2.tga + surfaceparm trans + cull disable + qer_trans 0.5 + { + map textures/map_red-planet/env2.tga + blendfunc GL_ONE GL_ONE + //rgbGen vertex + tcgen environment + //tcmod scale 4 4 } - dp_water 0.1 0.8 3 3 1 1 1 1 1 1 0.125 + /*{ + map $lightmap + rgbGen identity + tcgen lightmap + }*/ } -textures/map_red-planet/gradient_light +textures/map_red-planet/env3 { - qer_editorimage textures/map_red-planet/gradient_light.tga - surfaceparm noimpact - surfaceparm nonsolid + qer_editorimage textures/map_red-planet/env3.tga surfaceparm trans - cull none + cull disable + qer_trans 0.5 { - clampmap textures/map_red-planet/gradient_light.tga - blendfunc blend + map textures/map_red-planet/env3.tga + blendfunc GL_ONE GL_ONE + //rgbGen vertex + tcgen environment + //tcmod scale 4 4 } + /*{ + map $lightmap + rgbGen identity + tcgen lightmap + }*/ }