]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/shader-audit.sh
more fixes. All EE are fixed now.
[xonotic/xonotic-maps.pk3dir.git] / scripts / shader-audit.sh
index 587d14a7a4ece2f7ecaaa6dfd4fdf8db0f3f7f20..74c7d8a1f8e0f3b0c608be1f4cb11157487014a2 100755 (executable)
@@ -105,7 +105,7 @@ use_texture()
                                        default) # offsetmapping keyword without bias
                                                getstats "../${2}_norm.tga"
                                                if [ "$min" -eq "$max" ]; then
-                                                       echo "(WW) shader $1 uses broken normalmap ${2}_norm.tga, maybe use dpoffsetmapping none?"; seterror
+                                                       echo "(WW) shader $1 uses broken normalmap ${2}_norm.tga, maybe use dpoffsetmapping none?"
                                                else
                                                        echo "(EE) shader $1 uses ${2}_norm.tga but lacks median (add to dpoffsetmapping: match8 $median)"; seterror
                                                fi
@@ -115,7 +115,7 @@ use_texture()
                                esac
                        else
                                if [ -n "$offsetmapping_match8" ]; then
-                                       echo "(EE) shader $1 specifies offsetmapping, but texture $2 does not have a normalmap"
+                                       echo "(WW) shader $1 specifies offsetmapping, but texture $2 does not have a normalmap"
                                fi
                        fi
                fi