]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/map_newtonian-nightmare.shader
Squashed commit of the following:
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_newtonian-nightmare.shader
diff --git a/scripts/map_newtonian-nightmare.shader b/scripts/map_newtonian-nightmare.shader
new file mode 100644 (file)
index 0000000..babeacb
--- /dev/null
@@ -0,0 +1,108 @@
+//Shader file for Xonotic map Newtonian Nightmare
+//Copied from exx texture set
+textures/map_newtonian-nightmare/trimlight_blue_s
+{
+       qer_editorimage textures/map_newtonian-nightmare/trims/trimlight_blue.tga
+       
+       q3map_bounceScale  0.5
+       dpoffsetmapping - 2
+       dpglossintensitymod  3
+       dpglossexponentmod  4
+
+
+       {
+               map textures/map_newtonian-nightmare/trims/trimlight_blue.tga
+               
+
+       }
+       {
+               map $lightmap
+               rgbGen identity
+               tcGen lightmap
+               blendfunc filter
+       }
+}
+textures/map_newtonian-nightmare/trimlight_red_s
+{
+       qer_editorimage textures/map_newtonian-nightmare/trims/trimlight_red.tga
+       
+       q3map_bounceScale  0.5
+       dpoffsetmapping - 2
+       dpglossintensitymod  3
+       dpglossexponentmod  4
+
+
+       {
+               map textures/map_newtonian-nightmare/trims/trimlight_red.tga
+               
+
+       }
+       {
+               map $lightmap
+               rgbGen identity
+               tcGen lightmap
+               blendfunc filter
+       }
+}
+textures/map_newtonian-nightmare/trimlight_green_s
+{
+       qer_editorimage textures/map_newtonian-nightmare/trims/trimlight_green.tga
+       
+       q3map_bounceScale  0.5
+       dpoffsetmapping - 2
+       dpglossintensitymod  3
+       dpglossexponentmod  4
+
+
+       {
+               map textures/map_newtonian-nightmare/trims/trimlight_green.tga
+               
+
+       }
+       {
+               map $lightmap
+               rgbGen identity
+               tcGen lightmap
+               blendfunc filter
+       }
+}
+
+textures/map_newtonian-nightmare/screen_online
+{
+       qer_editorimage textures/map_newtonian-nightmare/screens/online.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/map_newtonian-nightmare/screens/online.tga
+               blendFunc blend
+               rgbgen identity
+       }
+}
+
+textures/map_newtonian-nightmare/screen_offline
+{
+       qer_editorimage textures/map_newtonian-nightmare/screens/offline.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               animmap 1 textures/map_newtonian-nightmare/screens/offline.tga textures/map_newtonian-nightmare/screens/offline_b.tga
+               blendFunc blend
+               rgbgen identity
+       }
+}
\ No newline at end of file