diff --git a/misc/infrastructure/keygen/response.d0ir b/misc/infrastructure/keygen/response.d0ir
index fe65eb8..b09478d 100755
--- a/misc/infrastructure/keygen/response.d0ir
+++ b/misc/infrastructure/keygen/response.d0ir
@@ -162,7 +162,7 @@ if((my $key = $cgi->param('key')))
or die "cannot start crypto-keygen-standalone";
my $err = <$errfh>;
close $errfh
- or die "xonotic-keygen failed: $err";
+ or die "crypto-keygen-standalone failed: $err";
1;
}
or do
@@ -194,11 +194,11 @@ Content-type: text/html
To generate and sign a key MANUALLY, follow these steps on a UNIX command line:
Your key_$default_ca.d0si key is now signed.
diff --git a/misc/tools/compress-texture b/misc/tools/compress-texture
index 93d5c49..efacb86 100755
--- a/misc/tools/compress-texture
+++ b/misc/tools/compress-texture
@@ -16,6 +16,17 @@ f=
fourcchack=
case "$tool" in
compressonator-dxtc)
+ # we still have to preprocess the image to premultiply alpha, as it seems
+ case "$format" in
+ dxt2)
+ fourcchack=DXT2
+ format=dxt2
+ ;;
+ dxt4)
+ fourcchack=DXT4
+ format=dxt4
+ ;;
+ esac
;;
*)
case "$format" in