X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Fmap_red-planet.shader;h=201059134f24761ea385b991fc23fc4fcf56c001;hp=675101b4bd9785f8dcf9dc7cb7bcfa4d9366ebd5;hb=079e2acfd0cba8ac4bf91d78a7934f0566d289da;hpb=75430885ab8f5f9a5734bef72cee97c7664d2a95 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 + }*/ }