[SCM] Installer for game data files branch, master, updated. 6795cb7e5dd00638f0c35df525730c994dc65347
Jon Dowland
jmtd at debian.org
Sun Mar 20 18:29:57 UTC 2011
The following commit has been merged in the master branch:
commit 0ede34b006490f75595e6e6c1780ca858e70db8e
Author: Jon Dowland <jmtd at debian.org>
Date: Sun Jan 23 18:34:49 2011 +0000
step 2: initial 'supported' file
diff --git a/supported/heretic b/supported/heretic
new file mode 100644
index 0000000..8a86092
--- /dev/null
+++ b/supported/heretic
@@ -0,0 +1,18 @@
+SHORTNAME=heretic
+LONGNAME="Heretic: Shadow of the Serpent Riders"
+
+check_for_v19() {
+ case "$CHECKSUM" in
+ "66d686b1ed6d35ff103f15dbd30e0341")
+ debug "heretic.wad is a version 1.3 IWAD"
+ ;;
+ *)
+ warn "the heretic.wad file is not version 1.3"
+ warn "(or has been modified)"
+ warn "you may have some problems playing some PWADs or demos"
+ ;;
+ esac
+
+}
+
+. $LIBDIR/doom-common
--
Installer for game data files
More information about the Pkg-games-commits
mailing list