]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Shorten a faux shader parameter to prevent truncation warnings
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 21 Jan 2024 14:30:27 +0000 (00:30 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 21 Jan 2024 14:30:27 +0000 (00:30 +1000)
scripts/terrain01x.shader

index 54e2cf3c8839e260cb347102490de7e5c79bb624..df240e666b7680adbb65105eafd927d547ec4dfa 100644 (file)
@@ -192,7 +192,7 @@ textures/terrain01x/blends-mars-rock02-ground01-projected
 
 textures/terrain01x/ground-barren01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/barren01.tga
        
        q3map_bounceScale  0.5
@@ -216,7 +216,7 @@ textures/terrain01x/ground-barren01
 }
 textures/terrain01x/ground-barren02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/barren02.tga
        
        q3map_bounceScale  0.5
@@ -240,7 +240,7 @@ textures/terrain01x/ground-barren02
 }
 textures/terrain01x/ground-drylake01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/drylake01.tga
        
        q3map_bounceScale  0.5
@@ -264,7 +264,7 @@ textures/terrain01x/ground-drylake01
 }
 textures/terrain01x/ground-drylake02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/drylake02.tga
        
        q3map_bounceScale  0.5
@@ -288,7 +288,7 @@ textures/terrain01x/ground-drylake02
 }
 textures/terrain01x/ground-goopit
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/goopit.tga
        
        q3map_bounceScale  0.75
@@ -314,7 +314,7 @@ textures/terrain01x/ground-goopit
 }
 textures/terrain01x/ground-gravel01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/gravel01.tga
        
        q3map_bounceScale  0.5
@@ -338,7 +338,7 @@ textures/terrain01x/ground-gravel01
 }
 textures/terrain01x/ground-ice01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/ice01.tga
        
        q3map_bounceScale  0.75
@@ -364,7 +364,7 @@ textures/terrain01x/ground-ice01
 }
 textures/terrain01x/ground-mars01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/mars01.tga
        
        q3map_bounceScale  0.5
@@ -388,7 +388,7 @@ textures/terrain01x/ground-mars01
 }
 textures/terrain01x/ground-mud01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/mud01.tga
        
        q3map_bounceScale  0.5
@@ -412,7 +412,7 @@ textures/terrain01x/ground-mud01
 }
 textures/terrain01x/ground-mud02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/mud02.tga
        
        q3map_bounceScale  0.5
@@ -436,7 +436,7 @@ textures/terrain01x/ground-mud02
 }
 textures/terrain01x/ground-sand01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/sand01.tga
        
        q3map_bounceScale  0.5
@@ -460,7 +460,7 @@ textures/terrain01x/ground-sand01
 }
 textures/terrain01x/ground-sand02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/sand02.tga
        
        q3map_bounceScale  0.5
@@ -484,7 +484,7 @@ textures/terrain01x/ground-sand02
 }
 textures/terrain01x/ground-sand03
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/sand03.tga
        
        q3map_bounceScale  0.5
@@ -508,7 +508,7 @@ textures/terrain01x/ground-sand03
 }
 textures/terrain01x/ground-sand04
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/ground/sand04.tga
        
        q3map_bounceScale  0.5
@@ -532,7 +532,7 @@ textures/terrain01x/ground-sand04
 }
 textures/terrain01x/rock-mars01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/rock/mars01.tga
        
        q3map_bounceScale  0.5
@@ -556,7 +556,7 @@ textures/terrain01x/rock-mars01
 }
 textures/terrain01x/rock-mars02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/rock/mars02.tga
        
        q3map_bounceScale  0.5
@@ -580,7 +580,7 @@ textures/terrain01x/rock-mars02
 }
 textures/terrain01x/rock-rock01
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/rock/rock01.tga
        
        q3map_bounceScale  0.5
@@ -604,7 +604,7 @@ textures/terrain01x/rock-rock01
 }
 textures/terrain01x/rock-rock02
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/rock/rock02.tga
        
        q3map_bounceScale  0.5
@@ -628,7 +628,7 @@ textures/terrain01x/rock-rock02
 }
 textures/terrain01x/rock-rock03
 {
-       xon_nowarn "We're intentionally using an alpha'd texture without using the alpha channel"
+       xon_nowarn "We're intentionally ignoring this texture's alpha channel"
        qer_editorimage textures/terrain01x/rock/rock03.tga
        
        q3map_bounceScale  0.5